From a24a20026e99dabdea2abd0494c364c06b2b8531 Mon Sep 17 00:00:00 2001 From: blaknull Date: Sun, 3 Nov 2024 13:01:30 -0600 Subject: [PATCH] missed .sops.yaml --- .sops.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .sops.yaml diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..9a4ad8b --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,11 @@ +keys: + - &primary age1xkwq2edchgu3taf2tlvraajxmgymn4vxtnpvl6ywlsswtqcp5sfswv2gzt +creation_rules: + - path_regex: secrets/secrets.yaml$ + key_groups: + - age: + - *primary + - path_regex: secrets/authentik.env$ + key_groups: + - age: + - *primary