Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: ensure that validatecredentials is not called when trying to use webidentitytokenfile #516

Closed
wants to merge 2 commits into from

Conversation

peterwoodworth
Copy link
Contributor

@peterwoodworth peterwoodworth commented Oct 7, 2022

fixes: #124

Description of changes: Adds a check to ensure that webIdentityTokenFile is not defined before validateCredentials() is called, as we want to use just the file if it's defined. Not checking this leads to failure if only webIdentityTokenFile is defined without access credentials


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@peterwoodworth
Copy link
Contributor Author

peterwoodworth commented Oct 7, 2022

Closing, not an issue or issue is more specific than thought

@kellertk kellertk deleted the peterwoodworth/webIdentityFileFix branch November 6, 2024 23:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trying to use webIdentityTokenFile results in Credentials could not be loaded error
1 participant