HttpResources service should support POST method #80822
Labels
enhancement
New value added to drive a business result
NeededFor:Security
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Blocks #27156 and #69506
HttpRespurces plugin supports the
GET
method only. I can see a couple of options here:render
API via contractIt would allow us to support cases when a plugin renders an HTML page outside of the request context:
kibana/x-pack/plugins/security/server/authorization/authorization_service.tsx
Lines 168 to 198 in e31ec7e
That's why I'm inclining towards this option.
@elastic/kibana-platform WDYT?
The text was updated successfully, but these errors were encountered: