Do not display sensitive data with stdout callback #386
Replies: 2 comments 1 reply
-
Hi @dangoncalves , welcome! I've replied in the ansible-core issue: ansible/ansible#81201 (comment) Basically, to do this now you should use Until/unless core adds some other type of support for this, there is nothing we can do at the plugin/module level to address it really. Once there's something concrete in core, we'll definitely look to make use of it in this collection since we deal directly with secrets and sensitive data. Will leave this open as a discussion for others to find and add to the conversation. |
Beta Was this translation helpful? Give feedback.
-
Hello @briantist, Of course, I know |
Beta Was this translation helpful? Give feedback.
-
SUMMARY
Currently retrieving any data in Hashicorp Vault does not provide any protection in order to prevent secret data leaks.
Unfortunately we cannot do anything special while stdout callback cannot know what is sensitive data and what is not.
I just opened this issue on ansible side in order to provide a way to inform stdout callback that this is sensitive data. Then we could prevent any secret data leaks.
ISSUE TYPE
COMPONENT NAME
parsing.yaml
ADDITIONAL INFORMATION
Should display
Beta Was this translation helpful? Give feedback.
All reactions