We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a280218 commit 74d8013Copy full SHA for 74d8013
warehouse/oidc/__init__.py
@@ -48,6 +48,8 @@ def includeme(config):
48
49
config.add_route("oidc.audience", "/_/oidc/audience", domain=auth)
50
config.add_route("oidc.mint_token", "/_/oidc/mint-token", domain=auth)
51
+ # NOTE: This is a legacy route for the above. Pyramid requires route
52
+ # names to be unique, so we can't deduplicate it.
53
config.add_route("oidc.github.mint_token", "/_/oidc/github/mint-token", domain=auth)
54
55
# Compute OIDC metrics periodically
0 commit comments