system.secrets
New in 8.3.1
Secrets Functions
The following functions are used to interact with encrypted secrets for Secret Providers on the Gateway.
📄️ decrypt
Decrypts the given JSON object containing an encrypted secret.
📄️ encrypt
Encrypts data using the Secrets Management system encryption service.
📄️ getProviders
Browses a list of Secret Providers configured on the Gateway.
📄️ getSecrets
Returns a list of all secrets for a named Secret Provider.
📄️ readSecretValue
Reads the plaintext value of a secret.