authentik/proxy
Jens Langhammer 9f6f18f9bb proxy: implement internal_host_ssl_validation option 2020-09-23 12:21:19 +02:00
..
cmd proxy: improve reconnect logic, send version, properly version proxy 2020-09-19 01:37:08 +02:00
pkg proxy: implement internal_host_ssl_validation option 2020-09-23 12:21:19 +02:00
.dockerignore
.gitignore
Dockerfile proxy: implement simple healthcheck 2020-09-19 11:43:22 +02:00
Makefile proxy: bump versions 2020-09-17 09:35:16 +02:00
README.md
azure-pipelines.yml
go.mod proxy: implement internal_host_ssl_validation option 2020-09-23 12:21:19 +02:00
go.sum proxy: implement internal_host_ssl_validation option 2020-09-23 12:21:19 +02:00
main.go

README.md

passbook Proxy

CI Build status Docker pulls (proxy)

Reverse Proxy based on oauth2_proxy, completely managed and monitored by passbook.

Usage

passbook Proxy is built to be configured by passbook itself, hence the only options you can directly give it are connection params.

The following environment variable are implemented:

PASSBOOK_HOST: Full URL to the passbook instance with protocol, i.e. "https://passbook.company.tld"

PASSBOOK_TOKEN: Token used to authenticate against passbook. This is generated after an Outpost instance is created.

PASSBOOK_INSECURE: This environment variable can optionally be set to ignore the SSL Certificate of the passbook instance. Applies to both HTTP and WS connections.

Development

passbook Proxy uses an auto-generated API Client to communicate with passbook. This client is not kept in git. To generate the client locally, run make generate.

Afterwards you can build the proxy like any other Go project, using go build.