Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the legacy AWS owned test account 607362164682 #5858

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ module "prow_canary" {
}
}

# Account used as replacement for AWS account 607362164682
# See https://github.com/kubernetes/k8s.io/issues/5194
# Shared AWS account used for kops/eks related repositories
module "k8s_infra_eks_e2e_shared_001" {
source = "../modules/org-account"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@
# apiVersion: kubernetes-client.io/v1
# kind: ExternalSecret
# metadata:
# name: aws-credentials-607362164682 # The name of the Kubernetes Secret
# namespace: test-pods
# spec:
# backendType: gcpSecretsManager
# projectId: k8s-infra-prow-build
# data:
# - key: gke_k8s-prow-builds_us-central1-f_prow__test-pods__aws-credentials-607362164682 # The name of the GSM Secret
# name: credentials # The key to write to in the Kubernetes Secret
# version: latest # The version of the GSM Secret
# property: credentials
# ---
# apiVersion: kubernetes-client.io/v1
# kind: ExternalSecret
# metadata:
# name: aws-ssh-key-secret # The name of the Kubernetes Secret
# namespace: test-pods
# spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ spec:
---
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
name: aws-credentials-607362164682 # The name of the Kubernetes Secret
namespace: test-pods
spec:
backendType: gcpSecretsManager
projectId: k8s-infra-prow-build
data:
- key: gke_k8s-prow-builds_us-central1-f_prow__test-pods__aws-credentials-607362164682 # The name of the GSM Secret
name: credentials # The key to write to in the Kubernetes Secret
version: latest # The version of the GSM Secret
property: credentials
---
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
name: aws-ssh-key-secret # The name of the Kubernetes Secret
namespace: test-pods
Expand Down