Hide Forgot
Description of problem: The Atomic Registry web UI is a cockpit-based service. If authentication is configured for HTPasswd, LDAP or Request Header providers the interface redirects to the oauth /login page. This is not served from AEP so it fails. Version-Release number of selected component (if applicable): # oc version oc v3.1.1.6 kubernetes v1.1.0-origin-1107-g4c8e6f4 How reproducible: always Steps to Reproduce: 1. Configure AEP for HTPasswd, LDAP or Request Header identity provider 2. Run registry web UI as a pod via template 3. Launch registry web UI, try to login Actual results: Browser redirect fails Expected results: Browser should redirect to a login page where credentials are entered, then load registry web UI. Additional info:
Can you attach the config you are using?
I can't recreate with htpasswd or LDAP. Request header auth doesn't use the login page, so it is not expected one would be registered. Make sure you have "login: true" set in the config.
closing as unrecreatable. please reopen with additional config/recreation steps if you still see it