diff --git a/src/keycloak/README.md b/src/keycloak/README.md index a79d9947f..d77fa3663 100644 --- a/src/keycloak/README.md +++ b/src/keycloak/README.md @@ -1,4 +1,5 @@ ## Keycloak +test [Keycloak](https://www.keycloak.org/) is an open source IdAM stack written in Java. This Keycloak source package provides an implementation of Keycloak and is intended to be used in conjunction with the [UDS Identity Config](https://github.com/defenseunicorns/uds-identity-config) image and the [UDS Operator](../pepr/operator/README.md). diff --git a/src/keycloak/chart/templates/destination-rule.yaml b/src/keycloak/chart/templates/destination-rule.yaml index 2cb14314a..a6fc21b66 100644 --- a/src/keycloak/chart/templates/destination-rule.yaml +++ b/src/keycloak/chart/templates/destination-rule.yaml @@ -10,5 +10,5 @@ spec: consistentHash: httpCookie: name: {{ include "keycloak.fullname" . }}-session - ttl: 0s + ttl: 1s {{- end }}