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): Migrated IAM sign endpoint to iamcredentials.googleapis.com #916

Merged
merged 2 commits into from
Jun 24, 2020

Conversation

hiranya911
Copy link
Contributor

The iam.googleapis.com API that we use for signing JWTs is going away and being replaced by a new IAM service accounts API: https://cloud.google.com/iam/docs/migrating-to-credentials-api#blob

This PR migrates our existing code that relies on this endpoint.

@hiranya911 hiranya911 added the release:stage Stage a release candidate label Jun 23, 2020
@hiranya911
Copy link
Contributor Author

I'm seeing unrelated integration test failures due to deleteUsers() exceeding a quota. This will be addressed in a separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:stage Stage a release candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants