-
Notifications
You must be signed in to change notification settings - Fork 186
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
Get rid of hardcoded admin user uuid #3656
Conversation
2359b63
to
d6e6143
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some open questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome now 👍 Should we run with [full-ci]?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!
💥 Acceptance test Core-API-Tests-ocis-storage-3 failed. Further test are cancelled... |
2923dc4
to
50b6c02
Compare
The reva and idp users are service users and don't need any roles assigned. They currently used for performing LDAP searches.
The UUID is generated by `ocs init` now and stored in the config file. To avoid that every ocis install uses the same UUID Closes: owncloud#3524
Also let the top-level ocis config validator error out if admin_user_id is unset at start.
Kudos, SonarCloud Quality Gate passed! |
The UUID is generated by
ocs init
now and stored in the config file. To avoid that every ocis install uses the same UUIDRelated Issue