jrhoward
jrhoward
Hmm. ok Im relatively new to go. I will retry
Ok the nested and iterative options are a bit tricky for secretsmanager if you want to keep the algorithms efficient. I will close for now and open once I have...
Hi I've been away for a few days with no computer but will be back online later today. I will update the doco tomorrow.
Regarding extending the length of secrets I am only interfacing with the existing aws API so you would have to DYI which wouldn't be to hard if you scripted the...
great thanks. yes I noted that you have to explicitly set the region. I assume this is the behaviour of the AWS libs rather than the code I added
Fix for issue #704
@ozbillwang I think that is as expected. The backend has only retrieved `"/myapp/database/user"` as expected and the templating engine is throwing an error because you are referencing a key that...
ok with the caveat that I also have not used confd extensively look at the following page https://github.com/kelseyhightower/confd/blob/master/docs/templates.md you could do this: ``` {{if exists "/key"}} value: {{getv "/key"}} {{end}}...
seems fair I will validate if this pull request has that bug and fix if it does
Fix for partial match of keys: When "/abc/def" is set in keys, the HasPrefix approach retrieves not only "/abc/def" and "/abc/def/ghi", but also keys like "/abc/def123". Secrets manager backend will...