mirror of https://github.com/hashicorp/consul
Backport of Remove "BETA" marker from config entries into release/1.16.x (#18272)
backport of commit 7def767862
Co-authored-by: Thomas Eckert <teckert@hashicorp.com>
pull/18278/head
parent
290d9b209b
commit
9775781b46
|
@ -410,39 +410,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "API gateway",
|
"title": "API gateway",
|
||||||
"href": "/consul/docs/connect/gateways/api-gateway/configuration/api-gateway",
|
"href": "/consul/docs/connect/gateways/api-gateway/configuration/api-gateway"
|
||||||
"badge": {
|
|
||||||
"text": "BETA",
|
|
||||||
"type": "outlined",
|
|
||||||
"color": "neutral"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "HTTP route",
|
"title": "HTTP route",
|
||||||
"href": "/consul/docs/connect/gateways/api-gateway/configuration/http-route",
|
"href": "/consul/docs/connect/gateways/api-gateway/configuration/http-route"
|
||||||
"badge": {
|
|
||||||
"text": "BETA",
|
|
||||||
"type": "outlined",
|
|
||||||
"color": "neutral"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "TCP route",
|
"title": "TCP route",
|
||||||
"href": "/consul/docs/connect/gateways/api-gateway/configuration/tcp-route",
|
"href": "/consul/docs/connect/gateways/api-gateway/configuration/tcp-route"
|
||||||
"badge": {
|
|
||||||
"text": "BETA",
|
|
||||||
"type": "outlined",
|
|
||||||
"color": "neutral"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Inline certificate",
|
"title": "Inline certificate",
|
||||||
"href": "/consul/docs/connect/gateways/api-gateway/configuration/inline-certificate",
|
"href": "/consul/docs/connect/gateways/api-gateway/configuration/inline-certificate"
|
||||||
"badge": {
|
|
||||||
"text": "BETA",
|
|
||||||
"type": "outlined",
|
|
||||||
"color": "neutral"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Ingress gateway",
|
"title": "Ingress gateway",
|
||||||
|
@ -522,7 +502,7 @@
|
||||||
{
|
{
|
||||||
"title": "Delegate authorization to external services",
|
"title": "Delegate authorization to external services",
|
||||||
"path": "connect/proxies/envoy-extensions/usage/ext-authz"
|
"path": "connect/proxies/envoy-extensions/usage/ext-authz"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Run Lua scripts in Envoy proxies",
|
"title": "Run Lua scripts in Envoy proxies",
|
||||||
"path": "connect/proxies/envoy-extensions/usage/lua"
|
"path": "connect/proxies/envoy-extensions/usage/lua"
|
||||||
|
@ -538,7 +518,8 @@
|
||||||
{
|
{
|
||||||
"title": "Run WebAssembly plug-ins in Envoy proxies",
|
"title": "Run WebAssembly plug-ins in Envoy proxies",
|
||||||
"path": "connect/proxies/envoy-extensions/usage/wasm"
|
"path": "connect/proxies/envoy-extensions/usage/wasm"
|
||||||
} ]
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
|
@ -546,16 +527,16 @@
|
||||||
{
|
{
|
||||||
"title": "External authorization",
|
"title": "External authorization",
|
||||||
"path": "connect/proxies/envoy-extensions/configuration/ext-authz"
|
"path": "connect/proxies/envoy-extensions/configuration/ext-authz"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Property override",
|
"title": "Property override",
|
||||||
"path": "connect/proxies/envoy-extensions/configuration/property-override"
|
"path": "connect/proxies/envoy-extensions/configuration/property-override"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "WebAssembly",
|
"title": "WebAssembly",
|
||||||
"path": "connect/proxies/envoy-extensions/configuration/wasm"
|
"path": "connect/proxies/envoy-extensions/configuration/wasm"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -658,11 +639,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "API Gateways",
|
"title": "API Gateways",
|
||||||
"badge": {
|
|
||||||
"text": "BETA",
|
|
||||||
"type": "outlined",
|
|
||||||
"color": "neutral"
|
|
||||||
},
|
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"title": "Overview",
|
"title": "Overview",
|
||||||
|
@ -1090,7 +1066,7 @@
|
||||||
{
|
{
|
||||||
"title": "Limit traffic rates from source IP addresses",
|
"title": "Limit traffic rates from source IP addresses",
|
||||||
"path": "agent/limits/usage/limit-request-rates-from-ips"
|
"path": "agent/limits/usage/limit-request-rates-from-ips"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue