frankf-cgn
frankf-cgn
Long story short: without a client certificate and sysbench 1.0.x, your out of luck. See https://aws.amazon.com/de/blogs/database/running-sysbench-on-rds-mysql-rds-mariadb-and-amazon-aurora-mysql-via-ssl-tls/
I have implemented a basic POC. But as I have implemented it now - and without having much golang knowledge - I doubt that my naive approach is going to...
I just finished to implement some credential caching using freecache and it looks promising. Just have to write some tests and do some code cleanup. @mholt Are you interested in...
@mholt I think it is not too intrusive. A little change to `cmd/rest-server/main.go` and a small addition to handlers.go (~16 lines). The LdapAuth implementation incl. caching of the credentials is...
I have 7.10.4 running in docker with slight modifications to the stuff in this repo. But the modifications should only concern my special requirements (e.g. imap authentification). Can you tell...
Niko, I'm a bit late with my answer but maybe it helps. I ran into the same issue just to find out, that this is not just an documentation issue....