mirror of
https://github.com/minio/minio.git
synced 2025-02-13 14:48:09 -05: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.