How to manage secrets using the Julep Node.js SDK
name
: The name of the secret (must be a valid identifier)value
: The secret value to encrypt and storedescription
: A description of what the secret is used formetadata
: An object of metadata to associate with the secret
Note: For security, when listing secrets, the .value
field will always show “ENCRYPTED”. The actual secret value is only returned when specifically requesting a single secret by name.