cyralinc / approzium

Approzium allows a cloud service to authenticate to a database without ever having access to its password
https://approzium.com
Apache License 2.0
55 stars 7 forks source link

Add Go SDK #184

Closed tyrannosaurus-becks closed 4 years ago

tyrannosaurus-becks commented 4 years ago

This PR adds initial support for a Go SDK. More methods are needed to support all databases, but I started with an easy one, support for authenticating to Postgres when it's in MD5 mode.

We should approve and merge https://github.com/cyralinc/pq/pull/1 before this one.

UpGado commented 4 years ago

Looks great! Only thing left is adding docs, can be done later though