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

Fix configs overwrite bug when API keys are encrypted #235

Closed
wants to merge 2 commits into from
Closed

Fix configs overwrite bug when API keys are encrypted #235

wants to merge 2 commits into from

Conversation

m-javani
Copy link
Contributor

Pull Request Details

This pull request is to remove the bug relating to Issue #1

Description

When encrypting the API keys for storing them in the settings DB, the current values of API keys which should be in clear formats are also encrypted, because we pass the configs to the function as by reference, not by value.

@loleg loleg mentioned this pull request Dec 8, 2021
@loleg
Copy link
Contributor

loleg commented Dec 8, 2021

Closing, since these changes have been merged into #237

@loleg loleg closed this Dec 8, 2021
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