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

Inspect plugin wrong URL #778

Closed
ibaraki-douji opened this issue Aug 31, 2024 · 0 comments
Closed

Inspect plugin wrong URL #778

ibaraki-douji opened this issue Aug 31, 2024 · 0 comments

Comments

@ibaraki-douji
Copy link

Looking at the API docs we have a inspect URL of /plugins/<name>/json (https://docs.docker.com/reference/api/engine/v1.46/#tag/Plugin/operation/PluginInspect)
but looking at the code i see the url is /plugins/<name>

path: '/plugins/' + this.name,

which for me cause a 404 since the path doesn't exists

@apocas apocas closed this as completed in 21d8397 Oct 7, 2024
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