omni-gateway-config
Installation
SKILL.md
Validate Gateway Config
Config Format Reference
Gateway configuration lives in:
- Linux (systemd):
/usr/local/share/mulesoft/flex-gateway/conf.d/ - Docker: Host path mounted with
-v <host-path>:/usr/local/share/mulesoft/flex-gateway/conf.d - Kubernetes: ConfigMap or PV mounted at the same internal path
Each file may contain one or more ----separated YAML documents. A single .yaml file
containing multiple resources is just as valid as one resource per file.
Valid apiVersions
| apiVersion | When to use |
|---|---|
gateway.mulesoft.com/v1alpha1 |
All stable kinds (ApiInstance, PolicyBinding, Service, Configuration, Extension, Secret, Contract) |
gateway.mulesoft.com/v1beta1 |
Newer Configuration sub-kinds: circuitBreaker, tracing |