Skip to content

Commit

Permalink
Make pingdom an anon path (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb authored Jul 15, 2024
1 parent d4bb7b1 commit 01bc0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
AUTHBROKER_CLIENT_ID = env("AUTHBROKER_CLIENT_ID", default=None)
AUTHBROKER_CLIENT_SECRET = env("AUTHBROKER_CLIENT_SECRET", default=None)
AUTHBROKER_SCOPES = "read write"
AUTHBROKER_ANONYMOUS_PATHS = ("/pingdom/ping.xml",)
AUTHBROKER_ANONYMOUS_URL_NAMES = (
"leaving-requests-list",
"leaving-requests-detail",
Expand Down

0 comments on commit 01bc0aa

Please sign in to comment.