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 decrypt method #273

Merged
merged 12 commits into from
Mar 21, 2025
Merged

Add decrypt method #273

merged 12 commits into from
Mar 21, 2025

Conversation

malmans2
Copy link
Member

No description provided.

Comment on lines 88 to 93
try:
key = os.environ[key_name]
except KeyError:
if not raises:
return token
raise
Copy link
Member Author

@malmans2 malmans2 Mar 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest removing the KeyError exception once the secret is added to env-secret.yaml

@EddyCMWF EddyCMWF merged commit b68c93d into main Mar 21, 2025
9 checks passed
@EddyCMWF EddyCMWF deleted the COPDS-2515 branch March 21, 2025 14:37
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