Skip to content

Commit

Permalink
- added pubsub permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gord-nuttall-adswerve committed Jan 16, 2021
1 parent beb82f1 commit dca2fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Google Analytics 360 Flattener. A Google Cloud Platform (GCP) solution that unn
2. Enable the Cloud Build API
3. Enable the Cloud Functions API
4. Enable the Identity and Access Management (IAM) API
5. Add "Logs Configuration Writer", "Cloud Functions Developer" pre
5. Add "Logs Configuration Writer", "Cloud Functions Developer", "pub/sub Admin" pre
defined IAM roles to
[PROJECT_NUMBER]@cloudservices.gserviceaccount.com (built in service
account) otherwise deployment will fail with permission errors. See
Expand Down Expand Up @@ -79,8 +79,8 @@ Google Analytics 360 Flattener. A Google Cloud Platform (GCP) solution that unn
* ga_flat_sessions_(x)

## Un-install steps ##
1. Optional command to remove solution: gcloud deployment-manager
deployments delete [Deployment Name] -q
1. Optional command to remove solution:
* gcloud deployment-manager deployments delete [Deployment Name] -q

## Common install errors ##
1. * **Message:** Step #2: AccessDeniedException: 403 [PROJECT_NUMBER]@cloudbuild.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket.
Expand Down
2 changes: 1 addition & 1 deletion dmt_pubsub_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def GenerateConfig(ctx):
resources = {
'resources': [{
'name': 'topic-name',
'type': 'gcp-types/pubsub-v1:projects.topics',
'type': 'pubsub.v1.topic',
'properties': {
'topic': config.get_topic_name()
},
Expand Down

0 comments on commit dca2fd9

Please sign in to comment.