issues
search
triggermesh
/
docs
Documentation for https://github.com/triggermesh/triggermesh
https://docs.triggermesh.io
Apache License 2.0
6
stars
11
forks
source link
[docs] clarify permission prereqs for GCS source
#365
Open
jmcx
opened
1 year ago
jmcx
commented
1 year ago
Simplest and most permissive steps for creating a GCS source are:
Create a service account for TriggerMesh, give it the Pub/Sub Editor and Storage Admin roles on the project
Create a key for this service account and save it in JSON format in a file called serviceaccountkey.json
Create a Google Cloud Storage bucket
Copy the address of Cloud Storage’s service account for this project, and use it in IAM to give it the Pub/Sub Publisher role on the project
Simplest and most permissive steps for creating a GCS source are: