Ben Lambert

Results 624 comments of Ben Lambert

This looks like Relations are not being deleted properly. Adding a label to talk about this on Thursday.

@kenyee not really no, this would only be for validating Backstage Tokens, not auth.

So I think that you want to drop the `token: MY_TOKEN` from `template.yaml` and it should start to work automatically as you have it defined in the `integrations.config` you shouldn't...

I actually think that this has been done over here in https://github.com/backstage/backstage/pull/13662

The Template page currently loads state from the URL already. It's how the `start over` stuff works. So most of this is probably already done for you.

`?formData=` and then some encoded json blob will work

I don't think it's going to be possible to encode it into the `routeRef` to be honest, at least it's not at the minute. Use navigate with the query string...

One would assume that we **should** have support for Redshift already as it's Postgres compliant. Worth a try though to confirm first maybe.