minio fixes

This commit is contained in:
2026-05-27 23:08:28 +02:00
parent b26f4d5a59
commit 466a83fcaf
4 changed files with 23 additions and 20 deletions

View File

@@ -39,14 +39,16 @@ ingress:
- s3.forteapps.net
## Native OIDC via Keycloak
## TEMPORARILY disabled: the registrar needs time to create minio-oidc-credentials.
## Re-enable once `kubectl get secret minio-oidc-credentials -n minio` succeeds.
oidc:
enabled: true
configUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration"
clientId: "minio"
existingClientSecretName: "minio-oidc-credentials"
existingClientSecretKey: "client-secret"
claimName: "policy"
scopes: "openid,email,profile"
redirectUri: "https://zipline.forteapps.net/oauth_callback"
claimPrefix: ""
comment: ""
enabled: false
# configUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration"
# clientId: "minio"
# existingClientSecretName: "minio-oidc-credentials"
# existingClientSecretKey: "client-secret"
# claimName: "policy"
# scopes: "openid,email,profile"
# redirectUri: "https://zipline.forteapps.net/oauth_callback"
# claimPrefix: ""
# comment: ""