f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
59 stars 14 forks source link

XC Diagnostics - Clone Pools not supported #208

Closed CarlB-dev closed 1 year ago

CarlB-dev commented 1 year ago

Currently the functionality provided by clone pools in BIG-IP is not supported in XC. XC diagnostics does not flag Virtual Servers that have this configuration as not compatible with XC and it should.

Clone pools are commonly used to push traffic to session replay software systems like Tealeaf, GlassBox, Quantum Metric, Hotjar, and FullStory.

Session Replay Software is a widely used technology, and many people are seeking reliable, secure software solutions with split url testing, data analysis, and search box.

Snippet of a Virtual Server with this config to be flagged:

ltm virtual /Common/myVirtual_http{ clone-pools { /Common/SessionReplayTarget-http-Pool { context serverside } }

CarlB-dev commented 1 year ago

The following rule is working in my config: { "code": "5cf0", "severity": "Error", "title": "Clone Pool detected", "message": "Clone Pool functionality is not supported.", "regex": " clone-pools " },

DumpySquare commented 1 year ago

added to the pending v3.12 release. Thank you!