fix(lakekeeper): set OpenID scope and token lifespan

This commit is contained in:
Masaki Yatsu
2025-09-19 18:13:11 +09:00
parent 1860b0864b
commit 41cc6d26ff
2 changed files with 16 additions and 1 deletions

View File

@@ -12,6 +12,12 @@ catalog:
LAKEKEEPER__OPENID_AUDIENCE: "lakekeeper"
LAKEKEEPER__UI__OPENID_CLIENT_ID: "lakekeeper"
LAKEKEEPER__UI__OPENID_SCOPE: "openid profile lakekeeper"
{{- if .Env.LAKEKEEPER_TOKEN_TTL }}
LAKEKEEPER__TOKEN_TTL: "{{ .Env.LAKEKEEPER_TOKEN_TTL }}"
{{- end }}
{{- if .Env.LAKEKEEPER_API_TOKEN_EXPIRY }}
LAKEKEEPER__API_TOKEN_EXPIRY: "{{ .Env.LAKEKEEPER_API_TOKEN_EXPIRY }}"
{{- end }}
# Secret management configuration
secrets: