-
Notifications
You must be signed in to change notification settings - Fork 597
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
feat(middleware-api-key): add new auth middleware #4012
Merged
trivikr
merged 1 commit into
aws:main
from
eduardomourar:feat/middleware-token-without-default-provider
Jan 24, 2023
Merged
feat(middleware-api-key): add new auth middleware #4012
trivikr
merged 1 commit into
aws:main
from
eduardomourar:feat/middleware-token-without-default-provider
Jan 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
October 3, 2022 21:23
b96a8bb
to
1d8c409
Compare
eduardomourar
changed the title
feat(middleware-api-key: add new auth middleware
feat(middleware-api-key): add new auth middleware
Oct 3, 2022
kuhe
reviewed
Oct 4, 2022
kuhe
requested changes
Oct 4, 2022
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
October 5, 2022 15:15
ecfed07
to
6b856b3
Compare
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
October 5, 2022 21:14
6b856b3
to
52c7834
Compare
kuhe
approved these changes
Oct 5, 2022
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
2 times, most recently
from
October 25, 2022 12:48
37ccd95
to
a14a5b3
Compare
I have created another PR with formatting issues: #4087 |
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
3 times, most recently
from
October 27, 2022 10:03
7f7a613
to
a7bab48
Compare
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
November 1, 2022 20:49
a7bab48
to
67fd30e
Compare
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
2 times, most recently
from
December 14, 2022 10:39
9cd5fe4
to
8db1050
Compare
trivikr
requested changes
Dec 15, 2022
trivikr
requested changes
Dec 15, 2022
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
December 15, 2022 18:15
1ef5489
to
d8e9485
Compare
We will create a new middleware to handle API keys in the context of Smithy generated models (probably not applicable for AWS specific services). The code is based heavily on [this PR]( smithy-lang/smithy-typescript#473 ) from the Smithy TypeScript repository. In order for it to work, we need to ensure the Bearer token middleware succeeds even when the `token` is not set.
eduardomourar
force-pushed
the
feat/middleware-token-without-default-provider
branch
from
December 23, 2022 20:30
d8e9485
to
db8e8e4
Compare
@trivikr , could this be re-approved and merged, please? |
kuhe
approved these changes
Jan 24, 2023
trivikr
approved these changes
Jan 24, 2023
eduardomourar
deleted the
feat/middleware-token-without-default-provider
branch
January 24, 2023 18:46
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue N/A
Description
We will create a new middleware to handle API keys in the context of Smithy generated models (probably not applicable for AWS specific services). The code is based heavily on this PR from the Smithy TypeScript repository.
In order for it to work, we need to ensure the Bearer token middleware succeeds even when the
token
is not set.Testing
Unit tests
Additional context
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.