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
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.
The text was updated successfully, but these errors were encountered:
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".
Sorry, something went wrong.
See #1630
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: