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.
📄️ createEmbeddedSecretConfig
Creates a new Embedded SecretConfig instance.
📄️ createReferencedSecretConfig
Creates a new Referenced SecretConfig instance.
📄️ 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.
📄️ readConfiguredSecretValue
Reads the value of a secret.
📄️ readSecretValue
Reads the plaintext value of a secret.
Functions by Scope
Gateway
Vision
Perspective