Bradley Boutcher
Bradley Boutcher
Currently, we parse the `secretless.yml` into a credentials map from string to an array of bytes (`map[string][]byte`). After this, each connector uses similar logic to parse these credentials, but with...
# Overview There exists a TCP connector for Apache Cassandra in secretless-broker We are using [gocql](https://github.com/gocql/gocql) as a third party library to assist in implementing the underlying cassandra protocol. Connected...
We are proposing the following supported changes for the secretless yaml, which would allow for ssl configuration within the `config` subsection of a connector in secretless, as its placement in...
The jdbc jar in `/tests/util/jdbc` currently sits around 4.3 MB, and it would be better practice if we built it for our tests instead of storing the binary in our...
## Is your feature request related to a problem? Please describe. With the addition of goreleaser to our building and packaging process, we should begin using github actions to create...
## Is your feature request related to a problem? Please describe. Currently, there is no test coverage for `main.go`. ## Describe the solution you would like There exists a file...
## Is your feature request related to a problem? Please describe. Currently, tests are built for an end-to-end environment. There are four JUnit tests located within the Java classpath, which...