Fabio Zadrozny

Results 154 comments of Fabio Zadrozny

Well, my use case is signing a XML but using a certificate stored in hardware token (SafeNet eToken 5110 in my case). I searched a bit more and ended up...

This doesn't seem correct (which is probably why tests are failing). I guess I also don't understand the real issue behind the need for this change.

Example failing when running from VSCode (without setting secrets in the json): ``` @action def action_with_default_secret( my_password: Secret = Secret.model_validate("my-default-secret"), ) -> str: """ This is an action that requires...

Note: started to create test (which still doesn't reproduce the issue) in the branch `issue/96`