Serverless Workflows
Secrets
Providing secrets to your Tensorlake Serverless functions
Secrets allow providing sensitive values to your functions in a secure manner without having to put them into your code.
Storing secrets
You can store secrets on Tensorlake Serverless using the CLI:
Using secrets
Stored secrets are available as environment variables within your Tensorlake Serverless functions:
CLI Commands
List Secrets
List secrets that have been previously set. Values are not shown for security reasons.
Set a Secret
Set a secret will create or update a secret.
Remove a Secret
Was this page helpful?