ops/vault: permit lukegbcom-deployer to write to lukegb-flipperzero bucket
This commit is contained in:
parent
5557ff764c
commit
d901b12f91
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
binding = [{
|
||||
resource = "//cloudresourcemanager.googleapis.com/projects/lukegbcom";
|
||||
roles = ["roles/firebasehosting.admin"];
|
||||
} {
|
||||
resource = "buckets/lukegb-flipperzero";
|
||||
roles = ["roles/storage.objectAdmin"];
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue