Add oidc to minio
This commit is contained in:
parent
8cf42ffa37
commit
e4e6f012a1
@ -23,3 +23,21 @@ ingress:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
tls: true
|
||||
|
||||
auth:
|
||||
existingSecret: ""
|
||||
rootUser: minioadmin
|
||||
rootPassword: minioadmin
|
||||
|
||||
openid:
|
||||
enabled: true
|
||||
configUrl: https://keycloak.dvirlabs.com/realms/lab/.well-known/openid-configuration
|
||||
clientId: minio
|
||||
clientSecret: "xODiTgMmbW9ijiC4bMcRzaf2BXdKqH3P"
|
||||
redirectUri: https://minio.dvirlabs.com/oauth_callback
|
||||
claimName: email
|
||||
scopes: openid,email,profile
|
||||
displayName: MinIO-OIDC
|
||||
userClaim: email
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user