Fredrik Adelöw
Fredrik Adelöw
Essentially, we are no longer looking at providing a container runner layer as an infra feature. If you still want to abstract it, you'll want to copy those interfaces /...
The old backend-common runner type is still used in `@backstage/plugin-scaffolder-backend-module-rails` and `@backstage/plugin-scaffolder-backend-module-cookiecutter`; all other usages are gone.
Yes you'll need to add `@backstage/plugin-catalog-backend-module-scaffolder-entity-model` to the backend. The `catalogProcessingExtensionPoint` (as exported by `@backstage/plugin-catalog-node`) has the `addPlaceholderResolver` method for your `openapi` use. To add your own processors and providers,...
This PR has a conflict now.
It's not technically possible to do it in background. And besides, even if it were possible, as reported at the top, that might even more aggressively revoke other ongoing token...
It chooses an expiration that's capped by the access token expiry yes, to ensure that the refresh happens before it expires. So five minutes before that. We don't look at...
Hey can you check if the resource corresponding to that font ever makes it into the `` section of your index at all?
Trying to reproduce in the main repo: * Download some TTF font and convert to WOFF2 * Put WOFF file in `packages/app/src` * Make a CSS file also in `packages/app/src`...
I've backed out of the repro case for the time being - did you actually use the font as well? I am wondering if this is just browser semantics, it...
Note that `Access-Control-Allow-Credentials` is not a client header, it's a header that the SERVER needs to respond with to inform the browser of what the cors policy to apply is....