diff --git a/src/stac_auth_proxy/config.py b/src/stac_auth_proxy/config.py index d52ec5f2..e00c5598 100644 --- a/src/stac_auth_proxy/config.py +++ b/src/stac_auth_proxy/config.py @@ -56,6 +56,7 @@ class Settings(BaseSettings): enable_authentication_extension: bool = True default_public: bool = False public_endpoints: EndpointMethodsNoScope = { + r"^/$": ["GET"], r"^/api.html$": ["GET"], r"^/api$": ["GET"], r"^/docs/oauth2-redirect": ["GET"],