Skip to content

Commit

Permalink
Merge pull request #1930 from alphagov/remove-specialist-publisher-aw…
Browse files Browse the repository at this point in the history
…s-creds

Remove long-lived AWS creds for specialist publisher
  • Loading branch information
theseanything authored Apr 4, 2024
2 parents 166b232 + 3286539 commit a7b202e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 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 @@ -2687,16 +2687,6 @@ govukApplications:
secretKeyRef:
name: signon-app-specialist-publisher
key: oauth_secret
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: access_key
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: secret_key
- name: AWS_S3_BUCKET_NAME
value: govuk-integration-specialist-publisher-csvs
- name: MONGODB_URI
Expand Down
10 changes: 0 additions & 10 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2766,16 +2766,6 @@ govukApplications:
secretKeyRef:
name: signon-app-specialist-publisher
key: oauth_secret
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: access_key
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: secret_key
- name: AWS_S3_BUCKET_NAME
value: govuk-production-specialist-publisher-csvs
- name: MONGODB_URI
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 @@ -2725,16 +2725,6 @@ govukApplications:
secretKeyRef:
name: signon-app-specialist-publisher
key: oauth_secret
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: access_key
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: specialist-publisher-aws
key: secret_key
- name: AWS_S3_BUCKET_NAME
value: govuk-staging-specialist-publisher-csvs
- name: MONGODB_URI
Expand Down
20 changes: 0 additions & 20 deletions charts/external-secrets/templates/specialist-publisher/aws.yaml

This file was deleted.

0 comments on commit a7b202e

Please sign in to comment.