-
Notifications
You must be signed in to change notification settings - Fork 456
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
Multi TLS support - losesing own internal certificate #2323
Labels
Comments
we'll try to reproduce and share our findings. |
I was not able to reproduce with the following steps. Please retest using Apply operator
Create secrets
Validate tenant spec reflects changesValidate minio pods contained all expected certs
Create openssl pod
Validate server presented the required certs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using an external certificate, the tenant loses its own internal certificate (making it unusable)
You also have to use MINIO_SERVER_URL, although the documentation states that it is no longer required env minio
Expected Behavior
Current Behavior
The domain test.example.con is given as an example
Possible Solution
Manual Fix Tempsolution
Steps to Reproduce (for bugs)
Context
How it works is described here Minio Description TLS
But the code generates a path without taking the domain into account Code link
This makes it unacceptable to use embedded certificates with external or multi-external ones.
Regression
Yes
Your Environment
minio-operator
): 6.0.3The text was updated successfully, but these errors were encountered: