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

If auth env vars are empty, fallback to next auth mechanism #168

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

rosbo
Copy link
Contributor

@rosbo rosbo commented Oct 11, 2024

Currently, if the auth environment variables are set to empty strings, it uses the empty values rather than falling back to the next mechanism such as reading them from kaggle.json:

export KAGGLE_USERNAME=""
export KAGGLE_KEY=""

http://b/372933776

Currently, if the auth environment variables are set to empty strings, it uses the empty values rather than falling back to the next mechanism such as reading them from `kaggle.json`:

```
export KAGGLE_USERNAME=""
export KAGGLE_KEY=""
```

http://b/372933776
@rosbo rosbo requested a review from jeward414 October 11, 2024 19:01
@rosbo rosbo merged commit 0155587 into main Oct 11, 2024
6 checks passed
@rosbo rosbo deleted the fix-auth-empty-credentials branch October 11, 2024 19:06
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