mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
* docusaurus-theme: Fix header alignment, overscroll, vertical padding. * docusaurus-theme: Lint. * website/docs: Prepare for monorepo packages. * website/docs: Clean up dependencies. Tidy table. * website/docs: Fix issue where Prettier affects example content. * website/docs: Temp fix for stale packages.
34 lines
654 B
Plaintext
34 lines
654 B
Plaintext
---
|
|
title: Envoy
|
|
---
|
|
|
|
import TabItem from "@theme/TabItem";
|
|
import Tabs from "@theme/Tabs";
|
|
|
|
import Placeholders from "./__placeholders.md";
|
|
import EnvoyIstio from "./_envoy_istio.md";
|
|
|
|
# Envoy
|
|
|
|
The configuration template shown below apply to both single-application and domain-level forward auth.
|
|
|
|
:::info
|
|
If you are using Istio and Kubernetes, use the port number that is exposed for your cluster.
|
|
:::
|
|
|
|
<Placeholders />
|
|
|
|
<Tabs
|
|
defaultValue="envoy-istio"
|
|
values={[
|
|
{
|
|
label: "Envoy (Istio)",
|
|
value: "envoy-istio",
|
|
},
|
|
]}
|
|
>
|
|
<TabItem value="envoy-istio">
|
|
<EnvoyIstio />
|
|
</TabItem>
|
|
</Tabs>
|