fix(users): encrypt user password with root key
This commit is contained in:
parent
4fbff60171
commit
e0f2ba3fd4
2 changed files with 17 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ keys:
|
|||
- &eval age180qx2rwyelak4wtdljcy9eqxkskfcfk4fvq26nuqqz8rtjdyyyzqlr8dt8
|
||||
|
||||
- &Sk7Str1p3 age17669qkln533e3plts9f3sfs3u4ra8c92ddcx2yk5fngzm4u0u5ls530vnl
|
||||
- &root age1zmp979z20mga9suh4fvhxcp5fa6a66jwxnx9fsd7lh3kj607hg7qz3jpew
|
||||
|
||||
creation_rules:
|
||||
- path_regex: 'users/[^/]+/about\.json$'
|
||||
|
|
@ -13,4 +14,5 @@ creation_rules:
|
|||
- *eval
|
||||
- path_regex: '^users/Sk7Str1p3/.*\.(enc|yaml)$'
|
||||
age:
|
||||
- *Sk7Str1p3
|
||||
- *Sk7Str1p3
|
||||
- *root
|
||||
Loading…
Add table
Add a link
Reference in a new issue