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

binder: SecurityPolicies.allOf() and anyOf() should efficiently interop with AsyncSecurityPolicy #11547

Open
jdcormie opened this issue Sep 20, 2024 · 0 comments

Comments

@jdcormie
Copy link
Member

Is your feature request related to a problem?

As it stands, these composite security policies can be used with AsyncSecurityPolicy, but they end up blocking an additional thread on Future.get() here.

Describe the solution you'd like

We could create new allOfAsync() and anyOfAsync() methods or try to update the existing methods to special case AsyncSecurityPolicy..

@ejona86 ejona86 added this to the Next milestone Sep 20, 2024
@ejona86 ejona86 added the binder label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants