Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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-L118C46
- Loading branch information