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

VAULT-6727 role resolution for GCP #135

Merged
merged 4 commits into from
Jul 21, 2022
Merged

Conversation

VioletHynes
Copy link
Contributor

Support role resolution functionality (to work with role based quotas). The intent of this operation is to take the same data as a login request and return the role that would be used in the request, so that we can quota upon login requests that have a certain role.

Note that the mocks_test change was required as part of the SDK update, but has no impact.

Afterwards, I will push a new tag and pull this new version into Vault.

Copy link

@hghaf099 hghaf099 left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link

@ccapurso ccapurso left a comment

Choose a reason for hiding this comment

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

One tiny nit but otherwise looks good!

plugin/path_login.go Outdated Show resolved Hide resolved
plugin/path_login.go Show resolved Hide resolved
plugin/path_login.go Outdated Show resolved Hide resolved
Copy link
Contributor

@tomhjp tomhjp left a comment

Choose a reason for hiding this comment

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

LGTM

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
@VioletHynes VioletHynes merged commit eee8ee8 into main Jul 21, 2022
@VioletHynes VioletHynes deleted the violethynes/VAULT-6727 branch July 21, 2022 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants