Skip to content

Commit

Permalink
feat(pulumi-gcp): Add PubSub editor role (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Sep 5, 2024
2 parents 841e9d6 + b15bfb9 commit 20be656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pulumi/gcp/iam-roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const iamRoles = {
publisher: 'roles/pubsub.publisher',
// Administers PubSub resources
admin: 'roles/pubsub.admin',
// Editor PubSub resource
editor: 'roles/pubsub.editor',
// Consumes PubSub messages
subscriber: 'roles/pubsub.subscriber',
// Provides read-only access to PubSub topics and subscriptions
Expand Down

0 comments on commit 20be656

Please sign in to comment.