mirror of
https://github.com/pgsty/minio.git
synced 2026-09-06 10:36:14 +03:00
5f07eb2d17
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.