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

[Auth] Fix httpdb init from env #5494

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

theSaarco
Copy link
Member

Changes done in #5456 caused system tests to fail - as it seems when httpdb is initializing, the ACCESS_KEY gets into the password field of httpdb and the changes didn't update self.password and self.user after the call to add_or_refresh_credentials (which confusingly enough gets user and password and sets them to the results of itself).

With this fix, system tests are able to connect properly.

@liranbg liranbg merged commit 9d672b3 into mlrun:development May 2, 2024
10 checks passed
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.

None yet

3 participants