-
Notifications
You must be signed in to change notification settings - Fork 463
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
proxy: auth broker #8855
Merged
Merged
proxy: auth broker #8855
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
5013 tests run: 4855 passed, 0 failed, 158 skipped (full report)Flaky tests (3)Postgres 17
Postgres 16
Postgres 14
Code coverage* (full report)
* collected from Rust tests only The comment gets automatically updated with the latest test results
c862d95 at 2024-09-30T18:30:04.636Z :recycle: |
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
August 29, 2024 14:03
bff0b34
to
a13cac8
Compare
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 11, 2024 10:58
59f025c
to
47c0158
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Infrastructure as Code | 0 0 0 0 | View in Orca |
Passed | Secrets | 0 0 0 0 | View in Orca |
Passed | Vulnerabilities | 0 0 0 0 | View in Orca |
conradludgate
force-pushed
the
proxy-auth-broker
branch
2 times, most recently
from
September 17, 2024 13:33
2abdd5f
to
bd8ab50
Compare
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 18, 2024 15:56
9fa46b6
to
7450d5a
Compare
conradludgate
added a commit
that referenced
this pull request
Sep 19, 2024
) misc changes split out from #8855 - **allow cloning the request context in a read-only fashion for background tasks** - **propagate endpoint and request context through the jwk cache** - **only allow password based auth for md5 during testing** - **remove auth info from conn info**
conradludgate
force-pushed
the
proxy-auth-broker
branch
2 times, most recently
from
September 23, 2024 11:48
caada6e
to
2d1d11d
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
conradludgate
commented
Sep 23, 2024
conradludgate
commented
Sep 23, 2024
I'm taking over this PR 🫡 |
conradludgate
commented
Sep 23, 2024
cloneable
reviewed
Sep 25, 2024
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 26, 2024 11:58
48dea30
to
1bd145c
Compare
conradludgate
force-pushed
the
proxy-cplane-jwks-api
branch
from
September 26, 2024 12:03
a266808
to
21456f7
Compare
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 26, 2024 12:49
1bd145c
to
4ba5ef6
Compare
conradludgate
force-pushed
the
proxy-cplane-jwks-api
branch
from
September 27, 2024 09:25
27e0445
to
4ad3aa7
Compare
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 27, 2024 10:43
534556f
to
5687384
Compare
conradludgate
force-pushed
the
proxy-cplane-jwks-api
branch
from
September 27, 2024 12:44
4ad3aa7
to
80c3c77
Compare
I am working on adding some integration tests in a separate branch. Will open a PR in the coming days. |
cloneable
reviewed
Sep 30, 2024
conradludgate
force-pushed
the
proxy-auth-broker
branch
from
September 30, 2024 17:37
be8afd8
to
c862d95
Compare
cloneable
approved these changes
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Opens http2 connection to local-proxy and forwards requests over with all headers and body
closes https://github.com/neondatabase/cloud/issues/16039