Sukhjit Chomber
Sukhjit Chomber
Also consider Dataflow
Browsing the resource code shows it is using V1 of the api https://github.com/inspec/inspec-gcp/blob/master/libraries/google_access_context_manager_access_policy.rb#L62 However not sure why V1 works successfully in the console but not within inspec.
@lhasadreams , @slevenick Using command line ``` gcloud access-context-manager policies list --organization 233526418605 NAME ORGANIZATION TITLE 656908083570 233526418605 service-control-1 ``` However , nothing is pulled back when done via inspec...
Hi @slevenick , @lhasadreams , I'm using the same credentials for both tests and requested Paul to also try the same 2 tests, and he's confirmed that the Inspec test...
Hi @slevenick , @lhasadreams Calling https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies/list fails and I've even tried v1alpha , v1beta and the response is still the same ``` { "error": { "code": 403, "message": "The caller...
@lhasadreams the 'lifecycleConfig' section is exposed in the gcloud command  And when I use the inspec command resource, I get Resource `command` is not...
@slevenick How are you getting on with the gcp inspec resources for Dataproc?
Hi @slevenick Let's stick with Projects for now ( other potential places could be Folder and Org level, essentially I want to report on the condition where ever it can...
Hi @slevenick , Yes that looks perfect. Thanks.
fyi @slevenick, @skpaterson , @lhasadreams