Netflix-Skunkworks / cloudaux

Cloud Auxiliary is a python wrapper and orchestration module for interacting with cloud providers
Apache License 2.0
76 stars 44 forks source link

Road to a more flexible gcp client generation #85

Closed ottogroup-com closed 6 years ago

ottogroup-com commented 6 years ago

We are extending security monkey for additional cloud services for example Cloud Sql, Big Query, ... thus we need a more flexible way to create gcp api clients. Currently our use case will be full filled if we could set he parameter api_version. This PR extends the gcp module exactly with this feature.

mrahbar commented 6 years ago

ping on behalf of @ottogroup-com

mikegrima commented 6 years ago

Can you bump the version to 1.5.2 in: https://github.com/Netflix-Skunkworks/cloudaux/blob/master/cloudaux/__about__.py#L16

ottogroup-com commented 6 years ago

@mikegrima Done. Anything more?