setec icon indicating copy to clipboard operation
setec copied to clipboard

Add a tag to accept missing struct field secrets

Open creachadair opened this issue 2 years ago • 0 comments

Ordinarily if the requested secret for a tagged struct field is missing or inacessible, application of secrets to that struct fails.

Now, fields tagged "allowmissing" will default missing or inaccesible secrets to a static empty string.

creachadair avatar Nov 07 '23 23:11 creachadair