Update oidc for minio
This commit is contained in:
parent
5c6a0a458b
commit
ac2c9336a1
@ -38,16 +38,16 @@ auth:
|
||||
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: groups
|
||||
scopes: openid,email,profile
|
||||
displayName: MinIO-OIDC
|
||||
userClaim: ""
|
||||
# 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: groups
|
||||
# scopes: openid,email,profile
|
||||
# displayName: MinIO-OIDC
|
||||
# userClaim: ""
|
||||
|
||||
extraEnvVars:
|
||||
- name: MINIO_IDENTITY_OPENID_CONFIG_URL
|
||||
@ -59,7 +59,7 @@ extraEnvVars:
|
||||
- name: MINIO_IDENTITY_OPENID_REDIRECT_URI
|
||||
value: https://minio.dvirlabs.com/oauth_callback
|
||||
- name: MINIO_IDENTITY_OPENID_CLAIM_NAME
|
||||
value: groups
|
||||
value: policy
|
||||
- name: MINIO_IDENTITY_OPENID_SCOPES
|
||||
value: openid,email,profile
|
||||
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user