We are testing a pull request on developers.redhat.com, and one of our e2e tests are failing on the PR environment. The failing test is trying to authenticate to Keycloak as `automated-tests-user` and download RHEL. When you try this manually in the browser, you will get the following error in your JS console:
Refused to display 'https://access.redhat.com/downloads/content/error?code=403&uri=/content/origin/files/sha256/7f/7fdfed9c7cced4e526a362e64ed06bcdc6ce0394a98625a40e7d05db29bf7b86/rhel-8.2-x86_64-dvd.iso&client=104.12.103.135&edge=23.15.240.206×tamp=1589918359' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
However, if I try to walk through these exact same steps with my personal Keycloak stage account `jowhite1`, then I am able to successfully download the RHEL ISO. Do you have any insight into what may be causing this issue, and what could be causing the different behavior between these two Keycloak staging accounts?