Skip to content

Commit

Permalink
Merge pull request #1902 from alphagov/sengi/rm-support-akia-creds-prod
Browse files Browse the repository at this point in the history
Remove long-lived IAM creds for support app in prod.
  • Loading branch information
sengi authored Mar 14, 2024
2 parents 7402052 + 881bafe commit 0bdfadd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2806,18 +2806,8 @@ govukApplications:
path: /app/public/assets/support
workerEnabled: true
extraEnv:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: support-aws
key: access_key
- name: AWS_S3_BUCKET_NAME
value: govuk-production-support-api-csvs
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: support-aws
key: secret_key
- name: EMERGENCY_CONTACT_DETAILS
valueFrom:
secretKeyRef:
Expand Down
20 changes: 0 additions & 20 deletions charts/external-secrets/templates/support/aws.yaml

This file was deleted.

0 comments on commit 0bdfadd

Please sign in to comment.