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:
parent
31f7c5bb59
commit
45e45303ad
@ -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 = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user