Bakh Inamov
Bakh Inamov
2.2.8 running on Android 6.0.1
Aha... Interesting that other apps work though... Maybe they're looking at a different endpoint at Bart...
The GCS resource is dynamic and can already handle checking for anything represented by the resource as here https://cloud.google.com/storage/docs/json_api/v1/buckets#resource-representations , see this comment https://github.com/inspec/inspec-gcp/issues/169#issuecomment-525012123 This could be better documented @skpaterson...
We've deliberately been baking in both project-id and resource name into the `describe` across the board, in this case: https://github.com/GoogleCloudPlatform/inspec-gcp-cis-benchmark/blob/master/controls/6.06-db.rb#L50 `describe "[#{gcp_project_id}] CloudSQL #{db}" do` So the error messages should...
Yeah we wanted the message to be descriptive enough to help investigations, so we're following this approach across all our profiles.
Why parse and not just share the message as-is?
I'm not sure adding eg `tag` is supported from inside a `describe` block. We could possibly introduce some redundancy by saying something like: ``` its('parent') {should eq project_id} its('name') {should...
@aaronlippold any thoughts on this?
Thanks for the headsup @dinvlad . We haven't planned for this work, will have to find some time, not in the position to offer timelines at this moment. Happy to...
I am having the same problem with your openvpn-installer 0.2.3 on Nexus 1 Froyo + cyanogen rooter (busybox, su). Details here: http://code.google.com/p/android-openvpn-installer/issues/detail?id=2 Hope you can help with this, really need...