Skip to content

Commit

Permalink
oidc: suppress audience
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 10, 2024
1 parent 490b412 commit bf3d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
[door-svc/httpd]

[door-svc/gplazma]
gplazma.oidc.provider!k8s = http://keycloak:8080/realms/dcache-test
gplazma.oidc.provider!k8s = http://keycloak:8080/realms/dcache-test -suppress=audience
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

0 comments on commit bf3d866

Please sign in to comment.