Skip to content

Commit

Permalink
opendev no longer needs HTTPDigestAuth (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 23, 2020
1 parent 5c19326 commit ca5ba12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gri/gerrit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

# Used only to force outdated Digest auth for servers not using standard auth
KNOWN_SERVERS: Dict[str, Dict] = {
"https://review.opendev.org/": {"auth": HTTPDigestAuth},
"https://code.engineering.redhat.com/gerrit/": {
"auth": HTTPDigestAuth,
"verify": False,
Expand Down

0 comments on commit ca5ba12

Please sign in to comment.