SAML 2.0 authentication reverse proxy with fancy features
264
A SAML 2.0 auth providing reverse proxy with fancy features like roundrobin load balancing, a buffer for retrying requests, a Hystrix-style circuit breaker, and rate limiting.
Install deps:
dep ensure
Build:
go build
Configure your stuff based on config.yaml.example and name it config.yaml
Create your cert and key
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
Compile and run with -c /path/to/config.yaml
Content type
Image
Digest
Size
4.1 MB
Last updated
over 8 years ago
docker pull dustindecker/saml-proxy