Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 842 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 842 Bytes

Important

This repo is for purposes of demonstrating "Decryption at Access" as discussed in our whitepaper

decryption-at-access-example

Usage

  1. Run the app.
$ docker build -t daa-app . && docker run --rm -p 3000:3000 --name daa-container daa-app
  1. Visit localhost:3000 a couple times or so.

  2. Visit localhost:3000/leakylog

You will not see HELLO in the leaky env logs - demonstrating that dotenvx supports "Decryption-at-Access" avoiding the leaky log issue.

P.S. A system/framework should also be configured to not leak env to logs ideally. Most good frameworks support this out of the box. But nonetheless, if you use decryption-at-access with dotenvx get you will be protected.