Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0167d76

Browse files
authored
docs: add helm example for OIDC_GROUP_MAPPING var (coder#7007)
* docs: add helm example for OIDC_GROU_MAPPING var * fix: fmt
1 parent e0f7cf5 commit 0167d76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/admin/auth.md

+10
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ CODER_OIDC_GROUP_MAPPING='{"myOIDCGroupID": "myCoderGroupName"}'
247247
--oidc-group-mapping '{"myOIDCGroupID": "myCoderGroupName"}'
248248
```
249249

250+
Below is an example mapping in the Coder Helm chart:
251+
252+
```yaml
253+
coder:
254+
env:
255+
- name: CODER_OIDC_GROUP_MAPPING
256+
value: >
257+
{"myOIDCGroupID": "myCoderGroupName"}
258+
```
259+
250260
From the example above, users that belong to the `myOIDCGroupID` group in your
251261
OIDC provider will be added to the `myCoderGroupName` group in Coder.
252262

0 commit comments

Comments
 (0)