-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minio: Set secure=true to enable TLS by default (#3168)
* minio: Set secure=true to enable TLS by default Not using TLS is a security concern, especially if using cloud storage like S3. This should be set to secure to avoid people unknowingly not using TLS. To make the bundled minio still work, I've submitted kubeflow/manifests#950 to set secure=false in this case explicitly. * minio: secure=false in GCP & standalone manifests
- Loading branch information
1 parent
74e0593
commit 5cb158d
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5cb158d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this CL enabled it as default yes but the input config doesn't work (not pass into the golang)
I will revert this PR. Feel free to send out another one again and cc me for a review. I will add my self to BE reviewer list.
5cb158d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5cb158d#diff-c1706b818573ecac9f26168961383394R669
this line was wrong, it should be outside
{{ if .Values.managedstorage.enabled }}
, managedstorage.enabled will use gcs for minio artifacts, so it should be true, if not managed storage, we need it to be false.5cb158d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#3191 reverted it.
I will patch it in another PR after 0.2.5 release (working on it).