Since I upgraded serverless, see info below, I can not deploy my GCF publicly. Before, my functions were attributed the role :
Cloud Functions Invoker
allUsers
Your Environment Information ---------------------------
Operating System: darwin
Node Version: 12.13.1
Framework Version: 1.67.0 (standalone)
Plugin Version: 3.5.0
SDK Version: 2.3.0
Components Version: 2.22.3
Now when deploying a new function this role is not attributed. I see nowhere in the documentation how to set it up in serverless.yml and when I directly updated it in Google console, then serverless stops working pretexting a ressource error (until I remove the role).
Can you help me figure out how to set it?