-
Notifications
You must be signed in to change notification settings - Fork 13
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] Invalid username or password #55
Comments
Same here:
Debian 12.2 I'm using Wazuh, maybe this is of interest? |
same issue just on Debian 11 also using the wazuh version of Opensearch NodeJS on both was setup as v21.5.0 |
Did you ever find a solution for this one? I tested it on a pure opensearch 2.11 on Debian12 and have downloaded reports fine |
Not yet, I'm quite sure it's the |
ive tried working around that and commented out that line the only thing that does is it doesnt auto forward you to the wazuh plugin page but allows you to open the classic opensearch homepage, but even with that out of the way it was still bugged. |
try to generate the full path for the report. |
This might be due to tenant selection. Fix is merged in #65 |
Hi rupal tested just now also using the Wazuh version of Opensearch NodeJS on both was setup as v21.11.0 this is the command i used /root/node_modules/.bin/opensearch-reporting-cli --url https://server_name:443/app/dashboards#/view/ce76b220-6803-11ee-8d25-7b18287bc2bf --format pdf --auth basic --credentials admin:password i also tried /root/node_modules/.bin/opensearch-reporting-cli --url https://server_name:443/app/dashboards#/view/ce76b220-6803-11ee-8d25-7b18287bc2bf --format pdf --auth basic --credentials admin:"password" and /root/node_modules/.bin/opensearch-reporting-cli --url https://server_name:443/app/dashboards#/view/ce76b220-6803-11ee-8d25-7b18287bc2bf --format pdf --auth basic --credentials admin:"password" --tenant global /root/node_modules/.bin/opensearch-reporting-cli --url https://server_name:443//app/dashboards?security_tenant=global#/view/ce76b220-6803-11ee-8d25-7b18287bc2bf--format pdf --auth basic --credentials admin:password --tenant global (Use is there a way to maybe run this in debug mode to get more output information? |
Hi @JumpyWizard404, the fix is merged but it isn't part of v1.0.0. We'll release patch v1.1.0 for the bug fixes. |
Closing this as it's resolved in v1.1.0. Please create issue if you are still getting any errors. |
What is the bug?
I can not authenticate, no matter what I do it returns an error.
How can one reproduce the bug?
Create dashboard and try to export report with cli
What is the expected behavior?
I should be authenticated
What is your host/environment?
MacOS, OpenSearch 2.10.0 in Docker. I cloned the repo so it should be the latest version of the cli.
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: