forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sops.yaml
More file actions
18 lines (17 loc) · 664 Bytes
/
Copy path.sops.yaml
File metadata and controls
18 lines (17 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
creation_rules:
- path_regex: .*secret.*
gcp_kms: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
- path_regex: .*/eksctl/ssh-keys/.*
gcp_kms: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
- path_regex: deployer/keys/.*key.*
gcp_kms: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs
# stores configuration is supported by sops 3.9.0+ only
stores:
# By configuring json indent, we get spaces instead of tabs for json files,
# which makes them valid YAML files as well.
json:
indent: 4
json_binary:
indent: 4
yaml:
indent: 2