-
Notifications
You must be signed in to change notification settings - Fork 4k
binder: Introduce server pre-authorization #12127
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
Merged
Merged
Changes from 80 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
3d03902
Create jules-setup.sh
jdcormie d31d488
Update jules-setup.sh
jdcormie 4bf794c
Create jules-run-tests.sh
jdcormie 3996eda
Update jules-setup.sh
jdcormie 5107080
Update jules-setup.sh
jdcormie 17b3d84
Merge branch 'grpc:master' into master
jdcormie a684359
binder: Optionally pre-authorize servers using their PackageManager i…
jdcormie 7cc704d
Cut the pre-auth-required attribute for now.
jdcormie 80c9b90
undo java format
jdcormie 71943c6
undo default enabled
jdcormie af3ff6c
move/update the comment
jdcormie a0e76af
remove jules
jdcormie 0c49469
javadoc
jdcormie bde880f
Leave TARGET_SERVICE_INFO for a follow up
jdcormie 9ec685b
resolve() throws
jdcormie 454eebb
Merge branch 'keep-alive' of https://github.com/jdcormie/grpc-java in…
jdcormie b2b006b
Test with and without preauth
jdcormie 741ef76
ServiceBinding docs/tests
jdcormie 2eb26ec
unused imports
jdcormie 148457d
doc tweaks
jdcormie 56c6f90
doc tweaks
jdcormie 49ee878
java format
jdcormie 2632951
comment
jdcormie 5928c45
format
jdcormie daddd3c
hide reflection mess in a static method
jdcormie c2a7596
experimental
jdcormie 6658220
Add pre-auth override EAG attr and tests
jdcormie bac0877
Don't commit to a roll out plan
jdcormie 9281c2b
Add testResolveNonExistentServiceWithTargetuserThrows
jdcormie c34c815
java format
jdcormie 295d537
builder required fields
jdcormie df0b824
order test for readability
jdcormie 67c2c93
Don't set the ready timeout if we fail to resolve.
jdcormie 87f1c13
unnecessary this
jdcormie 206570c
undo startInternal to minimize diff
jdcormie a491c47
override
jdcormie 985fb20
xds: Don't allow hostnames in address field (#12123)
ejona86 2324d1a
Move all test helper classes out of AbstractTransportTest so they can…
jdcormie de9414d
xds: Fix XdsDepManager aggregate cluster child ordering and loop dete…
ejona86 3183545
binder: Rationalize @ThreadSafe-ty of BinderTransport. (#12130)
jdcormie d43d66e
Create SPIFFE tests config (#12133)
eshitachandwani 368c834
xds: Use tracing GC in XdsDepManager
ejona86 01c5630
xds: cancelled=true on watch close in XdsDepManager
ejona86 58f0bed
xds: Don't cache rdsName in XdsDepManager
ejona86 33b65e0
compiler: generate blocking v2 unary calls that throw StatusException…
shivaspeaks 6e93b08
xds: Convert CdsLb to XdsDepManager
ejona86 c4ab6b7
google-java-format a line that was too long (#12147)
jdcormie 18c3853
rls: Refactor estimatedSizeBytes updates (#12145)
ejona86 3df2713
util: In OutlierDetectionLb, don't box longs if they can't be null
ejona86 11dde66
bazel: Migrate java_grpc_library to use DefaultInfo (#12148)
dws 8d95298
core: Use lazy message formatting in checkState (#12144)
shivaspeaks 8e86bd9
xds: Avoid changing cache when watching children in XdsDepManager
ejona86 173024a
core: Remove RetryingNR.RESOLUTION_RESULT_LISTENER_KEY
ejona86 326d992
util: Mark OutlierDetectionLb classes final
ejona86 37f874f
xds: Support tracking non-xds resources in XdsDepManager
ejona86 43462af
util: OutlierDetection should use Ticker, not TimeProvider (#12110)
vimanikag 8ccd7d4
xds: XdsNR should be subscribing to clusters with XdsDepManager
ejona86 d9bc018
util: Deliver addresses in a random order in MultiChildLb
ejona86 7b8bd93
xds: Add logical dns cluster support to XdsDepManager
ejona86 8e9edc7
Mark a few test helper methods as @CanIgnoreReturnValue (#12162)
jdcormie 32b23f3
binder: stops emulating for 21/22 Lollipop in tests
zhangkun83 948a4ec
download maven using archive/permalink url (#12169)
jdcormie 58e38d0
binder: Cancel checkAuthorization() request if still pending upon ter…
jdcormie f17ebe1
release: Migrate artifacts publishing from legacy OSSRH to Central Po…
shivaspeaks da00831
xds: Disable LOGICAL_DNS in XdsDepMan until used
ejona86 dc5076c
Start 1.75.0 development cycle
ejona86 fd23def
core: Rely on ping-pong for flow control testing
ejona86 3a20cc0
11243: RLS cleanups (#12085)
vimanikag f719b9c
binder: Optionally pre-authorize servers using their PackageManager i…
jdcormie 6b0eb2b
Add pre-auth override EAG attr and tests
jdcormie b88c8e9
java format
jdcormie 5517904
undo some merging mistakes
jdcormie c005d72
Address comments from CR/769886275
jdcormie aafa682
Merge branch 'master' into keep-alive
jdcormie 20f3f42
Address more review comments.
jdcormie a634f0c
wordsmith javadoc
jdcormie 403895f
fill in exp tracking issue
jdcormie 1aa8557
Actually use the new test fixture everywhere
jdcormie 1be801f
google-java-format
jdcormie 07f0a8f
last rewrite
jdcormie 86782bd
missing close paran
jdcormie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.