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

Group aliases, project_id --> optional bound_projects, no caching GCP API clients #55

Merged
merged 6 commits into from
Nov 15, 2018

Conversation

emilymye
Copy link
Contributor

@emilymye emilymye commented Nov 7, 2018

  • Add ability to enable group aliases (opt-in because additional permissions are required)
  • Deprecate required field project_id, add optional field bound_projects; if included, authenticating entity must belong to bound_projects
  • No caching GCP API clients: Removes token staleness issue and in general I don't think it wasn't necessary
  • Added local_dev script for ease of testing.

plugin/backend.go Outdated Show resolved Hide resolved
plugin/backend.go Outdated Show resolved Hide resolved
plugin/backend.go Show resolved Hide resolved
plugin/backend.go Show resolved Hide resolved
plugin/cli.go Outdated Show resolved Hide resolved
plugin/path_login.go Outdated Show resolved Hide resolved
plugin/path_login_test.go Show resolved Hide resolved
plugin/path_role.go Outdated Show resolved Hide resolved
plugin/path_role.go Outdated Show resolved Hide resolved
@emilymye emilymye merged commit 0a3edf0 into hashicorp:master Nov 15, 2018
kalafut pushed a commit to hashicorp/vault that referenced this pull request Dec 10, 2018
Documented changes from hashicorp/vault-plugin-auth-gcp#55
* Deprecating `project_id` for `bound_projects` and making it optional
* Deprecating `google_certs_endpoint` (unused)
* Adding group aliases 

Also, some general reformatting
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.

2 participants