Tag: django
-
Using the field encryption key to decrypt secrets in Crypt Server
Why do this? Well, you shouldn’t really ever need to do this. The beauty of Crypt Server is that you run the docker container with the field encryption key, and Django automatically does all the encrypting and decrypting for you. You shouldn’t need to look manually at the keys stored in the database. But, in…
-
“Origin checking failed … does not match any trusted origins” CSRF errors in Crypt Server
Recent changes to Crypt Server have included guards against cross-site request forgery (CSRF) attacks. If you don’t have your Crypt Server configured correctly, you may run into issues when trying to view a secret (Get Key). You can get an error like: Forbidden (403) CSRF verification failed. With DEBUG = True passed as an environment…