forked from Lucretius/vault_raft_snapshot_agent
-
Notifications
You must be signed in to change notification settings - Fork 4
/
complete.yaml
91 lines (89 loc) · 2.12 KB
/
complete.yaml
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
82
83
84
85
86
87
88
89
vault:
nodes:
urls:
- "https://node1.example.com:8200"
- "https://node2.example.com:8200"
autoDetectLeader: true
insecure: true
timeout: 5m
auth:
approle:
role: "test-approle"
secret: "test-approle-secret"
path: "test-approle-path"
aws:
role: "test-aws-role"
region: "test-region"
ec2nonce: "test-nonce"
ec2signaturetype: "rsa2048"
path: "test-aws-path"
azure:
role: "test-azure-role"
resource: "test-resource"
path: "test-azure-path"
gcp:
role: "test-gcp-role"
serviceAccountEmail: "[email protected]"
path: "test-gcp-path"
kubernetes:
role: "test-kubernetes-role"
path: "test-kubernetes-path"
jwtToken: "file://./jwt"
ldap:
username: "test-ldap-user"
password: "test-ldap-pass"
path: "test-ldap-path"
token: "test-token"
userpass:
username: "test-user"
password: "test-pass"
path: "test-userpass-path"
snapshots:
frequency: "2h"
retain: 10
timeout: "120s"
namePrefix: "test-"
nameSuffix: ".test"
timestampFormat: "2006-01-02"
storages:
aws:
accessKeyId: test-key
accessKey: test-secret
sessionToken: test-session
region: test-region
bucket: test-bucket
keyPrefix: test-prefix
endpoint: test-endpoint
useServerSideEncryption: true
forcePathStyle: true
azure:
retain: 0
accountName: test-account
accountKey: test-key
container: test-container
cloudDomain: blob.core.chinacloudapi.cn
gcp:
retain: 1
bucket: test-bucket
local:
retain: 2
path: .
swift:
retain: 3
container: test-container
username: test-username
apiKey: test-api-key
authUrl: https://auth.com
domain: https://user.com
region: test-region
tenantId: test-tenant
s3:
retain: 4
endpoint: test-s3-endpoint
bucket: test-s3-bucket
accessKeyId: test-s3-key
accessKey: test-s3-secret
sessionToken: test-s3-token
region: test-s3-region
insecure: true
skipSSLVerify: true