From f4ab95475ebcb91d9305e4aec4449c54339dd11d Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:26:55 +0100 Subject: [PATCH] fix: remove any reference to the Admin/Super user (#515) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b37457a6..b9c194a3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ java -Dweb.http.presentation.port=10001 \ -Dweb.http.path="/api" \ -Dweb.http.identity.port=8182 \ -Dweb.http.identity.path="/api/identity" \ - -Dedc.ih.api.superuser.key="c3VwZXItdXNlcgo=c3VwZXItc2VjcmV0Cg==" \ -jar launcher/identityhub/build/libs/identity-hub.jar ``` @@ -90,7 +89,6 @@ docker run --rm --name identity-hub \ -e "WEB_HTTP_PORT=8181" \ -e "WEB_HTTP_IDENTITY_PORT=8182" \ -e "WEB_HTTP_IDENTITY_PATH=/api/identity" \ - -e "EDC_IH_API_SUPERUSER_KEY=c3VwZXItdXNlcgo=c3VwZXItc2VjcmV0Cg==" \ identity-hub:latest ```