Skip to content

Commit

Permalink
Remove support-api's long-lived IAM creds in prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Mar 14, 2024
1 parent 4b64cb0 commit ea570ba
Showing 1 changed file with 0 additions and 10 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 @@ -2881,18 +2881,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-production-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 ea570ba

Please sign in to comment.