@solo.io/platform-portal-backstage-plugin-backend 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,10 +96,10 @@ Then run the Backstage example app, replacing any environment variables as-neede
|
|
|
96
96
|
```sh
|
|
97
97
|
docker run \
|
|
98
98
|
--name backstage \
|
|
99
|
-
-e PORTAL_SERVER_URL=http://
|
|
99
|
+
-e PORTAL_SERVER_URL=http://localhost:31080/v1 # replace \
|
|
100
100
|
-e CLIENT_ID= # replace \
|
|
101
101
|
-e CLIENT_SECRET= # replace \
|
|
102
|
-
-e TOKEN_ENDPOINT
|
|
102
|
+
-e TOKEN_ENDPOINT=.../realms/master/protocol/openid-connect/token # replace \
|
|
103
103
|
-e PORTAL_SERVICE_ACCOUNT_USERNAME= # replace \
|
|
104
104
|
-e PORTAL_SERVICE_ACCOUNT_PASSWORD= # replace \
|
|
105
105
|
-e POSTGRES_USER=postgres \
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solo.io/platform-portal-backstage-plugin-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that synchronizes Gloo Platform Portal APIs with the Backstage catalog.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.16",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|