-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few tabs: This page requires data from service currently unavailable. #156
Comments
The Organizations, Service Instances, Service Bindings, Service Keys and Service Plan Visibilities all come from the CCDB. Check the log and ensure your Admin UI can access your configured ccdb_uri. The Cell information ultimately comes through the /v2/info/doppler_logging_endpoint. Ensure your configured cloud_controller_uri is correct and your configured uaa_client is correct and that client is created as documented in the Admin UI readme. The Admin UI will handle both Diego backend and DEA backend. |
You are spot on. The log indicates Doppler error, Unexpected response code: 401. url="wss://doppler.domainname.com:4443/firehose/1459801858" What are the On Tue, Apr 5, 2016 at 7:06 AM, J Russell Boykin notifications@github.com
|
The doppler firehose access uses your configured uaa client. This client has to have the authority of doppler.firehose for this to work. Check out the readme on setting up your admin ui client. The doppler.firehose, clients.write and scim.write authorities have been recently added to the admin ui client. |
Correct again. A couple of tabs still have the error: On Tue, Apr 5, 2016 at 9:01 AM, J Russell Boykin notifications@github.com
|
If tabs with earlier alphabetized names have content like applications, buildpacks, domains, etc. then it is possible that the data has just not yet been retrieved. Retrieved in order here from the CCDB/UAADB: https://github.com/cloudfoundry-incubator/admin-ui/blob/master/lib/admin/cc.rb#L24 |
Thank you for your time and responding. |
Hi,
Deployed adminui against v230 CF.
These tabs have the service currently unavailable message:
Organizations, Service Instances, Service Bindings, Service Keys, Service Plan Visibilities, Cells.
Pointers to what the problem may be? This is a Diego default backend, expected?
Thanks,
Tom
The text was updated successfully, but these errors were encountered: