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

Enable transport API to accept requests from other plugins while running background jobs #521

Open
1 of 4 tasks
zhongnansu opened this issue Mar 29, 2022 · 0 comments
Open
1 of 4 tasks
Labels
enhancement New feature or request

Comments

@zhongnansu
Copy link
Member

zhongnansu commented Mar 29, 2022

Is your feature request related to a problem? Please describe.

Plugins such as Observability depends on PPL to generate metrics and retrieve data for visualization. The requests are from Kibana with auth and uses REST API, which is fine. However there could be use case where observability needs to run background PPL query. At that time, there's no auth info can be attached for REST call.

Describe the solution you'd like
Expose transport API, which can be used for transport call from other plugins within background job. It runs as superadmin mode with user context(role, tenant, backend_role, etc)

The following changes need to be made for this feature to work

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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

No branches or pull requests

1 participant