defang icon indicating copy to clipboard operation
defang copied to clipboard

Empty secret/config

Open raphaeltm opened this issue 1 year ago • 1 comments

I needed to create a secret with an empty string for debugging purposes, but this fails.

raphaeltm avatar Mar 14 '24 00:03 raphaeltm

we currently use the AWS ssm parameter store for environment variables. ssm does not accept empty strings as values. Will need to re-assess how to accomplish this.

nullfunc avatar May 03 '24 18:05 nullfunc