Closed pratiktest closed 5 years ago
This is happening in Ubuntu 16.04. I installed nitrogen in centoOS and the pam works fine
@pratiktest Thanks for the report. Can you check the version of CherryPy that are installed on both the Ubuntu 16.04 installation where you're seeing issues and the CentOS where you are not? Thanks!
oh the centOS version is different although i installed it using pip in both ubuntu and centOS
[root@salt-master-2154520 ~]# python -c "import cherrypy;print cherrypy.__version__"
5.6.0
[root@salt-master-2154520 ~]#
I decommissioned the machine for ubuntu but i remember the version installed by pip for cherryPy was 14.0
This is how i installed cherrypy in centOS
easy_install pip
pip install cherrypy -y
however not sure if its a cherrypy issue since salt -a "pam" * test.ping too fails to authenticate
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
Hi,
I am using salt to manage my virtual machines. Till now I was using salt version salt-master 2015.5.3 (Lithium). I am also using salt-api to make remote calls (salt-api 2015.5.3)
I am not having any problems with this version. We decided to move to the latest Nitrogen version. I am using below script to install necessary configurations in my master. The only authentication i want is pam with user saltdev.
Below script installs Nitrogen successfully with all configurations i want Also The master works perfectly for some calls and after some time the /login call fails
If you see below in matter of minutes the same call says unauthorized (check the date error) We did not have this issue in lithium and for 2 years salt has been working without any issue. But this is preventing us from upgrading to nitrogen
I also tried this salt command and see this error
This is the master log