-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Support Google credentials on Terraform credentials type #15055
Conversation
3560842
to
de915b4
Compare
Hey @abikouo this PR looks good, but there is a failing test. Can you have a look at it and fix it up? |
@chrismeyersfsu I am currently trying to fix tests. Thanks |
de915b4
to
d3d4245
Compare
8235416
to
9b619df
Compare
@chrismeyersfsu the tests have been fixed, for the |
c6d8d0f
to
8091c75
Compare
8091c75
to
6184b92
Compare
@chrismeyersfsu CI is ok now, could you please merge this? |
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.
Looks good and looks like CI is happy now, @chrismeyersfsu you mind finishing you review and merging.
SUMMARY
Terraform configuration for gcs backend requires a path to a credentials file. It is not possible to combine credentials in an inventory source, so there needs to be a way to get the credentials file for GCE into the Terraform credential plugin.
This PR add a new attribute to the Terraform credential plugin which allows to push GCE credentials file.
ISSUE TYPE
COMPONENT NAME
Terraform backend configuration Secret management
AWX VERSION
ADDITIONAL INFORMATION