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 support-api's long-lived IAM creds in nonprod. #1896

Merged
merged 1 commit into from
Mar 14, 2024
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
10 changes: 0 additions & 10 deletions charts/app-config/values-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2804,18 +2804,8 @@ govukApplications:
task: "anonymous_feedback_deduplication:recent"
schedule: "*/5 * * * *"
extraEnv:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: support-aws
key: access_key
- name: AWS_S3_BUCKET_NAME
value: govuk-integration-support-api-csvs
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: support-aws
key: secret_key
- name: DATABASE_URL
valueFrom:
secretKeyRef:
Expand Down
10 changes: 0 additions & 10 deletions charts/app-config/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2838,18 +2838,8 @@ govukApplications:
task: "anonymous_feedback_deduplication:recent"
schedule: "*/5 * * * *"
extraEnv:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: support-aws
key: access_key
- name: AWS_S3_BUCKET_NAME
value: govuk-staging-support-api-csvs
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: support-aws
key: secret_key
- name: DATABASE_URL
valueFrom:
secretKeyRef:
Expand Down