setec
setec copied to clipboard
Add a tag to accept missing struct field secrets
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.