feat(hydra): configurable ttl_refresh_token

adding new variable to configure ttl_refresh_token

ref mse project : CNOUS/mse#2591
This commit is contained in:
2023-10-09 10:57:30 +02:00
parent 9261bff896
commit 8bc50e1533
3 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,7 @@ PODMAN_ARGS="\
-e 'HYDRA_URL_POST_LOGOUT={{ hydra_url_post_logout }}' \
-e 'HYDRA_ALLOW_INSECURE=yes' \
-e 'HYDRA_LEVEL={{ hydra_log_level }}' \
-e 'TTL_REFRESH_TOKEN={{ hydra_ttl_refresh_token }}'\
{% if hydra_public_cors_allowed_origins | default([]) | length > 0 %}
-e 'SERVE_PUBLIC_CORS_ENABLED=true' \
-e 'SERVE_PUBLIC_CORS_ALLOWED_ORIGINS={{ hydra_public_cors_allowed_origins | join(',') }}' \