-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow enable at-rest Encryption without request for in-transit TLS in Operator UI #2191
Comments
I will test when you have the UI change @cesnietor |
@aead just pointed out that TLS (https) is required, https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html
Maybe this change is not needed |
We discussed this internally,
Allow enable at-rest Encryption without request for in-transit is still valid |
@pjuarezd so in summary how should the UI experience look like? |
changes requested in this issue are still valid and is the expected final result, hesistated for a moment but we are fine. |
closing this since operator ui has been deprecated, see https://github.com/minio/operator/blob/master/docs/notes/v6.0.0.md#whats-new for more. |
Operator Console is not allowing to set Encryption (at rest) unless TLS and encryption in-transit (autocert or custom certificates) is enabled.
Would be better to allow Encryption in-rest regardless of encryption in transit is enabled or not.
It seems that this is solely a problem in the UI, since most likelly the CRD would allow to enable encyption without this restriction.
Describe alternatives you've considered
Use CRD instead
Additional context
encryption.no.tls.mov
The text was updated successfully, but these errors were encountered: