Yi Xiao

Results 4 comments of Yi Xiao

my workaround is editing the model_generic.mustache ``` def to_json(self) -> str: _dict_res = self.to_dict() for k, v in _dict_res.items(): if isinstance(v, (generic_datetime.date, generic_datetime.datetime)): _dict_res[k] = v.isoformat() return json.dumps(_dict_res) ```

@freben I was following your suggestion to solve a certificate issue. but it didn't work. can you take a look? thanks!

thanks! I added NODE_TLS_REJECT_UNAUTHORIZED=1 to the packages/backend/package.yaml but it couldn't solve the issue. I think the root cause might be the certificate. thanks ``` "scripts": { "start": "NODE_TLS_REJECT_UNAUTHORIZED=1 backstage-cli package...

@ardatan @Urigo can you please confirm the status of this introspection-headers.js? we do need this for generating jwt tokens dynamically