Github user pdion891 commented on the issue: https://github.com/apache/cloudstack/pull/1684 @abhinandanprateek did you ran a fresh install of 4.9.x or did an upgrade from example 4.4.4 ? The way I'm testing is as follow, in case I do something wrong: 1) ``git checkout tags/4.4.4 -b 4.4.4`` 2) Deploy and start management-server ``` mvn -DskipTests=true clean install -T 2 mvn -Pdeveloper -pl developer -Ddeploydb mvn -pl client jetty:run ``` 4) Auth test on the ui, then stop jetty 5) Change version to upgrade: ``git fetch origin pull/1684/head:pr-1684`` 6) Build the new version but not deploy the DB to force the upgrade path: ``` mvn -DskipTests=true clean install -T 2 mvn -pl client jetty:run ``` 7) test auth as admin in the UI and it's not working.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---