Skip to content

Commit 1694f49

Browse files
committed
more crd docs
1 parent 52a4455 commit 1694f49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/contributor/pages/adr/ADR035-user-info-fetcher.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ A OpaCluster would than be able to link to a UserInfoFetcher discovery ConfigMap
3131

3232
A OpaCluster has a new section that allows to spin a UIF as a sidecar within the Opa DaemonSet.
3333

34+
The CRD is mostly copied from the `oidc` AuthenticationClass introduced in xref:adr/ADR032-oidc-support.adoc[] with the addition of needed credentials for Keycloak as well as the admin and user realm and a very simplistic cache.
35+
36+
The cache will be probably extended in the future (e.g. max number of entries or users that should not be cached), which can be done in a non-breaking fashion below `spec.clusterConfig.userInfo.backend.keycloak.cache`.`
37+
3438
[source,yaml]
3539
----
3640
apiVersion: opa.stackable.tech/v1alpha1

0 commit comments

Comments
 (0)