Skip to content
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

add admin credentials for regular release sign-off workflow #994

Conversation

wanglam
Copy link
Collaborator

@wanglam wanglam commented Jan 11, 2024

Description

The Run OpenSearch-Dashboards server task was failed in the regular release sign-off workflow, the OSD API status checker missing required credentials and respond 401 error.
Since the OpenSearch was run with security enabled, we need to pass the admin credentials to the curl command.
This PR add -u admin:${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }} to the curl call for all release sign-off workflows.

Issues Resolved

#985

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Lin Wang <wonglam@amazon.com>
@SuZhou-Joe
Copy link
Member

Seems related tests do not get ran, can we manually run these test to see if OSD bootstraps successfully under new script?

@wanglam
Copy link
Collaborator Author

wanglam commented Jan 11, 2024

@ruanyl ruanyl merged commit 2354122 into opensearch-project:main Jan 15, 2024
37 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 15, 2024
Signed-off-by: Lin Wang <wonglam@amazon.com>
(cherry picked from commit 2354122)
wanglam added a commit that referenced this pull request Jan 15, 2024
Signed-off-by: Lin Wang <wonglam@amazon.com>
(cherry picked from commit 2354122)

Co-authored-by: Lin Wang <wonglam@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants