I have a Google Cloud Function with a HTTP trigger (which triggers on click on the trigger URL). The permissions for the Cloud Function were on "allUsers" which allows anyone with the link to trigger the function, which is not desired.
Then I saw that it was possible to restrict this by selecting certain Cloud Function Invokers but this does not seem to work : the selected Cloud Function Invokers get an "Access Forbidden" error when triggering the Cloud Function via clicking on the Trigger URL, like if they were not authenticated. Have anyone found a fix for this ?
Thank you