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

[CT-114] Avoid saving secrets in SecretContext #4650

Closed
jtcohen6 opened this issue Jan 31, 2022 · 0 comments · Fixed by #4665
Closed

[CT-114] Avoid saving secrets in SecretContext #4650

jtcohen6 opened this issue Jan 31, 2022 · 0 comments · Fixed by #4665
Assignees
Labels
bug Something isn't working partial_parsing
Milestone

Comments

@jtcohen6
Copy link
Contributor

From #4642 (comment):

The place that needs to be fixed is in core/dbt/context/secret.py, in the env_var method. Where it saved the return_value in self.env_vars, we want to skip saving if the env_var if it starts with the SECRET_ENV_PREFIX.

(feel free to update with more details)

@jtcohen6 jtcohen6 added this to the v1.0.2 milestone Jan 31, 2022
@github-actions github-actions bot changed the title Avoid saving secrets in SecretContext [CT-114] Avoid saving secrets in SecretContext Jan 31, 2022
@nathaniel-may nathaniel-may self-assigned this Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working partial_parsing
Projects
None yet
2 participants