Skip to content

Simple Forward Auth service for Traefik (and possibly other compatible proxies), written in Go.

License

Notifications You must be signed in to change notification settings

hhromic/traefik-fwdauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traefik Forward Auth Service

Simple Forward Auth service for Traefik (and possibly other compatible proxies), written in Go.

This Forward Auth service implements the following features:

Usage

Usage examples can be found in the examples/ directory.

Building

To build a release Docker image for the project:

git checkout vX.Y.Z
docker buildx build -t ghcr.io/hhromic/traefik-fwdauth:vX.Y.Z .

Note: Ready-to-use images are available in the GitHub Container Registry.

To build a snapshot locally Using GoReleaser:

goreleaser build --clean --single-target --output traefik-fwdauth --snapshot

License

This project is licensed under the Apache License Version 2.0.