Equalize the duration of the kratos and skynet sessions.
This commit is contained in:
parent
865208a418
commit
e9958ce73e
|
@ -65,6 +65,7 @@ secrets:
|
||||||
session:
|
session:
|
||||||
cookie:
|
cookie:
|
||||||
domain: secure.siasky.net
|
domain: secure.siasky.net
|
||||||
|
lifespan: "24h"
|
||||||
|
|
||||||
hashers:
|
hashers:
|
||||||
argon2:
|
argon2:
|
||||||
|
|
|
@ -94,7 +94,7 @@ mutators:
|
||||||
config:
|
config:
|
||||||
issuer_url: http://oathkeeper:4455/
|
issuer_url: http://oathkeeper:4455/
|
||||||
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
|
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
|
||||||
ttl: 4h
|
ttl: 24h
|
||||||
claims: |
|
claims: |
|
||||||
{
|
{
|
||||||
"session": {{ .Extra | toJson }}
|
"session": {{ .Extra | toJson }}
|
||||||
|
|
Reference in New Issue