backend.ai
backend.ai copied to clipboard
fix: remove decode operation in decrypt payload
This PR resolves webui#1453.
I think we need to make a decision since we are now facing the need for exception handling across the component, which seems a bit too big to handle here. Also, I think it's better to delegate this issue to someone who contributes to Backend.AI Core. I'm afraid that I cannot handle this in prompt because I'm getting much more diverse issues than before.
Anyway, there are two options and of course, both of them have pros and cons.
-
Option 1. Wrap up with minimal changes (with exception handling) and leave the changing stuff as a new issue.
-
Option 2. Change the architecture first (as a separate issue and branch.), and then apply the exception to this issue.
It would be great to decide on one of the options above and make a progress. What do you think @achimnol?