From 5c021e573d12ceb9e4d8b17e53dd87c8b3821e03 Mon Sep 17 00:00:00 2001 From: Morgan Wu Date: Thu, 30 Nov 2017 19:27:32 -0500 Subject: [PATCH] auth-tls-pass-certificate-to-upstream should be bool --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index fdda32d37..a8b93102a 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -14,7 +14,7 @@ The following annotations are supported: |[nginx.ingress.kubernetes.io/auth-tls-verify-depth](#certificate-authentication)|number| |[nginx.ingress.kubernetes.io/auth-tls-verify-client](#certificate-authentication)|string| |[nginx.ingress.kubernetes.io/auth-tls-error-page](#certificate-authentication)|string| -|[nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream](#certificate-authentication)|string| +|[nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream](#certificate-authentication)|true or false| |[nginx.ingress.kubernetes.io/auth-url](#external-authentication)|string| |[nginx.ingress.kubernetes.io/base-url-scheme](#rewrite)|string| |[nginx.ingress.kubernetes.io/client-body-buffer-size](#client-body-buffer-size)|string|