Izanami V1 Canary Campaign
cp:otoroshi.next.plugins.NgIzanamiV1Canary
This plugin allow you to perform canary testing based on an izanami experiment campaign (A/B test)
categories:
- Integrations
default configuration:
{
"experiment_id" : "foo:bar:qix",
"config_id" : "foo:bar:qix:config",
"izanami_url" : "https://izanami.foo.bar",
"tls" : {
"certs" : [ ],
"trusted_certs" : [ ],
"enabled" : false,
"loose" : false,
"trust_all" : false
},
"client_id" : "client",
"client_secret" : "secret",
"timeout" : 5000,
"route_config" : null
}