-
Notifications
You must be signed in to change notification settings - Fork 187
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
[full-ci] Switch default config from account/glauth to builtin libregraph/idm #3331
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
💥 Acceptance test Web-Tests-ocis-smoke-ocis-storage-2 failed. Further test are cancelled... |
1db02ff
to
f01fd46
Compare
16d3d2b
to
8e72080
Compare
128842b
to
fb97946
Compare
4465fb8
to
27ef358
Compare
- The accounts and glauth service are turned off by default - proxy is switch from "accounts" to "cs3" for the account backend - The LDAP configuration (graph, idp, storage) of all services now points to idm instead of glauth
Setup idp to verify the LDAP server certificate. As this certificate might be generated on startup, this also moved the IDP to the "delayed" set of services. So it starts after "idm".
3efea5d
to
3c7926a
Compare
When using the GraphAPI skip ocs specific test
until the ui tests are able to switch to the Graph API for user provisioning
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM! Awesome
Description
This switches the default configs of all required service to point to builtin libregraph/idm LDAP server. Also it disables the glauth and accounts services.
This PR includes the changes from #3323 (which be should hopefully merge before this)Note: For now we still run the webUI test using the accounts service. Once the owncloud-test-middleware is update to use the GraphAPI for user provisioning those tests can be switched over to libregraph/idm as well.
Types of changes
Checklist: