We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed90fd2 commit c7d4d6fCopy full SHA for c7d4d6f
1 file changed
charts/workflows-cluster/staging-values.yaml
@@ -94,9 +94,9 @@ authenticationConfiguration:
94
prefix: "oidc:"
95
uid:
96
claim: fedid
97
- # extra:
98
- # - key: 'workflows.diamond.ac.uk/posixuid'
99
- # valueExpression: 'string(claims.posix_uid)'
+ extra:
+ - key: 'workflows.diamond.ac.uk/posixuid'
+ valueExpression: 'string(claims.posix_uid)'
100
userValidationRules:
101
- expression: "!user.username.startsWith('system:')"
102
message: 'username cannot use reserved system: prefix'
0 commit comments