Re: Method to edit global settings from command line

2024-01-31 Thread Suresh Kumar Anaparti
Hi Marcus, Thanks for sharing the details. I couldn't find any errors with saml in the log, below are the logs after enabling saml. Not sure if that's saml config issue. 2024-01-29 16:57:10,499 INFO [o.a.c.s.SAML2AuthManagerImpl] (main:null) (logid:) SAML auth plugin loaded 2024-01-29

Re: Method to edit global settings from command line

2024-01-30 Thread Marcus Torres
Hello Suresh 1. Cloudstack version 4.18.1.0 2. Management server = Rocky Linux 8.5 3. Hypervisors = Rocky Linux 8.5 4. the only change was enabling SAML in the global config in the UI. 5. I saw some entries in the log regarding SAML and the 'admin' user not being able to authenticate against

Re: Method to edit global settings from command line

2024-01-30 Thread Suresh Kumar Anaparti
Hi Marcus, Thanks for the update. Maybe some issue after enabling SAML, can you share the cloudstack version, and error log from the management server? Regards, Suresh On Tue, Jan 30, 2024 at 9:21 PM Marcus Torres wrote: > @SureshKumarAnaparti > > That worked! after a restart of the

Re: Method to edit global settings from command line

2024-01-30 Thread Marcus Torres
@SureshKumarAnaparti That worked! after a restart of the management service, I'm able to hit the UI on port 8080 now! thank you for that tip!! It's peculiar that simply enabling SAML in the global config and having a fault SAML config would stop the UI from opening port 8080 to access the

Re: Method to edit global settings from command line

2024-01-29 Thread Suresh Kumar Anaparti
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 wrote: > Hi! > i recently enabled saml in the global config

Method to edit global settings from command line

2024-01-29 Thread Marcus Torres
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