Skip to content

Commit

Permalink
Remove not used sa-gcs-plank service account
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis committed Jul 18, 2024
1 parent 5aa8914 commit b22b428
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion docs/prow/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ To deploy a Prow cluster, configure the following service accounts in the Google
| **sa-gke-kyma-integration** | Runs integration tests on a GKE cluster. | `Cloud KMS CryptoKey Encrypter/Decrypter` (`roles/cloudkms.cryptoKeyVersions.useToDecrypt`,`roles/cloudkms.cryptoKeyVersions.useToEncrypt`,`roles/resourcemanager.projects.get`), `Compute Admin` (`roles/compute.admin`), `Compute Network Admin`,`Kubernetes Engine Admin` (`roles/container.admin`), `Kubernetes Engine Cluster Admin` (`roles/container.clusterAdmin`), `DNS Administrator` (`roles/dns.admin`), `Service Account User` (`roles/iam.serviceAccountUser`), `Storage Admin` (`roles/storage.admin`)
| **sa-kyma-artifacts** | Saves release and development artifacts to the GCS bucket. | `Storage Object Admin` (`roles/storage.objectAdmin`)
| **sa-vm-kyma-integration** | Runs integration tests on k3d. | `Compute Instance Admin (beta)` (`roles/compute.instanceAdmin`), `Compute OS Admin Login` (`roles/compute.osAdminLogin`), `Service Account User` (`roles/iam.serviceAccountUser`)
| **sa-gcs-plank** | Currently not in use. | no roles attached
| **sa-crier** | Reports Prow Job statuses to GitHub. | `Service Account User` |


Expand Down
1 change: 0 additions & 1 deletion pkg/tools/pjtester/test_artifacts/test-prow-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ plank:
gcs_configuration:
bucket: kyma-prow-logs
path_strategy: "explicit"
gcs_credentials_secret: "sa-gcs-plank" # Service account with "Object Admin" role

deck:
spyglass:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: prowjob-default-sa
namespace: default
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Service Accounts linked to Google Workload Identity
---
- apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
name: prowjob-default-sa
namespace: default
---
- apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down

0 comments on commit b22b428

Please sign in to comment.