Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove super-user creation #275

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

This PR removes the automatic creation of a "super-user" participant context from IH.

Why it does that

Seeding users should really be done in downstream projects. Also, it will lead to conflicts in clustered environments, when database persistence is used.

Further notes

  • the base test class for E2E tests now has a method to create a super-user. So every test needs to call that method explicitly.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added enhancement New feature or request breaking-change Will require manual intervention for version update labels Feb 15, 2024
@paullatzelsperger paullatzelsperger merged commit 39dce65 into eclipse-edc:main Feb 15, 2024
13 checks passed
@paullatzelsperger paullatzelsperger deleted the chore/remove_superuser_seeding branch February 15, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will require manual intervention for version update enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants