-
Notifications
You must be signed in to change notification settings - Fork 114
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
optional rustls #168
Comments
Now, service_account code must be (implicitly) enabled. Asked for in feature #168
Sorry that I hadn't responded yet -- I have gated the service account code and rustls dependency (that, as you helpfully noticed, is only used by the former) behind the |
Thanks @dermesser. Unfortunately, it does not compile.
|
yes, I already merged your PR. I apparently didn't even correctly test it with the disabled |
Would it be possible to make
rustls
an optional dependency? I'm not sure how to get around a couple of security warnings forring
briansmith/ring#1463, which is used byrustls
.It looks like the only direct dependency is in
service_account.rs
:yup-oauth2/src/service_account.rs
Lines 20 to 25 in ac0e5f6
That was written long before
pks8
library started. May be it can be used instead ofrustls
directly.https://docs.rs/pkcs8/
Does that conceptually make sense?
The text was updated successfully, but these errors were encountered: