Hi Marcus, You can revert the config (disable saml) using the update sql query below.
UPDATE cloud.configuration SET value = 'false' WHERE name = 'saml2.enabled'; Regards, Suresh On Tue, Jan 30, 2024 at 5:41 AM Marcus Torres <m...@marctorres.org> wrote: > Hi! > i recently enabled saml in the global config settings in the UI and upon a > restart of the management service , the cloudstack-management process > starts successfully and i'm seeing activity and traffic to and from the > hypervisors, looks like the management server is working, but the UI is not > reachable at all on port 8080. > > > * i do not have ssl https enabled > * selinux is disabled > * iptables is disabled > * i don't see 8080 port open/listening in netstat > * port 9090 is open and listening > * mysql is up and running fine > * cloudmonkey api no longer able to connect since 8080 is down > > the saml config could in fact be a red herring and unrelated but that's > the last change besides adding a new isolated vlan guest network. > > does the ability exist to revert or edit global config settings from > command line , that were originally made in the ui ? > > thanks for your time ! >