1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-21 21:47:11 +02:00

Adding example for auth skiping

This commit is contained in:
Philippe Bürgisser 2021-08-27 09:37:51 +02:00
parent 31f7c5bb59
commit 45e45303ad
No known key found for this signature in database
GPG Key ID: BE17DEC5FA01D5AA

View File

@ -63,6 +63,12 @@
## enabling exposes a username/login signin form
# htpasswd_file = ""
## bypass authentication for requests that match the method & path. Format: method=path_regex OR path_regex alone for all methods
# skip_auth_routes = [
# "GET=^/probe",
# "^/metrics"
# ]
## Templates
## optional directory with custom sign_in.html and error.html
# custom_templates_dir = ""