Skip to content

Commit

Permalink
Removed github auth requirements in development mode
Browse files Browse the repository at this point in the history
Signed-off-by: AyishikD <99983449+AyishikD@users.noreply.github.com>
  • Loading branch information
AyishikD committed Sep 12, 2024
1 parent 166ff59 commit e5a9e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/teuthology_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def read_root(request: Request):
app.add_middleware(SessionMiddleware, secret_key=SESSION_SECRET_KEY)
else:
log.warning("SESSION_SECRET_KEY is not set. Sessions are disabled.")

app.include_router(suite.router)
app.include_router(kill.router)
app.include_router(login.router)
Expand Down

0 comments on commit e5a9e7d

Please sign in to comment.