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

New secret to migrate from a legacy AWS account #5845

Merged
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 @@ -38,3 +38,30 @@ spec:
remoteRef:
key: prow-prod/k8s-infra-e2e-boskos-scale-001/kops
property: sharedCredentialsFile
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: aws-credentials-209411653980
namespace: test-pods
spec:
refreshInterval: 1h
secretStoreRef:
name: aws-secerts-manager
kind: ClusterSecretStore
target:
name: aws-credentials-209411653980
creationPolicy: Owner
data:
- secretKey: accessKeyId
remoteRef:
key: prow-prod/k8s-infra-eks-e2e-shared-001/kops
property: accessKeyId
- secretKey: secretAccessKey
remoteRef:
key: prow-prod/k8s-infra-eks-e2e-shared-001/kops
property: secretAccessKey
- secretKey: sharedCredentialsFile
remoteRef:
key: prow-prod/k8s-infra-eks-e2e-shared-001/kops
property: sharedCredentialsFile