-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 837 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Fill using the values in your github OAuth App
# Create the OAuth App here: https://github.com/settings/developers
AUTH_GITHUB_CLIENT_ID=
AUTH_GITHUB_CLIENT_SECRET=
# For dev setup this can be anything
BACKEND_SECRET=secret
# Docs on how to create: https://argo-cd.readthedocs.io/en/latest/user-guide/commands/argocd_account_generate-token
ARGOCD_AUTH_TOKEN=
# Docs on how to create: https://grafana.com/docs/grafana/latest/administration/api-keys
GRAFANA_TOKEN=
# Create using:
# kubectl -n <NAMESPACE> get secret $(kubectl -n <NAMESPACE> get sa <SERVICE_ACCOUNT_NAME> -o=json \
# | jq -r '.secrets[0].name') -o=json \
# | jq -r '.data["token"]' \
# | base64 --decode
SERVICE_ACCOUNT_TOKEN=
# Path to catalog files relative to this repository root, e.g.:
# CATALOG_LOCAL_PATH=../apps/service-catalog/all.yaml
CATALOG_LOCAL_PATH=