Martin Schoegler
Results
3
comments of
Martin Schoegler
Untested but I guess it works here too: https://github.com/docker-library/redmine/issues/52#issuecomment-269431168
I've found the problem. It works as intended and it's not a BUG. The sops creation rule key in `.sops.yaml` must be named `azure_keyvault` and not `azure_kv`.
I had the same hang for a server implemented in python. Maybe your problem is completely different but for me the cause was that the server was configured single threaded...