Skip to content

Commit

Permalink
docs(auth): update hub credentials error msg build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Apr 30, 2024
1 parent 8269126 commit 882d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub_adapter/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def get_hub_token() -> dict:
if not robot_user or not robot_secret:
raise HTTPException(
status_code=status.HTTP_401_UNAUTHORIZED,
detail="No credentials provided for the hub. Check that the environment variables are set properly",
detail="No credentials provided for the hub robot. Check that the environment variables are set properly",
headers={"WWW-Authenticate": "Bearer"},
)

Expand Down

0 comments on commit 882d7c1

Please sign in to comment.