We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e893 commit ac133a7Copy full SHA for ac133a7
src/stac_auth_proxy/config.py
@@ -50,6 +50,7 @@ class Settings(BaseSettings):
50
public_endpoints: EndpointMethodsNoScope = {
51
r"^/api.html$": ["GET"],
52
r"^/api$": ["GET"],
53
+ r"^/docs/oauth2-redirect": ["GET"],
54
r"^/healthz": ["GET"],
55
}
56
private_endpoints: EndpointMethods = {
0 commit comments