-
Notifications
You must be signed in to change notification settings - Fork 455
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
Remove MINIO_IDENTITY_OPENID_REDIRECT_URI - Deprecated #1720
Conversation
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.
how is it deprecated?
I still see it being used in the code:
https://github.com/minio/operator/blob/master/api/tenant-handlers.go#L409
Could the example use MINIO_BROWSER_REDIRECT_URL instead? Or is that not something you can do in a Helm chart. (I don't fully understand the linked issue.) |
@feorlen it is in the documentation: https://min.io/docs/minio/linux/reference/minio-server/minio-server.html#envvar.MINIO_IDENTITY_OPENID_REDIRECT_URI the idea is to remove all legacy things as this var is no longer needed for the configuration. |
If Or perhaps it isn't a regularly needed option anyway. One thing we do in the docs is make examples with all the possible things you can set, then say "minimum required: A, B, C." Something to consider. |
08c7c82
to
e89d27c
Compare
Yes @feorlen that sounds good to me. In the meantime, the best example I can think of is: https://github.com/minio/wiki/wiki/How-to-test-MinIO-SSO-keycloak |
Hello @cesnietor it is deprecated because console is adding this for us:
So we no longer need to provide this deprecated variable anymore. But anyway you are right, I was missing other spots. I am changing those but I need to test them prior another review. |
e89d27c
to
bc09943
Compare
I will follow in #1722 |
Objective:
To remove deprecated var from our example:
MINIO_IDENTITY_OPENID_REDIRECT_URI
Related:
Documentation: