RoadieHQ / helm-charts

Helm charts for RoadieHQ tools
https://charts.roadie.io
Apache License 2.0
2 stars 9 forks source link

Uptake latest Backstage master #6

Closed dtuite closed 4 years ago

dtuite commented 4 years ago

List of completed tasks are here. https://app.clubhouse.io/larder/story/205/update-the-sample-app-backstage-demo

There is more work required to get to the bottom of SSL certs and how they are supposed to work.

This work has already been deployed to the Sample App demo.

dtuite commented 4 years ago

Upgrading the Backstage demo is failing at the moment due to the following error. If I can resolve it I will clean these changes up and merge them.

» k logs backstage-backend-85f956c77-w2m9g                                                                                                                                                                                                                                                                                                                                                                                                                    1 ↵
FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
2020-09-21T10:33:24.542Z catalog info Beginning locations refresh
FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
2020-09-21T10:33:24.915Z auth info Configuring provider, okta
2020-09-21T10:33:24.920Z auth info Configuring provider, gitlab
2020-09-21T10:33:24.928Z auth info Configuring provider, oauth2
2020-09-21T10:33:24.932Z auth info Configuring provider, google
2020-09-21T10:33:24.935Z auth info Configuring provider, github
2020-09-21T10:33:24.938Z auth info Configuring provider, saml
2020-09-21T10:33:24.941Z auth info Configuring provider, auth0
2020-09-21T10:33:24.944Z auth info Configuring provider, microsoft
2020-09-21T10:33:24.949Z identity info Initializing identity API backend
2020-09-21T10:33:24.959Z proxy info [HPM] Proxy created: [Function: filter]  ->  https://circleci.com/api/v1.1
2020-09-21T10:33:24.961Z proxy info [HPM] Proxy rewrite rule created: "^/proxy/circleci/api/" ~> "/"
2020-09-21T10:33:24.964Z proxy info [HPM] Proxy created: [Function: filter]  ->  http://localhost:8080
2020-09-21T10:33:24.965Z proxy info [HPM] Proxy rewrite rule created: "^/proxy/jenkins/api/" ~> "/"
Backend failed to start up Error: Cannot find module '../schema'
Require stack:
- /usr/src/app/plugins/catalog-graphql/dist/index.cjs.js
- /usr/src/app/plugins/graphql/dist/index.cjs.js
- /usr/src/app/packages/backend/dist/index.cjs.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
    at Function.Module._load (internal/modules/cjs/loader.js:841:27)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.createModule (/usr/src/app/plugins/catalog-graphql/dist/index.cjs.js:28:31)
    at Object.createRouter (/usr/src/app/plugins/graphql/dist/index.cjs.js:18:52)
    at async createPlugin$8 (/usr/src/app/packages/backend/dist/index.cjs.js:167:10)
    at async main (/usr/src/app/packages/backend/dist/index.cjs.js:208:613) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/src/app/plugins/catalog-graphql/dist/index.cjs.js',
    '/usr/src/app/plugins/graphql/dist/index.cjs.js',
    '/usr/src/app/packages/backend/dist/index.cjs.js'
  ]
}
iain-b commented 4 years ago

Maybe you remove that plugin from the example backend? catalog-graphql? I only have graphql locally so it's either new or the graphql plugin has been renamed... in either case we should be able to do without it to get a build out.

dtuite commented 4 years ago

I reverted the demo and I think I got what I needed from the older version so no pressure.