We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried both CLI and Lambda execution with the same execution options, but the latter results in an authentication error.
Create OpenSearch using Cognito's Hosted UI as a means of authentication. Create a Lambda for that OpenSearch using the following steps and then https://opensearch.org/docs/2.5/dashboards/reporting-cli/rep-cli-lambda/
Execute the Lambda with the following input
{ "url": "https://{cluster_domain}/_dashboards/app/dashboards#/view/{dashboard_id}", "transport": "ses", "from": "{mail address}", "to": "{mail address}", "subject": "Test lambda docker image", "auth": "cognito", "credentials": "{cognito username}:{cognito password}", "tenant": "global_tenant", "format": "png" }
The Lambda should be authenticated.
I use the Docker image created according to Step 1 of the official document. architecture is x86_64 as specified in the same document.
OpenSearch is ver2.11
I tried opensearch-reporting-cli execution and it was succeded last week.
The cli execution may also be unstable. There are problems with the tenants today. But the authentication has still been cleared.
The following is the result of Lambda execution which resulted in the authentication error despite specifying the same options as in the CLI.
The text was updated successfully, but these errors were encountered:
Similar issue as #55. Fix is merged in #65.
Sorry, something went wrong.
Closing this as it's resolved in v1.1.0. Please create issue if you are still getting any errors.
No branches or pull requests
What is the bug?
I tried both CLI and Lambda execution with the same execution options, but the latter results in an authentication error.
How can one reproduce the bug?
Create OpenSearch using Cognito's Hosted UI as a means of authentication.
Create a Lambda for that OpenSearch using the following steps and then
https://opensearch.org/docs/2.5/dashboards/reporting-cli/rep-cli-lambda/
Execute the Lambda with the following input
What is the expected behavior?
The Lambda should be authenticated.
What is your host/environment?
I use the Docker image created according to Step 1 of the official document. architecture is x86_64 as specified in the same document.
OpenSearch is ver2.11
Do you have any screenshots? The following is the result of success with CLI.
I tried opensearch-reporting-cli execution and it was succeded last week.
The cli execution may also be unstable. There are problems with the tenants today.
But the authentication has still been cleared.
The following is the result of Lambda execution which resulted in the authentication error despite specifying the same options as in the CLI.
The text was updated successfully, but these errors were encountered: