You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to set CODER_OIDC_ALLOWED_GROUPS when deploying coder OSS via helm chart.
In the coder.yaml manifest that contains the deployment, this is done in the env: block.
The specific entry looks somewhat like this:
Now my issue is: How do I pass a group name into this variable that contains commas? My group name look somewhat like this: cn=abc,ou=xyz,ou=123,o=def. This whole string is a singular group name that I get as part of a list in the response from my IDP. I tried different quoting but it will either get split into 4 groups or I get a yaml parsing error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to set CODER_OIDC_ALLOWED_GROUPS when deploying coder OSS via helm chart.
In the
coder.yamlmanifest that contains the deployment, this is done in theenv:block.The specific entry looks somewhat like this:
Now my issue is: How do I pass a group name into this variable that contains commas? My group name look somewhat like this:
cn=abc,ou=xyz,ou=123,o=def. This whole string is a singular group name that I get as part of a list in the response from my IDP. I tried different quoting but it will either get split into 4 groups or I get a yaml parsing error.Anyone knows how to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions