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

[WIP] feat: add masking to list resources #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ishanarya0
Copy link
Member

We are introducing secret masking feature in entropy.
List of secrets can be defined as environment varibale for each module kind as follows:

FIREHOSE_SECRET : SINK_REDIS_AUTH_PASSWORD,big_query_sink_credential,dlq_gcs_sink_credential

The secret can be in resource config as well as resource output.
We should be able to configure nested secret as rootfield.nest1.nest2

On Get and List resource these fields should be nested.
On updated, if user passes value for these fields as masked value, entropy should use the previous value in the resource.

@ishanarya0 ishanarya0 changed the title feat: add masking to list resources [WIP] feat: add masking to list resources Feb 17, 2025
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.

1 participant