Skip to content

Commit b6bec7f

Browse files
rapsealkclaude
andauthored
fix: Merge duplicate entry_points keys in manager BUILD file (#10776)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c2acb4c commit b6bec7f

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

changes/10776.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Merge duplicate entry_points keys in manager BUILD file that silently dropped TOTP plugin registrations

src/ai/backend/manager/BUILD

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,15 @@ python_distribution(
5959
},
6060
"backendai_hook_v20": {
6161
"totp": "ai.backend.manager.plugin.totp.hook:TOTPHook",
62+
"openid": "ai.backend.manager.plugin.openid.hook:OIDCHookPlugin",
6263
},
6364
"backendai_webapp_v20": {
6465
"totp": "ai.backend.manager.plugin.totp.webapp:TOTPWebapp",
66+
"openid": "ai.backend.manager.plugin.openid.webapp:OIDCWebAppPlugin",
6567
},
6668
"backendai_network_manager_v1": {
6769
"overlay": "ai.backend.manager.network.overlay:OverlayNetworkPlugin",
6870
},
69-
"backendai_hook_v20": {
70-
"openid": "ai.backend.manager.plugin.openid.hook:OIDCHookPlugin",
71-
},
72-
"backendai_webapp_v20": {
73-
"openid": "ai.backend.manager.plugin.openid.webapp:OIDCWebAppPlugin",
74-
},
7571
},
7672
generate_setup=True,
7773
tags=["wheel"],

0 commit comments

Comments
 (0)