We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start revad with one of the ocmd example configs:
cd examples/ocmd/ && mkdir -p /var/tmp/reva ../../cmd/revad/revad -c ocmd-server-1.toml
And then:
curl http://localhost:19001/ocm/ocm-provider/ curl http://einstein:relativity@localhost:19001/ocm/ocm-provider/
You will see the /ocm-provider/ route is only accessible to logged in users? Is this by design or an oversight?
/ocm-provider/
The text was updated successfully, but these errors were encountered:
@ishank011 do you know?
Sorry, something went wrong.
Hi @michielbdejong that is indeed a bug. #1832 should fix it
Successfully merging a pull request may close this issue.
Start revad with one of the ocmd example configs:
And then:
You will see the
/ocm-provider/
route is only accessible to logged in users?Is this by design or an oversight?
The text was updated successfully, but these errors were encountered: