Open JordanSh opened 9 months ago
@JordanSh I was thinking to assign this for sean as a good first issue. wdyt?
Can you please add more context to the issue so it would be better handed off?
Added context and dod
I don't believe this issue is truly a quick win. Integration form is fleet extension component in our CSP plugin and Fleet handles routing with params differently with hooks and component that we don't have access to from PolicyTemplateInputSelector
. When I selected the cloud provider and use history.push()
, page re-directs routing to fleet agent page. cc: @JordanSh @kfirpeled
Summary
We want to add the ability to select values by using url params. for example, when navigating to the CSPM integration, we would like to be able to pre-select
Azure
as a value if the url includes a parameter forcloudProvider=Azure
.This will require adding support for URL params, and initial values state management. This will allow us to navigate to a direct integration from the benchmarks and rules pages.