davidlukac / go-jdbc-basicauth-proxy

Simple authentication proxy implemented specifically for Trino-Druid integration, but works for anything sending basic-auth credentials as DB credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDBC-BasicAuth Proxy

Simple authentication proxy implemented for usecase of Trino-Druid integration, but works for anything sending basic-auth credentials as DB credentials. The DB credentials are parsed from body, cached for future requests and supplied as basic-auth credentials for each connection.

About

Simple authentication proxy implemented specifically for Trino-Druid integration, but works for anything sending basic-auth credentials as DB credentials.

License:MIT License


Languages

Language:Go 87.9%Language:Dockerfile 7.7%Language:Shell 4.4%