You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Feature Description:
When installing SODA with the opensds_auth_strategy=noauth keystone does not get installed.
If SODA dashboard is installed with this then user is unable to login as keystone is required for the dashboard to operate.
Why this issue to fixed / feature is needed(give scenarios or use cases):
If the user wants to access only the CLI or API then opensds_auth_strategy=noauth is enough but the user cannot use dashboard.
If dashboard is installed then user may try to access it and hence get an error.
It would be better to not install dashboard if user wishes to use only the CLI or API.
User can install keystone and dashboard later using the tags if they need to use dashboard.
How to reproduce, in case of a bug:
Follow the installation steps as per the recommended installation method using ansible
in group_vars/auth.yml change the opensds_auth_strategy=noauth .
Finish the Installation. Try to access the dashboard.
An error is shown at login screen. Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered:
Issue/Feature Description:
When installing SODA with the
opensds_auth_strategy=noauth
keystone does not get installed.If SODA dashboard is installed with this then user is unable to login as keystone is required for the dashboard to operate.
Why this issue to fixed / feature is needed(give scenarios or use cases):
If the user wants to access only the CLI or API then
opensds_auth_strategy=noauth
is enough but the user cannot use dashboard.If dashboard is installed then user may try to access it and hence get an error.
It would be better to not install dashboard if user wishes to use only the CLI or API.
User can install keystone and dashboard later using the tags if they need to use dashboard.
How to reproduce, in case of a bug:
opensds_auth_strategy=noauth
.Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered: