Secrets Management
Slai includes a secrets manager that allows you to use secrets across your different projects.
Adding a new secret
Secrets are managed in the Settings page, under Secrets. To create a new secret, click Create new secret. You’ll be prompted to enter a name and value.
Add your secret variables using the Secrets Manager
Using secrets inside your projects
You can access secrets inside your projects through the os.environ()
object: