-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] login failed: Invalid username or password, please try again #1611
Comments
Hello @r0736202, Thank you for opening. Are you loading your Or if you are able to share your |
Hi @r0736202 could try change http to https and see if work |
No im using http instead of https, thanks for your comment tho <3 |
No im not loading my .yml like that, and this is my network thank you |
@r0736202
|
yeah when i tested it, i ofcourse enabled security and it still wouldnt work but it doesnt let me install it |
@r0736202 did you remove |
Hi @r0736202 , Opensearch version: 2.3.0 |
Hi Friends, I'm also facing the same issue, please advise. Issue : Not able to login with initial ID&pwd in opensearch dashbaords and getting 404. RPM installation |
Hi @eogredici, Tried with opensearch.yml / plugins.security.disabled to:false but not working for me.Any idea, please? |
Hello! Can you confirm if the security dashboards plugin is still enabled or installed? You will have to make sure to disable it for dashboards and remove any configurations related to it in REF: https://opensearch.org/docs/latest/security-plugin/configuration/disable |
Hi Kavilla, Thanks for your reply. Can you confirm if the security dashboards plugin is still enabled or installed? Thanks in advance. |
Hi @ashokfredrick , Could you please share your opensearch.yml I will share my opensearch.yml and opensearch_dashboards.yml to bellow; opensearch.yml
opensearch_dashboards.yml ;
|
Hi @eogredici, Thanks for the details. I have tried with your yml (opensearch.yml and opensearch-dashboard.yml) file without plugins.security settings for opensearch.yml and it's not working for me. Please advise. |
Having the same issue here, I'm creating a docker-compose file to test my ELK stack locally. I'm using http and have plugins.security.disabled=true, then trying to log in with admin as username and password is now failing. As I understand from this https://opensearch.org/docs/latest/dashboards/install/plugins#remove-plugins I need to disable security in the dashboard too? However I'm not sure how to do this in the environment variables currently. |
I am using terraform getting the same error "Log In Invalid username or password, please try again" { module.opensearch.elasticsearch_opensearch_roles_mapping.master_user_arn["security_manager"]: Creating... |
@quickbooks2018
Then you mentioned that the issue can be resolved by manually create a user to access. So it seems to me that the issue is more likely due to the script not working as expected. My guess is that by manually creating a user could be to ensure there's a user with appropriate permissions that can interact with AWS services (in this case, potentially the AWS OpenSearch service). So the issue might with how the terraform script is handling AWS authentication or if there's a problem with the terraform module's handling of IAM roles and permissions. Since this issue is posted for a while, have you already resolve it? any updates? If not, could you share more about your config especially the terraform script or module you use? Thx. |
thank you. I had the same problem and it was resolved. https://opensearch.org/docs/latest/security/configuration/disable/ |
is there any env var like to config in docker-compose.yml? |
Any Progress? |
Any update about this? I should be the priority one. |
@Uysim @salamer
What are your docker-compose file and errors? |
I also experience the same problem. Just can't log in with default credentials set in opensearch-dashboards. No Docker, direct installation. In my opinion cluster nodes and their security config has nothing to do with the dashboards which is an application on its own! |
I am having the same issue. I am using the docker-compose file provided in the docs, and the dashboard does not allow me to login with admin/password that is set the docker-compose file |
I cannot login admin:admin or admin:${OPENSEARCH_INITIAL_ADMIN_PASSWORD} either. there is no admin user.
|
I can confirm that kibanaserver:kibanaserver on the Opensearch dashboard works. I was following https://opensearch.org/docs/latest/getting-started/quickstart/ and no variation of admin username and |
有人吗,admin 设置密码后无法登录 无语了 |
username: worked for me, there is no |
I have installed OS and OSD without Docker as normal installation on Ubuntu 22.04 (installed version of OS and OSD: v2.5.0) After edited "opensearch.yml" and set "plugins.security.disabled: true" to "plugins.security.disabled: false" it WORKED Like a charm ;-) P.S. the user/password combination using "kibanaserver" as both values also worked fine in this context. I was not able to define another user/password combination. It was mandatory for me. I am very confused, that this heavy issue - reported by many users - is still unresolved. |
Things like this makes me wondering if I'm in the right place, or if I should migrate back to Elastic Search. This is very simple, and hasn't been resolved yet... I don't want to imagine what is happening with bigger/critical issues. |
I need to login to access my opensearch dashboard
but it says Invalid username or password, please try again
Ive never changed the credentials, so i used admin:admin --> DOESNT WORK
i looked into my opensearch_dashboard.yml CONFIG file and it says
kibanaserver:kibanaserver
but that also didnt work
im clueless, please help!
im using the latest opensearch-oss image and opensearch-dashboard via docker-compose
this is my docker-compose for opensearchdashboard
The text was updated successfully, but these errors were encountered: