-
Notifications
You must be signed in to change notification settings - Fork 13
/
app-config.1password.yaml.tpl
35 lines (31 loc) · 1.23 KB
/
app-config.1password.yaml.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 1Password vault replace syntax
#-op://vault-name/item-name/[section-name/]field-name
integrations:
github:
- host: github.com
token: {{ op://private/Backstage Github PAT/password }}
auth:
environment: development
providers:
auth0:
development:
domain: {{ op://shared/Backstage Auth0/production/domain }}
clientId: {{ op://shared/Backstage Auth0/production/client_id }}
clientSecret: {{ op://shared/Backstage Auth0/production/client_secret }}
audience: {{ op://shared/Backstage Auth0/production/audience }}
github:
development:
clientId: {{ op://shared/Backstage - GitHub oAuth App/localhost/client id }}
clientSecret: {{ op://shared/Backstage - GitHub oAuth App/localhost/client secret }}
humanitec:
orgId: the-frontside-software-inc
registryUrl: us-central1-docker.pkg.dev/frontside-humanitec/frontside-artifacts
token: {{ op://shared/Humanitec Token/credential }}
techdocs:
builder: external
publisher:
type: googleGcs
googleGcs:
bucketName: {{ op://shared/frontside-techdocs-reader/bucketName }}
projectId: {{ op://shared/frontside-techdocs-reader/projectId }}
credentials: '{{ op://shared/frontside-techdocs-reader/credentials }}'