File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Merge duplicate entry_points keys in manager BUILD file that silently dropped TOTP plugin registrations
Original file line number Diff line number Diff 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" ],
You can’t perform that action at this time.
0 commit comments