mirror of https://github.com/knative/docs.git
[release-1.7] Fix guard readme link (#5195)
* Update queue-extensions.md * Update using-queue-extensions.md * Update queue-extensions.md
This commit is contained in:
parent
317625591c
commit
42ab45be5d
|
@ -7,7 +7,7 @@ Knative service pods include two containers:
|
|||
|
||||
You can extend Queue Proxy to offer additional features. The QPOptions feature of Queue Proxy allows additional runtime packages to extend Queue Proxy capabilities.
|
||||
|
||||
For example, the [security-guard](https://knative.dev/security-guard/README.md) repository provides an extension that uses the QPOptions feature. The [QPOption](https://knative.dev/security-guard/pkg/qpoption/README.md) package enables users to add additional security features to Queue Proxy.
|
||||
For example, the [security-guard](https://knative.dev/security-guard#section-readme) repository provides an extension that uses the QPOptions feature. The [QPOption](https://knative.dev/security-guard/pkg/qpoption#section-readme) package enables users to add additional security features to Queue Proxy.
|
||||
|
||||
The runtime features available are determined when the Queue Proxy image is built. Queue Proxy defines an orderly manner to activate and to configure extensions.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Using extensions enabled by QPOptions
|
||||
|
||||
QPOptions is a Queue Proxy feature that enables extending Queue Proxy with additional Go packages. For example, the [security-guard](https://knative.dev/security-guard/README.md) repository extends Queue Proxy by adding runtime security features to protect user services.
|
||||
QPOptions is a Queue Proxy feature that enables extending Queue Proxy with additional Go packages. For example, the [security-guard](https://knative.dev/security-guard#section-readme) repository extends Queue Proxy by adding runtime security features to protect user services.
|
||||
|
||||
Once your cluster is setup with extensions enabled by QPOptions, a Service can decide which extensions it wish to use and how to configure such extensions. Activating and configuring extensions is described here.
|
||||
|
||||
|
|
Loading…
Reference in New Issue