Skip to content

Commit

Permalink
DST-17030 - Added JWT and Delius secrets for mod platform dev environ…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
jamesmacbeth-unilink committed May 31, 2024
1 parent f94be99 commit 73d608f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions deploy/values-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ env:
secrets:
SPRING_DATASOURCE_PASSWORD: "arn:aws:secretsmanager:eu-west-2:326912278139:secret:delius-core-dev-oracle-db-application-passwords-kRyWVh:delius_app_schema::"
SPRING_LDAP_PASSWORD: "arn:aws:ssm:eu-west-2:326912278139:parameter/delius-core-dev/LDAP_BIND_PASSWORD"
JWT_SECRET: "arn:aws:ssm:eu-west-2:326912278139:parameter/delius-core-dev/UMT_JWT_SECRET"
DELIUS_SECRET: "arn:aws:ssm:eu-west-2:326912278139:parameter/delius-core-dev/UMT_DELIUS_SECRET"
3 changes: 0 additions & 3 deletions deploy/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ env:
DELIUS_LDAP_BASE_ROLES: "cn=ndRoleCatalogue,ou=Users"
DELIUS_LDAP_BASE_ROLE-GROUPS: "cn=ndRoleGroups,ou=Users"
DELIUS_LDAP_BASE_GROUPS: "ou=Groups"
# TODO add to SSM
JWT_SECRET: "testing"
DELIUS_SECRET: "testing"

0 comments on commit 73d608f

Please sign in to comment.