You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following configuration to your `app-config.yaml` to allow the backend to access the BC Data Catalogue API:
56
+
57
+
```
58
+
backend:
59
+
reading:
60
+
allow:
61
+
- host: catalogue.data.gov.bc.ca
62
+
scheme: https
63
+
```
64
+
65
+
**Note:** Additional hosts may be required depending what resources are being loaded. See https://github.com/bcgov/csit-backstage-poc/blob/main/app-config.yaml for example.
0 commit comments