diff --git a/docs/v2/guides/operations/authentication/connecting-applications.mdx b/docs/v2/guides/operations/authentication/connecting-applications.mdx index a6c1ea5..b23e2fc 100644 --- a/docs/v2/guides/operations/authentication/connecting-applications.mdx +++ b/docs/v2/guides/operations/authentication/connecting-applications.mdx @@ -198,7 +198,6 @@ authentication: methods: jwt: enabled: true - # Configure your JWKS endpoint jwks: url: "https://your-idp.com/.well-known/jwks.json" ``` @@ -271,7 +270,6 @@ authentication: methods: kubernetes: enabled: true - # Path where Kubernetes mounts the service account token service_account_token_path: /var/run/secrets/kubernetes.io/serviceaccount/token ```