-
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
[full-ci]first api test for ocm #9414
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. |
485bac8
to
a1d1af2
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.
others look good. 👍
a1d1af2
to
3cfe0f9
Compare
Quality Gate passedIssues Measures |
[full-ci]first api test for ocm
related #1329
how to start two ocis instances:
providers.json
127.0.0.1 anotherlocalhost
to/etc/hosts
ocm
to https://github.com/owncloud/ocis/blob/master/services/web/pkg/config/defaults/defaultconfig.go#L101make -C ocis clean generate build
PROXY_ENABLE_BASIC_AUTH=true OCIS_LOG_PRETTY=true IDM_CREATE_DEMO_USERS=true ADMIN_PASSWORD=admin FRONTEND_OCS_INCLUDE_OCM_SHAREES=true FRONTEND_OCS_LIST_OCM_SHARES=true FRONTEND_ENABLE_FEDERATED_SHARING_INCOMING=true FRONTEND_ENABLE_FEDERATED_SHARING_OUTGOING=true OCIS_ADD_RUN_SERVICES=ocm GRAPH_INCLUDE_OCM_SHAREES=true OCM_OCM_INVITE_MANAGER_INSECURE=true OCM_OCM_SHARE_PROVIDER_INSECURE=true OCM_OCM_STORAGE_PROVIDER_INSECURE=true OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE=providers.json ocis/bin/ocis server
using launch.json vscode:
launch.json