Secrets
Secrets are a way to store sensitive information such as passwords, API keys, and other credentials. The secrets will be injected in all Remote Kernels as environment variables. The environment variable name will be the secret name.
The secrets are stored in a HashiCorp Vault ensuring high security standards.
You can read more about Secrets
on this Blog Post.
Create a Secret
- SaaS
- JupyterLab
- CLI
Secrets can be created from the Secrets
tab in the settings section. A name, type, description and value are required to create a secret.
warning
🚧 JupyterLab is Work in Progress
warning
🚧 CLI is Work in Progress
View and Update a Secret
- SaaS
- JupyterLab
- CLI
You can view and update a secret from the Secrets
tab in the settings section.
warning
🚧 JupyterLab is Work in Progress
warning
🚧 CLI is Work in Progress