Skip to content

Commit

Permalink
fix: realm pwd not hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
gioppoluca committed Jun 23, 2024
1 parent e2ea844 commit 6024f15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions keycloak/realms/pa-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@
"id" : "be025602-c161-4b2e-9375-9a420c609e48",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1719138973601,
"secretData" : "{\"value\":\"4X9oBk+DjCM2f3Ju8cqseVO4W20QETtqEWqQzLzoJzM=\",\"salt\":\"zG/hnWIh3Xmt8DAyRpAadQ==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}"
"value" : "${MICADO_KC_REALM_ADMIN_PASSWORD}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
Expand Down

0 comments on commit 6024f15

Please sign in to comment.