From b9d6a0257829e2402bed120e3157664296310b0d Mon Sep 17 00:00:00 2001 From: Ivan Wallis Date: Fri, 19 Apr 2019 07:26:18 -0700 Subject: [PATCH] Update doc add more detail around username format for TPP credentials. --- docs/tasks/issuers/setup-venafi.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tasks/issuers/setup-venafi.rst b/docs/tasks/issuers/setup-venafi.rst index b7a059b35..3a4abb6b3 100644 --- a/docs/tasks/issuers/setup-venafi.rst +++ b/docs/tasks/issuers/setup-venafi.rst @@ -129,7 +129,8 @@ create a Kubernetes Secret resource containing your Venafi TPP API credentials: resource namespace'. These credentials will be used by cert-manager to interact with your Venafi TPP -instance. +instance. Username attribute must be adhere to the : format. +For example: ``local:admin``. Once the Secret containing credentials has been created, you can create your Issuer or ClusterIssuer resource. If you are creating a ClusterIssuer resource,