Ben Lambert

Results 646 comments of Ben Lambert

Can you make sure that you don't have duplicate packages here? Maybe `yarn backstage-cli versions:bump` should de-duplicate for you, not seen this error message before when doing this, but it...

@bernaxa I worked it out! I think it's because you missed this line in the docs: `Then replace it with something like this, which will create an ApiFactory with only...

it looks like your `app-config.yaml` setup might be wrong? Are you using the same env variables for both `ghe` and `github`? ```yaml ghe: development: clientId: ${AUTH_GITHUB_CLIENT_ID} clientSecret: ${AUTH_GITHUB_CLIENT_SECRET} ## uncomment...

@bernaxa not exactly sure why it doesn't work when deployed to openshift compared to locally, are you sure that the same config is 100% being used in the deployed container?...

This is where we get the user credentials in the `RepoUrlPicker`: https://github.com/backstage/backstage/blob/7caeb2b5aea8c5b3d9b5e0c36aa57156535f557a/plugins/scaffolder/src/components/fields/RepoUrlPicker/RepoUrlPicker.tsx#L144-L150

cc @GLundh I've seen you in some gerrit issues :)

Thanks @jamieklassen! :tada:

@raduciopraga what do you think is the best path forward here? Should we just remove them and revert the PR, or should we move them to annotations? Happy either way,...

Gonna hand over to @Rugvip for a review here as he has some ideas.