Skip to content
Snippets Groups Projects
Commit 60b64514 authored by nimrod's avatar nimrod
Browse files

Add some more secret env vars for SchooLinks.

Some Terraform providers need them.
parent 532ccab8
No related branches found
No related tags found
No related merge requests found
export BW_EMAIL='{{ run(["ph", "show", "--field", "UserName", "SchooLinks/Bitwarden"])["stdout"] }}'
export BW_PASSWORD='{{ run(["ph", "show", "--field", "Password", "SchooLinks/Bitwarden"])["stdout"] }}'
export BW_CLIENTID='{{ run(["ph", "show", "--field", "OAuth client ID", "SchooLinks/Bitwarden"])["stdout"] }}' export BW_CLIENTID='{{ run(["ph", "show", "--field", "OAuth client ID", "SchooLinks/Bitwarden"])["stdout"] }}'
export BW_CLIENTSECRET='{{ run(["ph", "show", "--field", "OAuth client secret", "SchooLinks/Bitwarden"])["stdout"] }}' export BW_CLIENTSECRET='{{ run(["ph", "show", "--field", "OAuth client secret", "SchooLinks/Bitwarden"])["stdout"] }}'
export CHROMATIC_PROJECT_TOKEN='{{ run(["ph", "show", "--field", "Token", "SchooLinks/Chromatic"])["stdout"] }}' export CHROMATIC_PROJECT_TOKEN='{{ run(["ph", "show", "--field", "Token", "SchooLinks/Chromatic"])["stdout"] }}'
export CLOUDFLARE_API_KEY='{{ run(["ph", "show", "--field", "Global API key", "SchooLinks/Cloudflare"])["stdout"] }}'
export CLOUDFLARE_EMAIL='{{ run(["ph", "show", "--field", "UserName", "SchooLinks/Cloudflare"])["stdout"] }}'
export OPSGENIE_API_KEY='{{ run(["ph", "show", "--field", "API token", "SchooLinks/OpsGenie"])["stdout"] }}'
export SOPS_KMS_ARN='{{ run(["ph", "show", "--field", "ARN", "SchooLinks/SOPS KMS key"])["stdout"] }}' export SOPS_KMS_ARN='{{ run(["ph", "show", "--field", "ARN", "SchooLinks/SOPS KMS key"])["stdout"] }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment