-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.teller.yml
82 lines (70 loc) · 2.34 KB
/
.teller.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
project: gitops
confirm: Are you sure you want to run on {{stage}}?
# Set this if you want to carry over parent process' environment variables
# carry_env: true
#
# Variables
#
# Feel free to add options here to be used as a variable throughout
# paths.
#
#opts:
# region: env:AWS_REGION # you can get env variables with the 'env:' prefix, for default values if env not found use comma. Example: env:AWS_REGION,{DEFAULT_VALUE}
# stage: development
#
# Providers
#
providers:
# configure only from environment
# filter secret versioning by adding comma separating in path value (path: prod/foo/bar,<VERSION>).
# aws_secretsmanager:
# env_sync:
# path: prod/foo/bar
# env:
# FOO_BAR:
# path: prod/foo/bar
# field: SOME_KEY
# configure only from environment
# aws_ssm:
# env:
# FOO_BAR:
# path: /prod/foobar
# decrypt: true
# github_token
# github_user
# GOOGLE_APPLICATION_CREDENTIALS=foobar.json
# https://cloud.google.com/secret-manager/docs/reference/libraries#setting_up_authentication
google_secretmanager:
env_sync:
path: projects/431680832853
# env:
# PERSONAL_ACCOUNT:
## # need to supply the relevant version (versions/1)
# path: projects/431680832853/secrets/personal-account/versions/latest
# MONGO_URI:
# path: projects/431680832853/secrets/mongo-uri/versions/latest
# REDIS_CONFIG:
# path: projects/431680832853/secrets/redis-config/versions/latest
# path: projects/431680832853/secrets/personal-account
# MONGO_URI:
# # need to supply the relevant version (versions/1)
# path: projects/431680832853/secrets/mongo-uri
# you can mix and match many files
# azure_keyvault:
# env_sync:
# path: azure
# env:
# FOO_BAR:
# path: foobar
# Configure via environment variables:
# OP_CONNECT_HOST
# OP_CONNECT_TOKEN
# 1password:
# env_sync:
# path: # Key title
# source: # 1Password token gen include access to multiple vault. to get the secrets you must add and vaultUUID. the field is mandatory
# env:
# FOO_BAR:
# path: # Key title
# source: # 1Password token gen include access to multiple vault. to get the secrets you must add and vaultUUID. the field is mandatory
# field: # The secret field to get. notesPlain, {label key}, password etc.