Why doesn't granting 'allAuthenticatedUsers' member the 'Cloud Functions Invoker' role work for google cloud functions?

后端 未结 3 1352
-上瘾入骨i
-上瘾入骨i 2021-01-23 17:11

According to the Google documentation, The \'allAuthenticatedUsers\' member would include anybody that is authenticated included regular gmail accounts. So I gave that member th

3条回答
  •  旧巷少年郎
    2021-01-23 17:43

    You should not apply the allUsers and allAuthenticatedUsers on the project-level according to the Cloud Functions Docs (see the note in "Controlling access on all functions in a project"). Can you try to apply this to that single function you want to protect?

提交回复
热议问题