We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffdfd8 commit 9e37c19Copy full SHA for 9e37c19
pkg/pubsub/gcp/publisher.go
@@ -45,7 +45,6 @@ var (
45
// Minimal set of permissions needed to check if the server can publish to the configured topic.
46
// https://cloud.google.com/pubsub/docs/access-control#required_permissions
47
requiredIAMPermissions = []string{
48
- "pubsub.topics.get",
49
"pubsub.topics.publish",
50
}
51
)
0 commit comments