-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(openapi): allow Bearer token #9669
Merged
hsheth2
merged 7 commits into
datahub-project:master
from
dim-ops:feat/allow-bearer-token-openapi
Feb 11, 2024
Merged
feat(openapi): allow Bearer token #9669
hsheth2
merged 7 commits into
datahub-project:master
from
dim-ops:feat/allow-bearer-token-openapi
Feb 11, 2024
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
github-actions
bot
added
ingestion
PR or Issue related to the ingestion of metadata
community-contribution
PR or Issue raised by member(s) of DataHub Community
labels
Jan 19, 2024
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
from
January 19, 2024 12:01
b495e83
to
162bb0f
Compare
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
3 times, most recently
from
January 19, 2024 14:01
1754819
to
e6d37a4
Compare
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
from
January 19, 2024 15:34
e6d37a4
to
b274151
Compare
hsheth2
reviewed
Jan 20, 2024
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
2 times, most recently
from
January 20, 2024 10:05
8d6660b
to
de3eddb
Compare
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
3 times, most recently
from
January 20, 2024 13:54
1617a20
to
a4aff3f
Compare
hsheth2
reviewed
Jan 22, 2024
Co-authored-by: Harshal Sheth <[email protected]>
Co-authored-by: Harshal Sheth <[email protected]>
dim-ops
force-pushed
the
feat/allow-bearer-token-openapi
branch
from
January 26, 2024 15:18
54e13e7
to
62e23ad
Compare
Up @hsheth2 please 🙏 |
@dim-ops I made some tweaks to your PR to simplify the code a bit and fix the lint. Let me know if you have any concerns with my changes |
hsheth2
approved these changes
Feb 9, 2024
It seems great, thank you @hsheth2 😃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community-contribution
PR or Issue raised by member(s) of DataHub Community
ingestion
PR or Issue related to the ingestion of metadata
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.
I need to authenticate with a Bearer token to my APIs.
Checklist