Encode the body for passing through oauth2
When not encoded ended up with ``` self['oauth_body_hash'] = base64.b64encode(sha1(self.body).digest()) TypeError: Unicode-objects must be encoded before hashing ```
Please register or sign in to comment
On April 1, 2025, new DockerHub pull rate limits go into effect. See how this could impact your GitLabCI jobs: https://kb.wisc.edu/shared-tools/news.php?id=13738
When not encoded ended up with ``` self['oauth_body_hash'] = base64.b64encode(sha1(self.body).digest()) TypeError: Unicode-objects must be encoded before hashing ```