Open sho6000 opened 1 year ago
Please check if the authchecker docker container is up and running.
use the following command docker ps -a | grep auth
.
If the opensds-authchecker
docker container is Exited
or not running then you will need to reinstall.
If the opensds-authchecker
docker container is running then try the next steps.
v3/identity
API call and check the responseKeystone won't install, getting some error while installation. Am also sharing the error to the keystone (TASK [auth-installer : install keystone with the docker]) after running sudo -E env "PATH=$PATH" ansible-playbook site.yml -i local.hosts --tags keystone
The dashboard needs the Keystone service for authentication. Without the keystone service you will not be able to login.
could you try reinstalling everything with the -vvv
option and paste the output for the Keystone installation step.
sudo -E env "PATH=$PATH" ansible-playbook site.yml -i local.hosts -vvv
Please ensure that the prerequisites to install SODA are met. https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/
- SODA installation is tested on Ubuntu 18.04& Ubuntu 20.04
- Python 3.6 or above should be installed
- If Ansible, Docker & Go are not installed in the OS, script install_dependencies.sh will install it.
- If Ansible, Docker & Go are installed ensure that the version as listed below.
- Docker: Latest (Verfied on 20.10.21)
- Ansible: Latest (Verfied on 5.10.0, Ansible Core 2.13.5)
- Go: go1.17.9
Dashboard login error
Issue/Feature Description: Cant login to the Dashbaord UI in localhost. OS: CentOS 9
Why this issue to fixed / feature is needed(give scenarios or use cases): Cant login with the credentials in the dashboard after running
sudo -E env "PATH=$PATH" ansible-playbook site.yml -i local.hosts -vvv --tags dashboard
, Soda Dashboard: https://{hostip}:8088Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue) Note did not have any error after running the above command.