We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63edce0 commit a50aa8aCopy full SHA for a50aa8a
oras/auth/token.py
@@ -124,7 +124,7 @@ def request_token(self, h: auth_utils.authHeader):
124
125
# Ensure the realm starts with http
126
if not h.realm.startswith("http"):
127
- h.realm = f"http://{h.realm}" # TODO: Should this be htts
+ h.realm = f"http://{h.realm}" # TODO: Should this be https
128
129
# If the www-authenticate included a scope, honor it!
130
if h.scope:
0 commit comments