How to audit the access to Container Registry

Hi,

We are migrating from Container Registry to Artifact Registry. We would like to control the progress of the migration so we just modify our manifest to replace the `gcr.io/...` with `us-docker.pkg.dev/...`

We would like to get logging to find out who is still using the container registry. Is there a way to get the audit log somewhere?

Thanks

0 2 439
2 REPLIES 2

Hello @c3po,

Welcome to the Google Cloud Community!

Since Container Registry is already deprecated, it is not supported by audit logs anymore. You can check the supported Google Cloud Services with audit logs.

It is also stated that Container Registry does not provide audit logs for registry activities.

Let me know if it helped, thanks!

thank you @Marramirez for the reply.
Do you know of other ways to check access to a container registry? We need to confirm no active accesses before stop the service.
Any suggestions are appreciated!