From ad3a82602769303509858f1e5568f119afe3c60c Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Sun, 3 May 2026 00:35:46 +0300 Subject: [PATCH] feat: configure sops for user's evaluation time secrets --- .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..bd09f35 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,11 @@ +keys: + - &eval age180qx2rwyelak4wtdljcy9eqxkskfcfk4fvq26nuqqz8rtjdyyyzqlr8dt8 + +creation_rules: + - path_regex: 'users/[^/]+/about\.json$' + encrypted_regex: '^realName$' + age: + - *eval + - path_regex: 'users/[^/]+/face\.png$' + age: + - *eval