cloudformation-cli-java-plugin
cloudformation-cli-java-plugin copied to clipboard
Sensitive data should not be logged: Part 2
Issue #221 deals with not logging information that is marked as a writeOnlyProperty. The resource I'm developing has a readOnlyProperty that is sensitive and should not be logged. How do I make sure it does not get logged, but still returned in a Read handler?
Having a property which is read only is somewhat contrary to it also being sensitive. Which logging are you specifically concerned about?