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(auth): fallback cert lookups for missing files #11013

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Oct 21, 2024

Similar to #10696, we need to be careful of the case where we are trying to open files that may not exist. For instance trying to open something that does not exist in /dev/null/ is not a standard file does not exist err.

Fixes: #10844

Similar to googleapis#10696, we need to be careful of the case where we are
trying to open files that may not exist. For instance trying to
open something that does not exist in /dev/null/ is not a standard
file does not exist err.

Fixes: googleapis#10844
@codyoss codyoss enabled auto-merge (squash) October 22, 2024 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants