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

API documentation seems not up to date #109

Closed
alighanem opened this issue May 21, 2019 · 1 comment
Closed

API documentation seems not up to date #109

alighanem opened this issue May 21, 2019 · 1 comment

Comments

@alighanem
Copy link

alighanem commented May 21, 2019

Describe the bug

The API documentation explains how to list ORY Access Control Policy Roles but when we called it, we got a 301 - moved permanently . (https://www.ory.sh/docs/keto/sdk/api#list-ory-access-control-policy-roles)
It worked on Friday May 17th 2019.

Reproducing the bug

Steps to reproduce the behavior:

  1. Follow the steps described here: https://www.ory.sh/docs/next/keto/configure-deploy
  2. curl http://localhost:4466/engines/acp/ory/glob/roles/
  3. Response received: Moved Permanently.

Server logs

time="2019-05-20T14:21:56Z" level=info msg="started handling request" method=GET remote="192.168.192.1:35094" request=/engines/acp/ory/glob/roles/
time="2019-05-20T14:21:56Z" level=info msg="completed handling request" measure#keto.latency=60777 method=GET remote="192.168.192.1:35094" request=/engines/acp/ory/glob/roles/ status=301 text_status="Moved Permanently" took="60.777µs"

Expected behavior

The ansmer must contain a list of policy roles

Environment

  • Docker image: 0.3.1
  • Docker version: 18.09.2
  • Ubuntu: 18
@alighanem
Copy link
Author

I updated to the last version of the image and it worked. Maybe an issue with my environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant