Merge pull request #29161 from backstage/rugvip/unacceptable

changesets: retire poor bats
This commit is contained in:
Patrik Oldsberg
2025-03-11 17:20:27 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ discovery:
plugins: [catalog]
```
This will now cause requests from the frontend towards the `catalog` plugin to be routed to `https://internal-catalog.acme.org/api/catalog`, but this might not be reachable from the frontend. To fix this, you should update the `discovery.endpoints` configuration to only override the internal URL of the plugin:
This will now cause requests from the frontend towards the `catalog` plugin to be routed to `https://catalog.internal.acme.org/api/catalog`, but this might not be reachable from the frontend. To fix this, you should update the `discovery.endpoints` configuration to only override the internal URL of the plugin:
```yaml
discovery: