Kumbirai Tanekha
Kumbirai Tanekha
At present the handler only supports the `mysql_native_password` plugin. An error is thrown when using the latest mysql CLI to connect to Secretless e.g. from the `mysql:latest` docker image. This...
**Is your feature request related to a problem? Please describe.** When there are issues with malformed configuration it's helpful to have a source of constructive feedback **Describe the solution you'd...
consider using https://github.com/spf13/cobra for the CLI and https://github.com/spf13/viper. viper would DRY out some of the 12-factor configuration implementation
> TODO: secretless doesn’t have a http timeout so debugging faulty URLs was a pain because they’d take forever to error :'( This is to protect against requests that will...
## Description The desire to extract the website into it's own repository is driven by the following: 1. Seems to be generating some confusion that the website is in the...
All the test cases for SSL are implicit in that they are carried out from the client perspective A test is needed to determine that TLS is indeed present between...
## Is your feature request related to a problem? Please describe If we strip both `@SUMMONENVFILE` and the proposed [`@SUMMONDOCKERARGS`](#9)we see that at the core they use the list of...
## Is your feature request related to a problem? Please describe Though @SUMMONENVFILE has been useful until now it has some shortcomings + Still breaks on multiline secret value +...
Currently if a substring in the "secret identifier" is perceived as a substitution variable AND is not declared then Summon throws an error. This has the disastrous effect of preventing...