Skip to content

Commit 0167d76

Browse files
authored
docs: add helm example for OIDC_GROUP_MAPPING var (#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

Lines changed: 10 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy