Skip to content

Simple mtls HTTPs proxy to use as a sidecar for protecting non critical services

License

Notifications You must be signed in to change notification settings

PaloAltoNetworks/mtlsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mtlsproxy

MTLS proxy is a simple proxy service that runs as a sidecar of an unsecure service to provide mutual TLS authentication.

example

export MTLSPROXY_LISTEN=":19443"
export MTLSPROXY_LOG_LEVEL="info"
export MTLSPROXY_LOG_FORMAT="console"
export MTLSPROXY_LISTEN=":19443"
export MTLSPROXY_BACKEND="http://127.0.0.1:16686"
export MTLSPROXY_BACKEND_NAME="jaeger"
export MTLSPROXY_CERT="$CERTS_FOLDER/public-cert.pem"
export MTLSPROXY_CERT_KEY="$CERTS_FOLDER/public-key.pem"
export MTLSPROXY_CERT_KEY_PASS="public"
export MTLSPROXY_CLIENTS_CA="$CERTS_FOLDER/ca-auditers-cert.pem"

./mtlsproxy

About

Simple mtls HTTPs proxy to use as a sidecar for protecting non critical services

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published