You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sub-properties of a sensitive parameter of object type, they are not tracked as sensitive by Porter, even if the parameter itself is sensitive. This is an effect of the implementation of the sub-properties functionality in templating done in #3225.
See #3225 (comment) for more context and the development of the sub-properties feature.
Describe the bug
When using sub-properties of a sensitive parameter of object type, they are not tracked as sensitive by Porter, even if the parameter itself is sensitive. This is an effect of the implementation of the sub-properties functionality in templating done in #3225.
See #3225 (comment) for more context and the development of the sub-properties feature.
To Reproduce
Steps to reproduce the behavior:
Given this manifest:
Run
porter install
on it, will produce something like this:Expected behavior
The value of Sensitive subfield,
this_is_secret
, should be masked like the value of Sensitive object.Version
porter v1.1.0-33-g7630bc37 (7630bc37)
The text was updated successfully, but these errors were encountered: