Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Enable the agent to send event to inventory server (#1104)
* ✨ Install the agent by helm chart (#1090) * add standalone mode Signed-off-by: myan <[email protected]> d Signed-off-by: myan <[email protected]> agent support multiple transports Signed-off-by: myan <[email protected]> fix the transport type Signed-off-by: myan <[email protected]> improve ut Signed-off-by: myan <[email protected]> fix the error Signed-off-by: myan <[email protected]> remove the useless Signed-off-by: myan <[email protected]> add e2e test Signed-off-by: myan <[email protected]> format Signed-off-by: myan <[email protected]> remove the Signed-off-by: myan <[email protected]> fix the grafana Signed-off-by: myan <[email protected]> fix the e2e Signed-off-by: myan <[email protected]> pg and kafka Signed-off-by: myan <[email protected]> fix the ns Signed-off-by: myan <[email protected]> renaming Signed-off-by: myan <[email protected]> rerun Signed-off-by: myan <[email protected]> add standalone mode Signed-off-by: myan <[email protected]> d Signed-off-by: myan <[email protected]> agent support multiple transports Signed-off-by: myan <[email protected]> fix the transport type Signed-off-by: myan <[email protected]> improve ut Signed-off-by: myan <[email protected]> fix the error Signed-off-by: myan <[email protected]> remove the useless Signed-off-by: myan <[email protected]> add e2e test Signed-off-by: myan <[email protected]> format Signed-off-by: myan <[email protected]> remove the Signed-off-by: myan <[email protected]> fix the grafana Signed-off-by: myan <[email protected]> fix the e2e Signed-off-by: myan <[email protected]> pg and kafka Signed-off-by: myan <[email protected]> fix the ns Signed-off-by: myan <[email protected]> install agent by helm chart Signed-off-by: myan <[email protected]> fix helm Signed-off-by: myan <[email protected]> update doc Signed-off-by: myan <[email protected]> fix the secret error Signed-off-by: myan <[email protected]> doc Signed-off-by: myan <[email protected]> test Signed-off-by: myan <[email protected]> * add the review Signed-off-by: myan <[email protected]> * add clusterId as default leaf_hub_name for standalone Signed-off-by: myan <[email protected]> * add clusterId as default leaf_hub_name for standalone Signed-off-by: myan <[email protected]> * improve ut Signed-off-by: myan <[email protected]> * ut Signed-off-by: myan <[email protected]> --------- Signed-off-by: myan <[email protected]> :bug: Fix the issue of event loss caused by time filtering. (#1101) * skipp the expired event Signed-off-by: myan <[email protected]> * fix the ut Signed-off-by: myan <[email protected]> * integration Signed-off-by: myan <[email protected]> --------- Signed-off-by: myan <[email protected]> kind_cluster (#1098) Signed-off-by: myan <[email protected]> MGMT-18597: Poll Stackrox Central for violation counts and push it to kafka (#1091) This patch changes the agent so that it discovers Stackrox _central_ instances in the hub, polls them to extract the summary of security violations and sends them to the manager via the Kafka broker. Related: https://issues.redhat.com/browse/MGMT-18597 Signed-off-by: danmanor <[email protected]> Co-authored-by: danmanor <[email protected]> ACM-14143: Fix section levels in StackRox integration doc (#1106) The levels of the sections are incorrect, this patch fixes them. Related: https://issues.redhat.com/browse/ACM-14143 Related: https://issues.redhat.com/browse/MGMT-18591 Signed-off-by: Juan Hernandez <[email protected]> :sparkles: Introduce managedclustermigration api (#1102) * support migration Signed-off-by: clyang82 <[email protected]> * rename to managedclustermigration Signed-off-by: clyang82 <[email protected]> --------- Signed-off-by: clyang82 <[email protected]> MGMT-18903: Add 'source' column to violations by severity count SQL table to support multiple central instances in one hub (#1105) Signed-off-by: danmanor <[email protected]> fix install hosted in other ns (#1107) Signed-off-by: DangPeng Liu <[email protected]> support sending to the inventory server Signed-off-by: myan <[email protected]> generate the secret Signed-off-by: myan <[email protected]> fix the e2e Signed-off-by: myan <[email protected]> shell Signed-off-by: myan <[email protected]> local test finished Signed-off-by: myan <[email protected]> rebase Signed-off-by: myan <[email protected]> fix the ut Signed-off-by: myan <[email protected]> add inventory unit test Signed-off-by: myan <[email protected]> add ut Signed-off-by: myan <[email protected]> ignore leak Signed-off-by: myan <[email protected]> watch the clusterinfo Signed-off-by: myan <[email protected]> upgrade addon Signed-off-by: myan <[email protected]> add ut Signed-off-by: myan <[email protected]> format Signed-off-by: myan <[email protected]> fix the e2e Signed-off-by: myan <[email protected]> fix the consumer error Signed-off-by: myan <[email protected]> * fix sum Signed-off-by: myan <[email protected]> * reply review Signed-off-by: myan <[email protected]> * remove the namespace Signed-off-by: myan <[email protected]> --------- Signed-off-by: myan <[email protected]>
- Loading branch information