SOC web interface redirect #1890
-
I recently setup a new ManagerSearch node with two network interfaces in a test environment. The first interface ( The output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try to login again from the same tab after rebrowsing the baseurl |
Beta Was this translation helpful? Give feedback.
-
UPDATEAs a test, I reran I had to manually change |
Beta Was this translation helpful? Give feedback.
UPDATE
As a test, I reran
so-setup-network
again and there were MySQL errors insosetup.log
similar to #1592. As a result of the install errors, some post-install scripts did not complete and the redirect issue reappeared, in addition to the Playbook issues in #1896. I reranso-setup-network
three more times, including on a fresh Ubuntu 18 install and got the same results.I had to manually change
url_base
to10.48.0.10
in/opt/so/saltstack/local/pillar/global.sls
, despite picking this as the management interface during eachso-setup-network
run. Only then did the redirect issue get resolved. I guess it has something to do with the post-install scripts failing to run, though there is no c…