You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed offline this is not excepted to work because failure converters cannot be context aware. I opened up an issue to add support to failure converters #1609
Using this code as example, I have set the Failure converter with EncodeCommonAttributes to encrypt failures
workflow and activity payload are encrypted with the key set to the context propagator but not failures.
Expected Behavior
Failure attributes should be encrypted
Actual Behavior
Failure attributes are not encrypted (or are encrypted with a different key)
Steps to Reproduce the Problem
There is a repro here and
the workflow history that it produces where encryption-key-id is empty
The text was updated successfully, but these errors were encountered: