Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
/ brionne Public archive

πŸ” Caddy-based JWT authentication proxy for Teleport App Access

License

Notifications You must be signed in to change notification settings

b4ck5p4c3/brionne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Brionne

Caddy-based reverse proxy for authenticating B4CKSP4CE residents with Teleport App Access.

Example

Docker Compose:

services:
  authproxy:
    image: ghcr.io/b4ck5p4c3/brionne:latest
    restart: unless-stopped
    security_opt:
      - no-new-privileges:true
    cap_add:
      - NET_ADMIN
    ports:
      - "127.0.0.1:1337:80"
    environment:
      - UPSTREAM="http://whoami"
    networks:
      - internal

  whoami:
    image: traefik/whoami
    restart: unless-stopped
    hostname: whoami
    expose:
      - 80
    networks:
      - internal

networks:
  internal:

About

πŸ” Caddy-based JWT authentication proxy for Teleport App Access

Resources

License

Stars

Watchers

Forks

Packages