Skip to content

Commit

Permalink
Merge pull request #1896 from alphagov/sengi/rm-support-api-akia-creds
Browse files Browse the repository at this point in the history
Remove support-api's long-lived IAM creds in nonprod.
  • Loading branch information
sengi authored Mar 14, 2024
2 parents 09ce77a + f9615bf commit 4b64cb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
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

0 comments on commit 4b64cb0

Please sign in to comment.