Hi everyone,
I'm new on this forum. I uploaded an artifact to Google Cloud. But it's public. I want to do private.
I don't know how.
To revoke public access, you need to remove the "allUser" member with the command:
gcloud artifacts repositories remove-policy-binding <your-repo-name> \
--location=<your-zone> --member=allUsers --role=roles/artifactregistry.reader
Thank you.
filipealvesfer1