mirror of
https://github.com/minio/minio.git
synced 2025-03-29 16:53:42 -04:00
Using oidc.redirectUri in the values.yaml only works for the deployment. When using the statefulset the environment variable MINIO_IDENTITY_OPENID_REDIRECT_URI is not set. This leads to errors with oicd providers. For example keycloak throws the error 'invalid redirect_uri'. This pull request fixes that.