
7/3/2017 · Nick Sullivan
What this post added
This post introduces PAL (Permissive Action Link), a tool developed by Cloudflare to securely distribute secrets (API tokens, private keys, passwords) to Dockerized production applications. It addresses the challenges of managing secrets in CI/CD workflows and containerized environments by providing a service identity bootstrapping mechanism. PAL allows encrypted secrets to be decrypted at runtime after a service's identity has been established, working with orchestration frameworks like Mesos and supporting encryption methods like PGP and Red October. The post highlights the importance of secure secret management for production systems and the decision to open-source PAL.