Update proxy configuration
Signed-off-by: Niek Rossen <niek.rossen@infosupport.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user