mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
ae59a5e88a
* Add ability to disable replay protection. - This is useful for runs with multiple traefik replicas to avoid false positives and tokens re-creation. * Enhance the CI/CD pipelines * Increase test coverage. * Update vendored dependencies. * Update behaviour on forceHTTPS as per issue #82
39 lines
827 B
Plaintext
39 lines
827 B
Plaintext
# Code Owners for traefik-oidc
|
|
# These owners will be automatically requested for review when someone opens a PR
|
|
|
|
# Default owner for everything in the repo
|
|
* @lukaszraczylo
|
|
|
|
# Core authentication and middleware
|
|
/middleware/ @lukaszraczylo
|
|
/auth/ @lukaszraczylo
|
|
/handlers/ @lukaszraczylo
|
|
|
|
# OIDC providers
|
|
/internal/providers/ @lukaszraczylo
|
|
|
|
# Session management and security
|
|
/session/ @lukaszraczylo
|
|
/internal/security/ @lukaszraczylo
|
|
/security/ @lukaszraczylo
|
|
|
|
# Token management
|
|
/internal/token/ @lukaszraczylo
|
|
|
|
# Configuration
|
|
/config/ @lukaszraczylo
|
|
/.traefik.yml @lukaszraczylo
|
|
|
|
# GitHub Actions and CI/CD
|
|
/.github/ @lukaszraczylo
|
|
/.github/workflows/ @lukaszraczylo
|
|
/.golangci.yml @lukaszraczylo
|
|
|
|
# Documentation
|
|
/docs/ @lukaszraczylo
|
|
README.md @lukaszraczylo
|
|
|
|
# Dependencies
|
|
go.mod @lukaszraczylo
|
|
go.sum @lukaszraczylo
|