Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vvondruska committed Jul 4, 2024
1 parent 935a3cc commit 77f2617
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Default configuration is suitable for basic use cases, which do not require any
# Optional: Default configuration root object
defaultConfig:

# Optional: Determines whether the K8s Authenticator is deployed together with Dex
# Optional: Determines whether the K8s Authenticator is deployed together with Dex.
# The K8s Authenticator is deprecated and will be removed in the future versions of the platform.
# It does not need to be deployed unless there is an existing need for it originating in the past while using legacy versions of the platform.
deployDexK8SAuthenticator: false

# Required: In case the defaultConfig is defined, the oidc property is required
Expand Down Expand Up @@ -88,7 +90,7 @@ All supported connector types and configuration formats can be found in [Dex doc

#### Example configuration

This example shows the minimum required configuration.
This example shows the minimum required configuration for [Microsoft connector in Dex](https://dexidp.io/docs/connectors/microsoft/).

```yaml
defaultConfig:
Expand Down

0 comments on commit 77f2617

Please sign in to comment.