I have a project running on Google Cloud Platform, and I currently have some images saved on GCP Storage. These have an "Authenticated" URL that I can access if I run it on my browser where I am logged in to my google account.
However, I want to make this accessible to others (not public though) so I can call it without having to be logged in, maybe just using an "key" instead. Is this possible in GCP? If so how can I do it?
I tried passing a bearer token but that didn't do anything. I would like to be able to pass a key in the header.