Hide Forgot
Description of problem: After domain name change (https://openshift.redhat.com/app/console/settings) the previous domain name cannot be reused and appears as taken but this can't be the case because it's just minutes in between. Tried after hours and days but same result. Version-Release number of selected component (if applicable): How reproducible: because of potentially 'losing' domain names, no further changes made to reproduce the error Steps to Reproduce: 1. changed domain name from fusepool to swissdat in account openshift 2. added domain name fusepool in account admin and logged out 3. after log in to account admin domain name fusepool is gone, appears as taken Actual results: domain disappeared in account admin Expected results: domain fusepool remains in account admin Additional info: Not sure if there was a malicious use in between the two log ins. Is there a way to track who logged in when?
The database is showing the fusepool domain assigned to the admin account. Do you still not see the domain when you go to https://openshift.redhat.com/app/console/settings ?
No I have no domain and when I want to add "fusepool" but get the same error: Namespace 'fusepool' is already in use. Please choose another.
Can you attach a screenshot of https://openshift.redhat.com/app/console/domains including the login name in the top-right corner, and the list of domains? That will help us figure out the disconnect between the DB and what you're seeing in your console.
OK, i see what happened: domain fusepool is used by openshift (owner) and shared to admin (me). When I logged into the console, the first thing I was asked was to set up a domain. From the user interface, nothing is showing me that the domain fusepool is shared with me. Only when the link (console/domain/fusepool) was sent to me I figured out what was going on. Thanks for looking into this! Perhaps indicate on console an overview of domains shared with me.
Thanks for the update. Lowering severity, will consider for improvement
Will merge in https://github.com/openshift/origin-server/pull/4172
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/e04772e117a3d476e9a7e1c1e2ed3bb3b407ceb7 Bug 1028548: Make shared domains visible in settings if no owned domains are present
Tested on devenv_4027, shared domain can be listed on settings page now, so verify this bug, thanks.