Secrets allow you to define secrets for an App, that can be used for configuration
secrets.toml
and incorporated in the CloudFormation stack. This allows users to enter values when clicking on the stack link in the Nuon Dashboard, during the initial step of an Install where the Runner is created as a VM. Secrets are then stored in the user’s AWS Secrets Manager.
secrets.toml
. This file will contain the configuration for your Secrets. Alternatively, you can create a directory named secrets
and place individual Secret files inside it, such as github_app_key.toml
, vendor_license_key
.
kubernetes_sync = true
to indicate that the Secret should be synced to Kubernetes as a Secret object. The kubernetes_secret_namespace
and kubernetes_secret_name
fields specify where the Secret will be created in Kubernetes.
nuon secrets
command is deprecated and will be removed in a future release.src
directory of the App Config.