Skip to content

Commit c7d4d6f

Browse files
committed
reinstate posixuid
1 parent ed90fd2 commit c7d4d6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/workflows-cluster/staging-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ authenticationConfiguration:
9494
prefix: "oidc:"
9595
uid:
9696
claim: fedid
97-
# extra:
98-
# - key: 'workflows.diamond.ac.uk/posixuid'
99-
# valueExpression: 'string(claims.posix_uid)'
97+
extra:
98+
- key: 'workflows.diamond.ac.uk/posixuid'
99+
valueExpression: 'string(claims.posix_uid)'
100100
userValidationRules:
101101
- expression: "!user.username.startsWith('system:')"
102102
message: 'username cannot use reserved system: prefix'

0 commit comments

Comments
 (0)