saml-proxy

command module
v0.0.0-...-460e3e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2018 License: LGPL-3.0 Imports: 24 Imported by: 0

README

saml-proxy

Travis-CI Build Status Docker Hub Build Status

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. The proxy can pass SAML attributes such as username and groups to the target application.

Roadmap

  • Add TLS termination
  • Add optional mutual TLS authentication
  • Support built-in RBAC in addition to passing users and groups upstream (current behavior)
  • Support separate upstream targets by hostname
  • Support custom entity descriptor
  • Healthcheck and metrics API

Get up and running

Install deps: dep ensure

Build: go build

Configure your stuff based on config.example.yaml 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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL