From 87df53deb7b1b5510d289b6d3c91a0daeb6a5c83 Mon Sep 17 00:00:00 2001 From: Adrian Lai Date: Thu, 17 Oct 2024 15:41:00 +0100 Subject: [PATCH] Fix/update links to TPP documentation 21.4 link 404s now. Whilst we're in the area, update the other link to current, and make the instructions reflect the UI a bit better. Signed-off-by: Adrian Lai --- content/docs/configuration/venafi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index a1a9e564d4..db4e7bd300 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -139,7 +139,7 @@ credentials. ### Access Token Authentication -1. [Set up token authentication](https://docs.venafi.com/Docs/23.1/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php). +1. [Set up token authentication](https://docs.venafi.com/Docs/24.3/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php). NOTE: Do not select "Refresh Token Enabled" and set a *long* "Token Validity (days)". The Refresh Token feature is not supported by cert-manager's Venafi @@ -149,10 +149,10 @@ credentials. E.g. `k8s-xyz-automation` -3. [Create a new application integration](https://docs.venafi.com/Docs/21.4/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creatingNew-Aperture.php) +3. [Create a new application integration](https://docs.venafi.com/Docs/24.3/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creating.php) Create an application integration with name and ID `cert-manager`. - Set the "API Access Settings" to `Certificates: Read,Manage,Revoke`. + Set the "Base Access Settings" to `certificate: manage,revoke`. "Edit Access" to the new application integration, and allow it to be used by the user you created earlier.