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

Add fields to vault_gcp_auth_backend_role #308

Merged
merged 5 commits into from
Feb 20, 2019

Conversation

lawliet89
Copy link
Contributor

  • add_group_aliases
  • max_jwt_exp
  • allow_gce_inference

Fixes #226

Copy link
Contributor

@tyrannosaurus-becks tyrannosaurus-becks left a comment

Choose a reason for hiding this comment

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

@lawliet89 thank you! Looks good, just one minor thing.

@@ -208,7 +209,8 @@ resource "vault_gcp_auth_backend_role" "test" {
project_id = "%s"
ttl = 300
max_ttl = 600
policies = ["policy_a", "policy_b"]
policies = ["policy_a", "policy_b"]
add_group_aliases = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you be willing to fix the alignment here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do. I just realised the entire file is tabbed with \t but the fixture is with spaces...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@tyrannosaurus-becks tyrannosaurus-becks self-assigned this Feb 19, 2019
Copy link
Contributor

@tyrannosaurus-becks tyrannosaurus-becks left a comment

Choose a reason for hiding this comment

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

@lawliet89 thank you!

@tyrannosaurus-becks tyrannosaurus-becks merged commit 5b2c7da into hashicorp:master Feb 20, 2019
dandandy pushed a commit to dandandy/terraform-provider-vault that referenced this pull request Jun 17, 2021
 Add fields to `vault_gcp_auth_backend_role`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants