How to add superuser #802
-
|
Hello, As I understood the documentation to proper use the Identity-API I need to configure a super-user. |
Beta Was this translation helpful? Give feedback.
Answered by
paullatzelsperger
Sep 10, 2025
Replies: 1 comment 2 replies
-
|
one way is to have a dedicated EDC extension that does this, check out this in MVD: https://github.com/eclipse-edc/MinimumViableDataspace/blob/main/extensions/superuser-seed/src/main/java/org/eclipse/edc/identityhub/seed/ParticipantContextSeedExtension.java this is not intended for production code though, so you may want to look at other options, for example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
3rim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one way is to have a dedicated EDC extension that does this, check out this in MVD: https://github.com/eclipse-edc/MinimumViableDataspace/blob/main/extensions/superuser-seed/src/main/java/org/eclipse/edc/identityhub/seed/ParticipantContextSeedExtension.java
this is not intended for production code though, so you may want to look at other options, for example: