From eb0b83302b67cb9ac20203f066e777129ce823d9 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Mon, 9 Dec 2024 13:43:10 -0600 Subject: [PATCH] fix: set keystone federation default_authorization_ttl to 12 hours --- components/keystone/aio-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/keystone/aio-values.yaml b/components/keystone/aio-values.yaml index 9304e1ef..6c1adbe7 100644 --- a/components/keystone/aio-values.yaml +++ b/components/keystone/aio-values.yaml @@ -250,6 +250,7 @@ conf: values: - http://localhost:9990/auth/websso/ # - https://yourinstance.of.horizon.example.com/auth/websso/ + default_authorization_ttl: 720 DEFAULT: max_token_size: 512 wsgi_keystone: |