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 missing types for AwsSigv4SignerOptions.service #374

Closed
wants to merge 3 commits into from
Closed

Add missing types for AwsSigv4SignerOptions.service #374

wants to merge 3 commits into from

Conversation

magoz
Copy link
Contributor

@magoz magoz commented Jan 28, 2023

Description

2.2.0 added support for AOSS, but the types weren't updated.

Issues Resolved

Fixes #356
Fixes #366

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.

2.2.0 added support for AOSS, but the types weren't updated.
@harshavamsi
Copy link
Collaborator

Hi @magoz can you sign off your commit with -s to allow DCO to pass?

@dblock
Copy link
Member

dblock commented Jan 30, 2023

Will need a line in https://github.com/opensearch-project/opensearch-js/blob/main/CHANGELOG.md, too.
Also is there any way we can catch this type of stuff in CI?

@magoz
Copy link
Contributor Author

magoz commented Jan 31, 2023

I cannot seem to be able to sign off the initial commit. I followed the instructions, but when I git push --force-with-lease origin patch-1 I get AccessDenied.

I originally added the PR via the web interface, and I suspect it sees me as a different user when I push from my local machine.

I tried to revert, but it didn't help since all the commits in the PR must be signed.

Any advice on how to fix this? Should I create a new PR with the signed commit?
Apologies in advance for the mess, This is one of my first PRs to OSS.

@nhtruong
Copy link
Collaborator

nhtruong commented Feb 1, 2023

@magoz Create a new branch, add the changes, commit with DCO, then create a new PR. See if that would work for ya.

@nhtruong
Copy link
Collaborator

nhtruong commented Feb 1, 2023

@dblock TypeScript would catch this. This repo needs to be converted to TS and we can do that along with API code generation for this client.

@magoz magoz closed this by deleting the head repository Feb 1, 2023
@magoz
Copy link
Contributor Author

magoz commented Feb 1, 2023

It worked, @nhtruong! See #377 :-)
I've also updated the changelog.

@dblock
Copy link
Member

dblock commented Feb 1, 2023

@dblock TypeScript would catch this. This repo needs to be converted to TS and we can do that along with API code generation for this client.

Indeed! I found out that someone opened #269 a long time ago :)

@dblock
Copy link
Member

dblock commented Feb 1, 2023

@magoz maybe you want to attempt #269? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add support for OpenSearch Serverless
4 participants