-
Notifications
You must be signed in to change notification settings - Fork 492
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
I have Sunstone errors when I disable support endpoint #3268
Comments
jloboescalona2
pushed a commit
to jloboescalona2/one
that referenced
this issue
Nov 4, 2019
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
jloboescalona2
pushed a commit
to jloboescalona2/docs
that referenced
this issue
Nov 4, 2019
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
jloboescalona2
pushed a commit
to jloboescalona2/one
that referenced
this issue
Nov 4, 2019
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
@tinova, PRs to approve |
tinova
pushed a commit
that referenced
this issue
Nov 4, 2019
tinova
pushed a commit
to OpenNebula/docs
that referenced
this issue
Nov 4, 2019
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
jloboescalona2
pushed a commit
to jloboescalona2/one
that referenced
this issue
Nov 7, 2019
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
tinova
pushed a commit
that referenced
this issue
Nov 7, 2019
rsmontero
pushed a commit
that referenced
this issue
Oct 29, 2024
- If the API response returns only 1 object, it won't be array wrapped, causing issues when formatting the response to a dataset. Now transformApiResponseToDataset always casts the response to an array. Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If I disable the
support
endpoint insunstone-server.conf
, I have error messages on the web interface:Action Support.check not defined
Action Support.checkversion not defined
To Reproduce
support
endpointsed -i -e 's,\(- support\),# \1,' /etc/one/sunstone-server.conf
Expected behavior
When I disable the
support
endpoint in the server configuration I should not have any errors in the cloud view.Maybe related: note that disabling the
support-tab
in the admin/users views do not hide theNot officially supported
link in the menu.Details
Additional context
It looks like the API call are made regardless of the configuration of the view
Progress Status
The text was updated successfully, but these errors were encountered: