cmd/dex: expose IDTokensValidFor and RotateKeysAfter server options in config.

This commit is contained in:
rithu leena john
2016-11-02 17:52:49 -07:00
parent d11224f2bb
commit 600e761266
4 changed files with 37 additions and 0 deletions

View File

@@ -62,3 +62,7 @@ staticPasswords:
username: "admin"
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
# Uncomment this block to enable configuration for the expiration time durations.
# expiry:
# signingKeys: "6h"
# idTokens: "24h"