Brian Fletcher

Results 70 comments of Brian Fletcher

I added documentation to explain this point here: https://github.com/backstage/backstage/pull/29469

@bnfinet I am unsure I understand the concern around the image: adding multi architecture images with the same image tag should/would leave the x86 based image in place and transparently...

I would favor the initial approach I took #593, however here is the option you have proposed #594 Im happy with either approach.

@elamaran11 as far as I know we have any plans to address this.. If you would like to try to fix it, please do.

Hey @twanbeeren have you tried the `SelectFieldFromApiExtension` in the RoadieHQ plugins library. See here https://www.npmjs.com/package/@roadiehq/plugin-scaffolder-frontend-module-http-request-field

For the pets API that would look like this: ```yaml parameters: properties: - title: Custom properties: pet: # Can also be array for multiselect type: string # Use `SelectFieldFromApi` to...

> then it return html which is loging page of my backstage host Can I ask if other parts of the API are returning correct responses? Are you using a...

@glopezGitHub I tried to repro this issue, and I could not... here is what I did: Ran this: ```docker run --name sonarqube-custom -p 9000:9000 sonarqube:10.6-enterprise``` - I logged into port...

Have you already tried the Okta org entity provider with the group filter?