chat-server .sops.yaml file
creation_rules:
# Using PGP key Example
- path_regex: vars/sandbox/secrets.yaml
pgp: "619C5EBF138647986D7141E049274611FA702E84"
# Using a KMS key Example
- path_regex: vars/sandbox/secrets.yaml
kms: arn:aws:kms:us-east-1:**account_id**:key/sandbox_kms_id
# Using a Azure key Vault key Example
- path_regex: vars/sandbox/secrets.yaml
azure_keyvault: https://xyz.vault.azure.net/keys/sops-key/xxxxxLast updated