containers/garnet: extend token expiration
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-06-13 23:44:29 +10:00
parent e98a71cd1e
commit 2a9e8e6c03
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -28,6 +28,8 @@
port = 9200; port = 9200;
environment = { environment = {
PROXY_TLS = "false"; PROXY_TLS = "false";
IDP_ACCESS_TOKEN_EXPIRATION = "2592000";
IDP_ID_TOKEN_EXPIRATION = "2592000";
}; };
environmentFile = "/etc/opencloud-admin-pass"; environmentFile = "/etc/opencloud-admin-pass";
}; };