inspec / train

Transport Interface to unify communication over SSH, WinRM, and friends.
Apache License 2.0
119 stars 87 forks source link

CHEF-1895- Update googleauth to support external account type authorisation in GCP #762

Closed balasubramanian-s closed 5 months ago

balasubramanian-s commented 9 months ago

Update googleauth dependency to support external account type

Description

This issue occurs because the train repository was using a old version of googleauth Fix would be updating the googleauth gem in train repository but it has a dependency with google-api-client. Since google-api-client monolith gem is deprecated, migrated the google-api-client in order to support external account type of authorisation.

Related Issue

Types of changes

Checklist:

chef-expeditor[bot] commented 9 months ago

Hello balasubramanian-s! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. Possible Outcomes a. If everything looks good, one of them will approve it, and your PR will be merged. b. The maintainer may request follow-on work (e.g. code fix, linting, etc). We would encourage you to address this work in 2-3 business days to keep the conversation going and to get your contribution in sooner. c. Cases exist where a PR is neither aligned to Chef InSpec's product roadmap, or something the team can own or maintain long-term. In these cases, the maintainer will provide justification and close out the PR.

Thank you for contributing!

balasubramanian-s commented 5 months ago

Fixes: https://github.com/inspec/train/pull/757 - Upgrading google auth library was implemented.