-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the existing custom roles to the roles.yaml
- Loading branch information
Showing
2 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,21 @@ staging: | |
zone: europe-west1-c | ||
kubernetes: | ||
cluster: staging | ||
namespace: tesserarius-staging | ||
namespace: tesserarius | ||
extensions: | ||
serviceAccount: | ||
- name: service-product-media | ||
displayName: "Product Service Media Writer" | ||
description: "Service account for the Product Service to write to the Media Bucket" | ||
role: product.media.writer | ||
- name: service-product-staging | ||
displayName: "Product Service Admin" | ||
description: "Default Service account for the Product Service" | ||
role: product.default.user | ||
role: extensions.bucket.writer | ||
- name: service-test-media | ||
displayName: "Test Service Media Writer" | ||
description: "Service account for the Test Service to write to the Media Bucket" | ||
role: test.media.writer | ||
role: extensions.bucket.writer | ||
- name: service-product-media-staging | ||
displayName: "Product Service Media Writer" | ||
description: "Service Account for the Product Service on staging to write to the Media Bucket" | ||
role: product.media.writer | ||
role: extensions.bucket.writer | ||
bindings: | ||
- members: | ||
- user:[email protected] | ||
|
@@ -36,7 +32,7 @@ platform: | |
- name: platform-pgbackup | ||
displayName: "Platform Developer" | ||
description: "Service Account for the Platform Developer" | ||
role: patroni.backup.writer | ||
role: platform.bucket.writer | ||
bindings: | ||
- members: | ||
- user:[email protected] | ||
|