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

Proxy plugin add doesn't work #283

Open
themotu opened this issue Oct 25, 2018 · 2 comments
Open

Proxy plugin add doesn't work #283

themotu opened this issue Oct 25, 2018 · 2 comments

Comments

@themotu
Copy link

themotu commented Oct 25, 2018

Steps to reproduce:

docker-compose up

add api
add plugin - proxy

result:
proxy add doesn't work

@sql-and-r
Copy link

Same behavior. Noted errors in browser JavaScript Console:

Failed to load resource: the server responded with a status of 422 (Unprocessable Entity).

{"meta":{"url":"http://api:4001/apis/acff62fe-a8bf-4b63-8d4f-fed18c7b14cc/plugins/proxy","type":"object","request_id":"2lgfv11oco18dd2d080002d1","code":404},"error":{"type":"not_found"}}

API Server is responding on port 4001.

$ curl -iLs http://localhost:4001/apis| grep HTTP
HTTP/1.1 200 OK

@AndrewDryga
Copy link
Member

I think our web interface is slightly behind API functionality and need to be updated, but I can confirm that annonktl works just fine. (API request structure was changed in latest release.)

Other option is to use older Annon version in your docker-compose, before request format is changed.

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

3 participants