From 73abb2dea8a8cc3e548bc72a9c980fa33a93780f Mon Sep 17 00:00:00 2001 From: Niek Rossen Date: Mon, 18 Mar 2024 14:13:36 +0100 Subject: [PATCH] Update proxy configuration Signed-off-by: Niek Rossen --- plugins/octopus-deploy/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/octopus-deploy/README.md b/plugins/octopus-deploy/README.md index f6de7dc392..fabd3c4737 100644 --- a/plugins/octopus-deploy/README.md +++ b/plugins/octopus-deploy/README.md @@ -28,10 +28,11 @@ To use it, you will need to generate an [API Key](https://octopus.com/docs/octop ``` // app-config.yaml proxy: - '/octopus-deploy': - target: 'https:///api' - headers: - X-Octopus-ApiKey: ${OCTOPUS_API_KEY} + endpoints: + '/octopus-deploy': + target: 'https:///api' + headers: + X-Octopus-ApiKey: ${OCTOPUS_API_KEY} ``` Optionally, also add the following section to your app-config.yaml if you wish to enable linking to the Project Release page in the Octopus Deploy UI from the footer of the Backstage Release Table. Typically this will be the server URL above without the /api postfix.