-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Overview
This issue tracks the implementation of an API to expose mapping from cluster IDs to template IDs.
Use Case
When WriteStoreDebugData is called, cluster template IDs (format: cluster-%s) are sometimes returned. This mapping API allows identifying which actual template IDs correspond to executed requests/responses for logging purposes.
Implementation
The feature adds two new public methods to NucleiEngine:
GetClusterTemplateIDs(clusterID string) []string- returns template IDs for a given cluster IDGetAllClusterMappings() map[string][]string- returns all cluster mappings
Related Pull Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels