Problem with new HTTP GCP function

This is a newbie question, but upon creating an HTTP endpoint from the template in GCP (golang), the HTTP endpoint is still behind permissions. I can edit those permissions from the Google console directly which fixes the issue, but how can I have the endpoint made public in the serverless.yml ? I feel like the AWS documentation was more comprehensive about this thing but it might be because I simply did not find it.