subscribe and publish to different topics in pubsub.py #410
-
I am running pubsub.py and it works as expected with the default 'test/topic'. However, I am unable to subscribe to different topics such as 'test/topic1'. I this case I get the following error: 0b8034bca1908883e22198178b274058ba08ed9a0d-certificate.pem.crt --key ~/certs/d81da874ba7fe1471904730b8034bca1908883e22198178b274058ba08ed9a0d-private.pem.key |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is likely that the IAM policy associated with your certificate is narrowly scoped to specific topics. An attempt to perform an operation not allowed by the associated policy results in an immediate disconnect by the broker. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
It is likely that the IAM policy associated with your certificate is narrowly scoped to specific topics. An attempt to perform an operation not allowed by the associated policy results in an immediate disconnect by the broker.