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

Add stringData to Secret's sensitive fields #48

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Add stringData to Secret's sensitive fields #48

merged 1 commit into from
Sep 19, 2023

Conversation

Adphi
Copy link
Contributor

@Adphi Adphi commented Sep 19, 2023

By default, if no sensitive fields are provided in the resource, the controller will mark the Secrets' data field as sensitive.

But often, it is way less work to provide data through the stringData field that accept non base64 encoded values.
The provider display their content in plain text during the diff.

This pull request add the stringData field to the default ones.

@alekc
Copy link
Owner

alekc commented Sep 19, 2023

@Adphi could you please reference the original issue (if any) in a comment? or give a bit more context?

Cheers.

@Adphi
Copy link
Contributor Author

Adphi commented Sep 19, 2023

@alekc I added context in the description. I can create an issue instead if you want.

@alekc alekc merged commit 2885531 into alekc:master Sep 19, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants