Update proxy configuration

Signed-off-by: Niek Rossen <niek.rossen@infosupport.com>
This commit is contained in:
Niek Rossen
2024-03-18 14:13:36 +01:00
parent b55a108937
commit 73abb2dea8
+5 -4
View File
@@ -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://<your-octopus-server-instance>/api'
headers:
X-Octopus-ApiKey: ${OCTOPUS_API_KEY}
endpoints:
'/octopus-deploy':
target: 'https://<your-octopus-server-instance>/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.