containers/garnet: extend token expiration
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
e98a71cd1e
commit
2a9e8e6c03
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue