feat: configure sops for user's evaluation time secrets
This commit is contained in:
parent
dacc27ad2d
commit
ad3a826027
1 changed files with 11 additions and 0 deletions
11
.sops.yaml
Normal file
11
.sops.yaml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue