-
Notifications
You must be signed in to change notification settings - Fork 322
fix: Allow mtls sts endpoint for external account token urls. #1185
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.
< 8000 p class="mt-4 color-fg-muted text-center"> Already on GitHub? Sign in to your accountConversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"https://us-east-1.sts.googleapis.com", | ||
"https://us-east-1.sts.mtls.googleapis.com", | ||
"https://US-EAST-1.sts.googleapis.com", | ||
"https://sts.us-east-1.googleapis.com", | ||
"https://sts.US-WEST-1.googleapis.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a case for "https://sts.mtls.US-WEST-1.googleapis.com" (if that is allowed)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC MTLS must prefix googleapis.com but I will check
No description provided.