GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
900 stars 233 forks source link

Capture VCR & golden output from our periodic ("real") tests #1656

Open justinsb opened 6 months ago

justinsb commented 6 months ago

Checklist

Describe the feature or resource

We run tests against real GCP periodically (i.e. not on every PR). If we could capture the output from that, we might be able to avoid having to run hack/record-gcp against resources. It's not a big deal for simple resources, but as we start to mock more complicated APIs it's not always trivial to run the tests locally - they might require access to specific orgs/projects/folders etc.

We can start with needing a googler to copy the data, at least until we're sure that there are no secrets/tokens here (there shouldn't be, but I don't think we want to block on proving that)

Additional information

No response

Importance

No response

justinsb commented 6 months ago

cc @gemmahou do you want to work on this one?

gemmahou commented 6 months ago

Yeah, assigned to myself!