Skip to content
4 changes: 2 additions & 2 deletions src/pepr/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ Client Credentials Grant uses the OAuth 2.0 Client Credentials Grant to authenti

The `PEPR_KEYCLOAK_CLIENT_STRATEGY` can be set to one of the following values:

* `auto` (default): The UDS Operator will automatically determine the best strategy to use based on the Keycloak server configuration
* `auto`: The UDS Operator will automatically determine the best strategy to use based on the Keycloak server configuration
* `dynamic_client_registration`: The UDS Operator will use the Dynamic Client Registration strategy
* `client_credentials`: The UDS Operator will use the Client Credentials Grant strategy
* `client_credentials` (default): The UDS Operator will use the Client Credentials Grant strategy

### Key Files and Folders

Expand Down
2 changes: 1 addition & 1 deletion src/pepr/uds-operator-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ operator:
# Configure Pepr reconcile strategy to have separate queues for faster reconciliation
PEPR_RECONCILE_STRATEGY: "kindNsName"
# Keycloak Client Mode. Possible values: "dynamic_client_registration", "client_credentials" and "auto"
PEPR_KEYCLOAK_CLIENT_STRATEGY: "auto"
PEPR_KEYCLOAK_CLIENT_STRATEGY: "client_credentials"