herve4m / quay-collection

Ansible collection for managing Red Hat Quay
GNU General Public License v3.0
8 stars 2 forks source link

quay_api_token fails to extract access token #23

Closed GerbenWelter closed 1 year ago

GerbenWelter commented 1 year ago

Thank you for this excellent ansible collection! This really helped in getting the Quay installation automated.

While testing I ran into a failure generating an API token. The code fails because the current version of Quay (3.8.x) has started using all lowercase header names in the response headers instead of the previous mixed case.

I'm working on a PR to make this code case insensitive.