Skip to content

Commit

Permalink
Fixes: Update hmpps-template-typescript app to use new CP terraform m…
Browse files Browse the repository at this point in the history
…odule (#508)
  • Loading branch information
mattops authored Jan 22, 2025
1 parent 62adb7d commit 021a6a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions helm_deploy/hmpps-template-typescript/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ generic-service:
# [name of environment variable as seen by app]: [key of kubernetes secret to load]

namespace_secrets:
hmpps-template-typescript:
AUTH_CODE_CLIENT_ID: 'AUTH_CODE_CLIENT_ID'
AUTH_CODE_CLIENT_SECRET: 'AUTH_CODE_CLIENT_SECRET'
# These secrets are created by terraform.
hmpps-template-typescript-client-creds:
CLIENT_CREDS_CLIENT_ID: 'CLIENT_CREDS_CLIENT_ID'
CLIENT_CREDS_CLIENT_SECRET: 'CLIENT_CREDS_CLIENT_SECRET'
hmpps-template-typescript-auth-code:
AUTH_CODE_CLIENT_ID: 'AUTH_CODE_CLIENT_ID'
AUTH_CODE_CLIENT_SECRET: 'AUTH_CODE_CLIENT_SECRET'
hmpps-template-typescript-session-secret:
SESSION_SECRET: 'SESSION_SECRET'
hmpps-template-typescript-elasticache-redis:
Expand Down

0 comments on commit 021a6a8

Please sign in to comment.