Open vvdb-architecture opened 1 year ago
this has been submitted to the infrastructure team - we can currently wait.
Update: a test where permissions were added manually by the server team was successful. The problem is to build a software package for this operation, since the certificate has a different ID on every machine.
Describe the bug When using the default SHA2 Dev encryptor certificate, decryption throws an error
To Reproduce In appsettings.development.json, add:
This is
hello
encrypted with the default certificate. It will trigger the decryption, but instead you will seeExpected behavior Correct decryption
The probable cause is that the current user by default doesn't have access to the private key. And because we are not administrators of our own machine, we can't add it.