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

GET request to /plugins requires authentication. #1627

Closed
panaaj opened this issue Sep 18, 2023 · 2 comments
Closed

GET request to /plugins requires authentication. #1627

panaaj opened this issue Sep 18, 2023 · 2 comments

Comments

@panaaj
Copy link
Member

panaaj commented Sep 18, 2023

When security is enabled, a request to /plugins requires the caller to be authenticated to receive results.

This behaviour does not allow for apps and plugins to implement "feature detection" based on the installed plugins.

The desired state would allow GET requests to the top level /plugins endpoint return results without the need to authenticate.

@sbender9
Copy link
Member

The issue here is that information in the plugin config can be sensitive. Passwords, etc.

A better solution would be to add a new API to allow "feature detection".

@panaaj
Copy link
Member Author

panaaj commented Sep 20, 2023

See #1630

@panaaj panaaj closed this as completed Sep 22, 2023
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

2 participants