wabit / gitlab-tf-registry

Front end to gitlab Terraform Registry getting information about the releases and allows easier searching
GNU General Public License v3.0
0 stars 2 forks source link

avatars don't load due to permission error #11

Open wabit opened 2 years ago

wabit commented 2 years ago

currently returns a 401 when trying to request avatar icons/logos.

this even happens when authenticated with gitlab, looks like they are expecting the app token to be passed when pulling the images as well as accessing their API.

wabit commented 2 years ago

after testing this only happens on safari and firefox. however chrome is able to load the images fine, i believe this is something to do with the way the browsers cache their credentials. it would be interesting to see if this also happens on edge as it is also a chromium based browser