File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,16 @@ Optional environment variables:
80
80
- ` AUTH_EE_GOOGLE_CLIENT_ID `
81
81
- ` AUTH_EE_GOOGLE_CLIENT_SECRET `
82
82
83
+ ### GCP IAP
84
+ ---
85
+
86
+ Custom provider built to enable automatic Sourcebot account registration/login when using GCP IAP.
87
+
88
+ ** Required environment variables**
89
+ - ` AUTH_EE_GCP_IAP_ENABLED `
90
+ - ` AUTH_EE_GCP_IAP_AUDIENCE `
91
+ - This can be found by selecting the ⋮ icon next to the IAP-enabled backend service and pressing ` Get JWT audience code `
92
+
83
93
### Okta
84
94
---
85
95
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ The following environment variables allow you to configure your Sourcebot deploy
51
51
| ` AUTH_EE_OKTA_CLIENT_ID ` | ` - ` | <p >The client ID for Okta SSO authentication.</p > |
52
52
| ` AUTH_EE_OKTA_CLIENT_SECRET ` | ` - ` | <p >The client secret for Okta SSO authentication.</p > |
53
53
| ` AUTH_EE_OKTA_ISSUER ` | ` - ` | <p >The issuer URL for Okta SSO authentication.</p > |
54
+ | ` AUTH_EE_GCP_IAP_ENABLED ` | ` false ` | <p >When enabled, allows Sourcebot to automatically register/login from a successful GCP IAP redirect</p > |
55
+ | ` AUTH_EE_GCP_IAP_AUDIENCE ` | - | <p >The GCP IAP audience to use when verifying JWT tokens. Must be set to enable GCP IAP JIT provisioning</p > |
54
56
55
57
56
58
### Review Agent Environment Variables
You can’t perform that action at this time.
0 commit comments