Hello
Using the Web Console, I'm trying to set the permission "Pub/Sub Publisher" to member "allUser" (I've used this feature last september) but currently it doesn't seem to be possible anymore : the web console displays the following error :
"Members of type allUsers and allAuthenticatedUsers cannot be added to this resource"
I've been able to set allUser with gcloud CLI but I have the following error when publish to the topic which is making me think that it's actually blocked :
Cannot push to projects/*****/topics/***** { Error: 7 PERMISSION_DENIED: User not authorized to perform this action.
So it seems that setting allUser to a topic is not possible (anymore) can you confirm this or am I missing something ?
thx