diff --git a/pkg/pubsub/gcp/publisher.go b/pkg/pubsub/gcp/publisher.go index 873a9f9a9..120bf67d5 100644 --- a/pkg/pubsub/gcp/publisher.go +++ b/pkg/pubsub/gcp/publisher.go @@ -45,7 +45,6 @@ var ( // Minimal set of permissions needed to check if the server can publish to the configured topic. // https://cloud.google.com/pubsub/docs/access-control#required_permissions requiredIAMPermissions = []string{ - "pubsub.topics.get", "pubsub.topics.publish", } )