-
Notifications
You must be signed in to change notification settings - Fork 553
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 GCP auth backend role #411
Fix GCP auth backend role #411
Conversation
This is broken since 1.6.0. |
Sorry, it's my bad. I left out these two fields when working on #308 |
No worries, @lawliet89 , every contribution is appreciated and it's good to be adding things. @hmakkapati , thanks for working on this! It looks like the tests need to be updated too.
|
I just added code to master that will automate running this test whenever you push up a new commit. If you pull master, merge it, and push it up, you'll be able to see the test failure in CircleCI. Might make development a little easier. |
Add `project_id` and `bound_projects` back to request payload when creating/updating a GCP auth backend role Possible fix for hashicorp#394
322c4be
to
6bdcd74
Compare
@tyrannosaurus-becks Thanks for taking a look! Pushed another commit to fix tests. Could you give it another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hmakkapati fantastic! Thank you!
…-role Fix GCP auth backend role
Add
project_id
andbound_projects
back to request payload when creating/updatinga GCP auth backend role
Possible fix for #394