Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConsoleSTSDuration = "CONSOLE_STS_DURATION" // time.Duration format, ie: 3600s, 2h45m, 1h, etc ConsolePBKDFPassphrase = "CONSOLE_PBKDF_PASSPHRASE" ConsolePBKDFSalt = "CONSOLE_PBKDF_SALT" )
Variables ¶
This section is empty.
Functions ¶
func GetConsoleSTSDuration ¶ added in v0.12.3
GetConsoleSTSDuration returns the default session duration for the STS requested tokens (defaults to 12h)
func GetPBKDFPassphrase ¶
func GetPBKDFPassphrase() string
GetPBKDFPassphrase returns passphrase for the pbkdf2 function used to encrypt JWT payload
func GetPBKDFSalt ¶
func GetPBKDFSalt() string
GetPBKDFSalt returns salt for the pbkdf2 function used to encrypt JWT payload
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.