minio oidc
This commit is contained in:
@@ -25,6 +25,12 @@ resources:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
|
## StatefulSet update strategy: OnDelete prevents Multi-Attach errors
|
||||||
|
## with ReadWriteOnce PVCs on single-replica deployments.
|
||||||
|
## After a values change, manually delete the pod to recreate.
|
||||||
|
statefulSetUpdate:
|
||||||
|
updateStrategy: OnDelete
|
||||||
|
|
||||||
## Service configuration
|
## Service configuration
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -42,13 +42,13 @@ ingress:
|
|||||||
## TEMPORARILY disabled: the registrar needs time to create minio-oidc-credentials.
|
## TEMPORARILY disabled: the registrar needs time to create minio-oidc-credentials.
|
||||||
## Re-enable once `kubectl get secret minio-oidc-credentials -n minio` succeeds.
|
## Re-enable once `kubectl get secret minio-oidc-credentials -n minio` succeeds.
|
||||||
oidc:
|
oidc:
|
||||||
enabled: false
|
enabled: true
|
||||||
# configUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration"
|
configUrl: "https://id.forteapps.net/realms/forte/.well-known/openid-configuration"
|
||||||
# clientId: "minio"
|
clientId: "minio"
|
||||||
# existingClientSecretName: "minio-oidc-credentials"
|
existingClientSecretName: "minio-oidc-credentials"
|
||||||
# existingClientSecretKey: "client-secret"
|
existingClientSecretKey: "client-secret"
|
||||||
# claimName: "policy"
|
claimName: "policy"
|
||||||
# scopes: "openid,email,profile"
|
scopes: "openid,email,profile"
|
||||||
# redirectUri: "https://zipline.forteapps.net/oauth_callback"
|
redirectUri: "https://zipline.forteapps.net/oauth_callback"
|
||||||
# claimPrefix: ""
|
claimPrefix: ""
|
||||||
# comment: ""
|
comment: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user