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

[ResponseOps] meta - improve proxy support #138319

Open
3 of 8 tasks
pmuellr opened this issue Aug 8, 2022 · 2 comments
Open
3 of 8 tasks

[ResponseOps] meta - improve proxy support #138319

pmuellr opened this issue Aug 8, 2022 · 2 comments
Labels
Feature:Actions/Framework Issues related to the Actions Framework Feature:Rule Actions Security Solution Rule Actions feature Meta Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@pmuellr
Copy link
Member

pmuellr commented Aug 8, 2022

There are a number of issues with our proxy support that we should address. This is a meta issue pointing to them. These issues should get us to the point of having proxy support working across a larger set of scenarios than it does today, and ensure they will work into the future (adding tests):

@pmuellr pmuellr added Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Rule Actions Security Solution Rule Actions feature Feature:Actions/Framework Issues related to the Actions Framework labels Aug 8, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@pmuellr
Copy link
Member Author

pmuellr commented Mar 2, 2023

Re-looked at this to see if there were any updates since my last check.

There's one update - the third bullet "add proxy support to hpagent" is complete, and was the blocker for us to continue work in Kibana. There's just one little thing to fix.

We want at least v1.2.0 of hpagent. Currently, we don't have a direct dependency on hpagent in our package.json. However, we get it for free via the elasticsearch package. So it is available to us, and yarn is getting the most recent one:

https://github.com/elastic/kibana/blob/7c71786ff9537995aa79256c34a7e47c37ea3993/yarn.lock#L17113-L17116

We will need to add a dependency to the 1.2.0 version in Kibana's package.json, to make everything kosher.

We can do that in the first PR that makes use of hpagent in our proxy support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Actions/Framework Issues related to the Actions Framework Feature:Rule Actions Security Solution Rule Actions feature Meta Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
No open projects
Development

No branches or pull requests

3 participants