This app echoes the environment variables you configured in the GitFred
dashboard. If the values below match what you typed into the form
(GREETING, MESSAGE), GitFred encrypted them, stored them, and
injected them into the running pod.
What's in the repo
๐ server.js node http, zero deps
๐ณ Dockerfile non-root USER
How your config reaches the pod
๐ฆGitHub repoapp + Dockerfile
โ
๐จkaniko buildimage built in-cluster
โ
โ๏ธenv injectionGREETING + MESSAGE from the dashboard, encrypted at rest
โ
๐ขnode podreads them from the environment
โ
๐HTTPSauto TLS
Your configured env vars (read live from the pod)
GREETING
Hello
MESSAGE
Wonderfull
What this proves
User env vars are injected into the container at deploy time
Values round-trip intact through encryption at rest