Closed
Bug 1585491
Opened 6 years ago
Closed 6 years ago
give bstack view access to worker-manager gcp providers
Categories
(Taskcluster :: Operations and Service Requests, task)
Taskcluster
Operations and Service Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bstack, Assigned: grenade)
Details
Hey,
It would be helpful for me to be able to see instances running in the projects we created for bug 1575845. Would it be ok for me to get view access to them?
Flags: needinfo?(rthijssen)
Assignee | ||
Comment 1•6 years ago
|
||
(In reply to Brian Stack [:bstack] from comment #0)
It would be helpful for me to be able to see instances running in the projects we created for bug 1575845. Would it be ok for me to get view access to them?
done.
for project_name in fx-workers-tier1-prod fx-workers-tier3-prod fx-workers-test-prod fx-workers-tier1-nonprod fx-workers-tier3-nonprod fx-workers-test-nonprod; do
for user_name in bstack; do
gcloud projects add-iam-policy-binding ${project_name} --member user:${user_name}@mozilla.com --role roles/viewer
done
done
Assignee: nobody → rthijssen
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(rthijssen)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•