You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but if the project/org names changed between cycles (unlikely, but possible) we'd still get the old values. we still need the cache itself, as resources tend to have same project/org names, but we need to make sure the values are fresh.
Definition of done
make sure we get fresh values for cloud account metadata
Motivation
we currently initiate a cache in the GCP asset inventory provider to hold cloud account metadata:
cloudbeat/internal/resources/providers/gcplib/inventory/provider.go
Line 178 in ded46ca
but if the project/org names changed between cycles (unlikely, but possible) we'd still get the old values. we still need the cache itself, as resources tend to have same project/org names, but we need to make sure the values are fresh.
Definition of done
Related tasks/epics
The text was updated successfully, but these errors were encountered: