Skip to content

Conversation

akshaya-a
Copy link
Owner

No description provided.


with DaprClient() as dapr_client:
secret_response = dapr_client.get_secret(SECRET_STORE, CONFIGURATION_KEY)
print(secret_response)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (secret)](1) as clear text.
content = os.path.expandvars(content)
with open(target_secret_spec, "w") as f:
f.write(content)
_logger.info(f"Generated secret store spec at {target_secret_spec}")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (secret)](1) as clear text.
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