Kumbirai Tanekha

Results 42 issues of 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...

kind/enhancement
component/mysql-handler
component/secretless-broker

**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...

kind/enhancement
component/secretless-broker
on-hold

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

triage/needs-epic
good-first-issue

> 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...

kind/technical-debt
good-first-issue

## 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...

kind/enhancement
component/secretless-broker

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...

kind/enhancement
component/secretless-broker
kind/technical-debt

## 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...

kind/enhancement
component/summon

## 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 +...

kind/enhancement
component/summon

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...

kind/bug