Skip to content

Commit

Permalink
enable oidc auth plugin in gplazma
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 9, 2024
1 parent 691bc84 commit 8cef425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
[door-svc/httpd]

[door-svc/gplazma]
gplazma.oidc.provider!k8s = http://keycloak:8080/realms/dcache-test
gplazma.gridmap.file=/opt/dcache/etc/grid-mapfile
gplazma.authzdb.file=/opt/dcache/etc/storage-authzdb
gplazma.vorolemap.file=/opt/dcache/etc/grid-vorolemap
Expand Down Expand Up @@ -211,6 +212,7 @@ data:
gplazma.conf: |-
auth optional x509
auth optional voms
auth optional oidc
auth sufficient htpasswd
map optional vorolemap
map optional multimap gplazma.multimap.file=/opt/dcache/etc/multimap-id-to-username.conf
Expand Down

0 comments on commit 8cef425

Please sign in to comment.