2025-11-16 02:28:44 -05:00
|
|
|
creation_rules:
|
2025-11-16 02:34:11 -05:00
|
|
|
# Bootstrap secrets
|
|
|
|
|
- path_regex: bootstrap/.*\.yaml$
|
|
|
|
|
encrypted_regex: ^(data|stringData|password|token|apiKey|secret|key)$
|
|
|
|
|
age: age1c7ke5ajhtzua7lrvzsg2p7krnnqv5jhvafh4lsl2s022j46jggnss4rxry
|
|
|
|
|
|
2025-11-16 02:28:44 -05:00
|
|
|
# Default rule for all encrypted files
|
|
|
|
|
- path_regex: .*\.enc\.yaml$
|
|
|
|
|
encrypted_regex: ^(data|stringData|password|token|apiKey|secret|key)$
|
|
|
|
|
age: age1c7ke5ajhtzua7lrvzsg2p7krnnqv5jhvafh4lsl2s022j46jggnss4rxry
|
|
|
|
|
|
|
|
|
|
# Alternative pattern for secrets files
|
|
|
|
|
- path_regex: secrets.*\.yaml$
|
|
|
|
|
encrypted_regex: ^(data|stringData|password|token|apiKey|secret|key)$
|
|
|
|
|
age: age1c7ke5ajhtzua7lrvzsg2p7krnnqv5jhvafh4lsl2s022j46jggnss4rxry
|