From c39bec3c8c362bc9d8a7f291f29293744b1e9f2c Mon Sep 17 00:00:00 2001 From: Doron Grinstein Date: Wed, 23 Oct 2024 10:19:39 -0700 Subject: [PATCH] added README.md file --- examples/golang-set-secret/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/golang-set-secret/README.md diff --git a/examples/golang-set-secret/README.md b/examples/golang-set-secret/README.md new file mode 100644 index 0000000..e11f344 --- /dev/null +++ b/examples/golang-set-secret/README.md @@ -0,0 +1,5 @@ +## Set a secret programmatically example + +Note that the environment variables starting with `CPLN_` are automatically set by the Docker container running inside the CPLN platform. + +Do not deploy this service to production without adding a layer of authentication. \ No newline at end of file