Skip to content

Commit f9a9cd0

Browse files
fix: doc
1 parent ff0b502 commit f9a9cd0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A basic configuration for the keycloakcontroller consists of
1616

1717
* optional secret credential-keycloak-client-secret-seed in namespace des controllers
1818
* SECRET_SEED if the secret for each client should be created via a sha code of (secret-seed + client-name). This is sometimes necessary if a controller should be running in twho separate k8s clusters.
19-
* optional defaultClientScope for public KeycloakClients. For KeycloakClients, the defaultClientScopes are configured in the KeycloakClient CustomResource.
20-
If a certain defaultClientScope is needed in every KeycloakClient, e.g. the Scope "Nonce" for alle the public KeycloakClients, then this can be configured with the environment Variable ADDITIONAL_DEFAULT_CLIENT_SCOPE and in the case the value "Nonce".
19+
* optional defaultClientScope for public KeycloakClients. For KeycloakClients, the defaultClientScopes are usually configured in the KeycloakClient CustomResource.
20+
If a certain defaultClientScope is needed in every KeycloakClient, e.g. the Scope "Nonce" for all the public KeycloakClients after the Keycloak25 Update, then this can be configured with the environment Variable ADDITIONAL_DEFAULT_CLIENT_SCOPE and in the case the value "Nonce" (without changing all the KeycloakClient CustomResources)
2121

2222

2323

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
k8s.io/apiextensions-apiserver v0.28.3
1313
k8s.io/apimachinery v0.28.3
1414
k8s.io/client-go v0.28.3
15+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
1516
sigs.k8s.io/controller-runtime v0.15.3
1617
)
1718

@@ -68,7 +69,6 @@ require (
6869
k8s.io/component-base v0.28.3 // indirect
6970
k8s.io/klog/v2 v2.100.1 // indirect
7071
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
71-
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
7272
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7373
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
7474
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)