Skip to content

Commit

Permalink
Merge pull request #555 from nationalarchives/TDRD-319-keycloak-upgra…
Browse files Browse the repository at this point in the history
…de-v26

Tdrd 319 keycloak upgrade v26
  • Loading branch information
TomJKing authored Dec 16, 2024
2 parents 01d0e96 + 9c41f3f commit ce97804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ecs_tasks/keycloak.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
{
"valueFrom": "${admin_user_path}",
"name": "KEYCLOAK_ADMIN"
"name": "KC_BOOTSTRAP_ADMIN_USERNAME"
},
{
"valueFrom": "${admin_password_path}",
"name": "KEYCLOAK_ADMIN_PASSWORD"
"name": "KC_BOOTSTRAP_ADMIN_PASSWORD"
},
{
"valueFrom" : "${client_secret_path}",
Expand Down

0 comments on commit ce97804

Please sign in to comment.