Skip to content

Commit

Permalink
replace gridmap-file with multimap-id-to-username
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 9, 2024
1 parent 411acf6 commit 691bc84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ data:
auth optional voms
auth sufficient htpasswd
map optional vorolemap
map optional gridmap
map optional multimap gplazma.multimap.file=/opt/dcache/etc/multimap-id-to-username.conf
map requisite authzdb
session requisite roles
session requisite authzdb
grid-mapfile: |-
"/C=DE/ST=Hamburg/O=dCache.ORG/CN=Kermit the frog" kermit
multimap-id-to-username: |-
"dn:/C=DE/ST=Hamburg/O=dCache.ORG/CN=Kermit the frog" kermit
grid-vorolemap: |-
"*" "/desy" desyuser
Expand Down
12 changes: 6 additions & 6 deletions templates/door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ spec:
mountPath: /opt/dcache/etc/gplazma.conf
subPath: gplazma.conf
readOnly: true
- name: grid-mapfile
mountPath: /opt/dcache/etc/grid-mapfile
subPath: grid-mapfile
- name: multimap-id-to-username
mountPath: /opt/dcache/etc/multimap-id-to-username.conf
subPath: multimap-id-to-username.conf
readOnly: true
- name: vorolemap
mountPath: /opt/dcache/etc/grid-vorolemap
Expand Down Expand Up @@ -114,12 +114,12 @@ spec:
items:
- key: "gplazma.conf"
path: "gplazma.conf"
- name: grid-mapfile
- name: multimap-id-to-username
configMap:
name: {{ $.Release.Name }}-configmap
items:
- key: "grid-mapfile"
path: "grid-mapfile"
- key: "multimap-id-to-username"
path: "multimap-id-to-username.conf"
- name: vorolemap
configMap:
name: {{ $.Release.Name }}-configmap
Expand Down

0 comments on commit 691bc84

Please sign in to comment.