Skip to content

Commit

Permalink
ci: update buildspec with latest secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler authored Jun 12, 2024
1 parent b915231 commit b8cbfe6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ version: 0.2
env:
variables:
SERVICE_NAME: regtech-user-fi-management
IMAGE_SCAN_EMAIL_TO: noreply@cfpb.gov
IMAGE_SCANNER_SECRET: cfpb/team/regtech/twistlock
CONTACTS_SECRET: cfpb/team/regtech/contact-info
IMAGE_SCANNER_SECRET: cfpb/team/regtech/image-scanner-creds
SMTP_CREDS_SECRET: cfpb/team/regtech/smtp-ses-creds
secrets-manager:
IMAGE_SCANNER_URL: "${IMAGE_SCANNER_SECRET}:TL_CONSOLE_URL"
IMAGE_SCANNER_USERNAME: "${IMAGE_SCANNER_SECRET}:TL_USER"
IMAGE_SCANNER_PASSWORD: "${IMAGE_SCANNER_SECRET}:TL_PASSWORD"
SMTP_PASSWORD: "${SMTP_CREDS_SECRET}:password"
EMAIL_TO: "${CONTACTS_SECRET}:developers_all"
IMAGE_SCANNER_URL: "${IMAGE_SCANNER_SECRET}:url"
IMAGE_SCANNER_USERNAME: "${IMAGE_SCANNER_SECRET}:username"
IMAGE_SCANNER_PASSWORD: "${IMAGE_SCANNER_SECRET}:password"
SMTP_HOST: "${SMTP_CREDS_SECRET}:mail_server"
SMTP_PORT: "${SMTP_CREDS_SECRET}:smtp_port"
SMTP_HOST: "${SMTP_CREDS_SECRET}:smtp_server"
SMTP_USERNAME: "${SMTP_CREDS_SECRET}:username"
SMTP_PASSWORD: "${SMTP_CREDS_SECRET}:password"

phases:
install:
Expand Down

0 comments on commit b8cbfe6

Please sign in to comment.