Izanami v1 APIs Proxy
cp:otoroshi.next.plugins.NgIzanamiV1Proxy
This plugin exposes routes to proxy Izanami configuration and features tree APIs
categories:
- Integrations
default configuration:
{
"path" : "/api/izanami",
"feature_pattern" : "*",
"config_pattern" : "*",
"auto_context" : false,
"features_enabled" : true,
"features_with_context_enabled" : true,
"configuration_enabled" : false,
"tls" : {
"certs" : [ ],
"trusted_certs" : [ ],
"enabled" : false,
"loose" : false,
"trust_all" : false
},
"izanami_url" : "https://izanami.foo.bar",
"client_id" : "client",
"client_secret" : "secret",
"timeout" : 500
}