-
Notifications
You must be signed in to change notification settings - Fork 3.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
Add SecurityPolicy factory method for apps signed with the platform certificate #11239
base: master
Are you sure you want to change the base?
Conversation
…ertificate. Addresses: grpc#11238
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.
We spoke a bit offline about how this seems just like a special case of oneOfSignatures
.
Looks like the check failures above are real:
|
The first warning is addressed. For the second one, I made the code more compliant with the new post SDK 27 APIs (copied a bit from |
Addresses: #11238