Commit 84ee860
committed
feat: add support for exceptions to annotations
Some secrets when redacted are rejected due to invalid characters. One
example of this would `prometheus_bcrypt_salt` which is rejected due to
the use of underscores. Therefore the solution is to add support for
exceptions to the standard annotation format.
See: https://github.com/ansible/ansible/blob/devel/lib/ansible/utils/encrypt.py#L118C46-L118C461 parent 52b5cfa commit 84ee860
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
0 commit comments