Commit graph

46 commits

Author SHA1 Message Date
Konstantin Tchernov
c53ea67cdf
feat: add impersonation as an authentication option 2024-05-06 11:01:05 +12:00
Chris Hawk
811327bc09 chore: removed unused imports 2023-11-20 11:17:25 -08:00
Yusuke Tsutsumi
30a4e66363
fix: use default service account if unset (#572)
`service_account_email` defaults to None if one
is not set. For gcp_compute_instance_info, this results
in an invalid request as the service account is populated
directly in the path.

Populating `default` when a value is not set fixes the error.

fixes #568
2023-06-10 11:39:44 -07:00
Shlomo Shuck
203961b045
feat: add auth support for GCP access tokens (#574)
Introduce choice "accesstoken" for auth_kind for modules
Introduce optional access_token string param that falls back to
  GCP_ACCESS_TOKEN env var
2023-06-10 11:20:57 -07:00
nkakouros
30c2bbd84e Fixes GcpRequest comparison for boolean parameters
Fixes #402 .
2023-01-23 14:33:26 -08:00
S. Shuck
226ec3dd3f Improve error handling for auth_kind 'serviceaccount'
Fixes ansible-collections/google.cloud#538.
2022-12-29 12:59:12 -08:00
Yusuke Tsutsumi
509e0207ff tests: add sanity tests for python 2.7
Automation Hub still runs sanity tests on python 2.7

updating release to 1.1.1 to publish a new version.
2022-12-16 09:40:24 -08:00
Yusuke Tsutsumi
2db181d084 fix gcp_iam_role not updating
gcp_iam_role was not updating previously. The API uses a PATCH and
not a PUT.

Also fixing an accidental leftover diff from a bad merge.

fixes #236.
2022-12-15 23:04:47 -08:00
The Magician
e7e666dd93
Misc code changes (#4944) (#441)
* Unnecessary "else" after "return"
* Handle if service account file is missing with proper user message

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-02 10:36:21 -05:00
The Magician
89fbe0ffaf
Add option to set autoresize limit (#4743) (#420)
Co-authored-by: Evy Bongers <evy@evybongers.nl>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Evy Bongers <evy@evybongers.nl>
2021-05-20 10:27:27 -07:00
Zach
9a72a0acf3
fix 'str' object has no attribute 'get'
The function _compare_value attempts to return if "resp_value" is not set.
The problem occurs when one of the functions sets the response value "None" as string, rather than pythonic None.
This is a fix to also exit this function on a "None" string response value.
2021-04-25 18:51:23 +03:00
Alex Stephen
ab270a08dc the last of the fixes 2020-08-05 17:48:31 -07:00
Jake Jackson
d7e0f8694a
fixing for sanity test metaclass
fix addressing 
```ERROR: plugins/module_utils/gcp_utils.py:0:0: missing: __metaclass__ = type
```
tested locally and passes
2019-11-13 18:50:17 -05:00
Alex Stephen
9a838fab7f sanity test issues 2019-11-13 13:38:15 -08:00
The Magician
0c2b6efe52 LIST method (to handle pagination) (#355)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:18 -07:00
The Magician
f494ff4841 GcpSession refactor (changing how HTTP requests are sent) (#353)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:17 -07:00
The Magician
ef0d0c3ff4 no logging on service account contents (#334)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:17 -07:00
The Magician
96f4e729f9 backporting gcp_util changes (#332)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:14 -07:00
The Magician
da912bcb6c auth_kind should be required: true (#306)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:11 -07:00
The Magician
c946e77783 adding more specific metrics (#302)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:11 -07:00
The Magician
ca5763c738 GKE Cluster - adding more fields (#270)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:04:09 -07:00
The Magician
bbaf1a79c7 Reverting some ResourceRef changes (#226)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:55 -07:00
The Magician
84ecdd1802 Ansible - Remove output only from response (#216)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:40 -07:00
Chris Stephens
6e02269e5b Add import support for organization_policies
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:16 -07:00
The Magician
d259a89a03 boolean checks on difference checker (#210)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:16 -07:00
The Magician
109b68984e Ansible - allowing for creds to be passed in as string/env var (#200)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:16 -07:00
The Magician
675efbaadd Ansible - Unit test fix on diffing (#198)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 18:02:15 -07:00
The Magician
e2095ffa01 Ansible IAM Role (#195)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 18:02:03 -07:00
The Magician
2caf5fa8b5 Upstream PR that fixed gcp_utils bug (#177)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:54:46 -07:00
The Magician
c20b8d5e93 spelling correction (#167)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-04 17:54:45 -07:00
The Magician
5a9c40c565 fixing module utils (#153)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:54:44 -07:00
The Magician
982933cfe8 Better resourceref flexibility (#149)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:54:34 -07:00
The Magician
5ce2906429 Ansible: Auth fix for scopes (#140)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:49:42 -07:00
The Magician
72cc27fec1 Ansible Storage Upload/Download 2019-09-04 17:49:42 -07:00
The Magician
5e762dc9a1 Ansible Projects (#116)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:49:41 -07:00
The Magician
cec7d597fc Express project name in env variable (#94)
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
2019-09-04 17:45:26 -07:00
Alex Stephen
bef9f0e25e GCP IAM Role (#53490)
* GCP IAM Role

* module util file

* test fix

* unit tests

* test fixes

* doc fragment fixes

* test fixes

* test fix
2019-09-04 16:59:09 -07:00
Alex Stephen
858552df5d New GCP module: gcp_sourcerepo_repository_facts (#51250) 2019-09-04 16:56:34 -07:00
Alex Stephen
e3d1e6956d New module: gcp_bigquery_table_facts (#50679) 2019-09-04 16:56:20 -07:00
Alex Stephen
d64785e811 GCP Bug Fixes (#48276)
* GCP Bug fixes

* added util file changes
2019-09-04 16:54:17 -07:00
Alex Stephen
f3a0d1cde5 New GCP Module: gcp_pubsub_topic_facts (#46923) 2019-09-04 16:27:44 -07:00
Alex Stephen
cc65b8477b Allow home path expansion on GCP service account files (#44863)
* Allowing home path expansion on GCP service account files #42974

* wrong name for changelog
2019-09-04 16:27:44 -07:00
Alex Stephen
fdf16191cd GCP Inventory Plugin scopes fix 2019-09-04 15:57:08 -07:00
Alex Stephen
6cbb681af0 GCP Inventory Plugin (#36884)
* Inventory

* Adding multi project support

* Adding multi project support

* Fixing PR comments and cleaning code

* Adding cache support
* Changed filter notation

* Inventory changes

* Better readability for zones, networks, subnetworks
* Added project to inventory output
* Using IP instead of hostname
* Keyed_groups support
* Use all zones when none provided.

* PR changes

* Doc changes
* Accepts *gcp_compute.yaml file names
* Added support for changing host naming precedent

* PR changes round 2

* Cache changes
* Changed verify_file function
* Misc style changes

* Cache fixes

* Fix docs for `hostnames` option.
2019-09-04 15:57:07 -07:00
Alex Stephen
35b9d0c43f New module GCP DNS Resource Record Set (#35920) 2019-09-04 15:57:05 -07:00
Alex Stephen
e86a79b758 New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) (#35014) 2019-09-04 15:57:05 -07:00