Skip to content

Commit

Permalink
docs(charts): document oidc.provider.sameCluster and oidc.provider.port
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk committed Jun 28, 2024
1 parent 0b6d5ac commit 59c0a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/substra-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ Else, you must strike a balance: longer durations are more convenient, but risk
| `oidc.enabled` | Whether to enable OIDC authentication | `false` |
| `oidc.clientSecretName` | The name of a secret containing the keys `OIDC_RP_CLIENT_ID` and `OIDC_RP_CLIENT_SECRET` (client ID and secret, typically issued by the provider) | `nil` |
| `oidc.provider.url` | The identity provider URL (with scheme). | `nil` |
| `oidc.provider.port` | The identity provider port | `443` |
| `oidc.provider.displayName` | The name of the provider as displayed in the interface ("Sign in with X") | `nil` |
| `oidc.provider.sameCluster` | Turn this setting to on when the OIDC client is hosted on the same cluster to allow a more relaxed network policy | `false` |
| `oidc.provider.endpoints.authorization` | Typically https://provider/auth | `nil` |
| `oidc.provider.endpoints.token` | Typically https://provider/token | `nil` |
| `oidc.provider.endpoints.user` | Typically https://provider/me | `nil` |
Expand Down

0 comments on commit 59c0a3b

Please sign in to comment.