Cloud Dev Environment
Learn how to integrate Onboardbase to make your latest secret available when you start your cloud dev environment.
This process takes away the need to install or set up Onboardbase CLI.
To setup run the below command from your cloud dev server, Replace:
ONBOARDBASE_TOKEN
: With a service token from Onboardbase. Alternatively, you can authenticate via the CLI using theonboardbase login
command.ONBOARDBASE_PROJECT
: With the name of the Onboardbase project.ONBOARDBASE_ENVIRONMENT
: With the environment name from the Onboardbase project.
curl https://onboardbase-cli.fra1.digitaloceanspaces.com/integrate_to_machine.sh | bash /dev/stdin ONBOARDBASE_TOKEN ONBOARDBASE_PROJECT ONBOARDBASE_ENVIRONMENT
Exit the current terminal session and restart a new one.
Run printenv
to see all the variables available and notice that the secrets from Onboardbase have been pulled already into the session.
Check out cloud environments for more ways to use Onboardbase.
Updated 12 months ago