expandSecrets
Function: expandSecrets()
Replaces the secret key placeholder within a string with the actual value.
Syntax
expandSecrets(secretKey)
Argument | Type | Description |
---|---|---|
secretKey | JEP | The secret key (see Secret Key and Local Secret) that will have its value extracted and returned as a string. |
Examples
secretKey(_datasource.key)
Takes the JEP _datasource.key and returns a string of the actual value held by the secret key.