Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds paths to secrets in resourcex.Unmashal result #201

Open
danielrbradley opened this issue Mar 20, 2024 · 0 comments
Open

Adds paths to secrets in resourcex.Unmashal result #201

danielrbradley opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request impact/accessibility Something that is difficult or impossible for some people to use kind/enhancement Improvements or new features

Comments

@danielrbradley
Copy link
Member

danielrbradley commented Mar 20, 2024

Currently, Unmarshall only includes the bool value ContainsSecrets. If we could also include a list of paths which contain secrets then we could use this metadata to accurately reconstruct the secrets through a matching Marshal method.

This property could be called SecretPaths and be of type []resource.PropertyPath where each string is a path to the property value in the property map e.g. prop.subProperty.

See also:

@danielrbradley danielrbradley added kind/enhancement Improvements or new features enhancement New feature or request impact/accessibility Something that is difficult or impossible for some people to use labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request impact/accessibility Something that is difficult or impossible for some people to use kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant