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

Update GCP auth docs for signJwt transition to Service Account Credentials API #11568

Merged
merged 2 commits into from May 11, 2021

Conversation

austingebauer
Copy link
Member

Overview

This PR updates documentation for the GCP auth method of Vault and Vault agent. It replaces all usage of the deprecated IAM signJwt API with the Service Account Credentials signJwt API. It also removes appropriate instances of the project parameter, which is no longer needed.

I was able to successfully test the manual JWT signing instructions in the GCP auth method docs. See the migrating-to-credentials-api#jwt-rest for details on the requirement of the exp claim using the new signJWT API. The login helper and agent auth code always provide the exp claim, so only the recommendations in the docs needed updating.

The related PRs provide a more detailed description of the changes that were made.

Related PRs

Copy link
Member

@catsby catsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@austingebauer austingebauer merged commit 98db3a0 into master May 11, 2021
@austingebauer austingebauer deleted the docs-gcp-sign-jwt branch May 11, 2021 23:57
AndreyZamyslov pushed a commit to yandex-cloud/vault that referenced this pull request Jun 10, 2021
jartek pushed a commit to jartek/vault that referenced this pull request Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants