----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67425/#review204229 -----------------------------------------------------------
PASS: Mesos patch 67425 was successfully built and tested. Reviews applied: `['67425']` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67425 - Mesos Reviewbot Windows On June 3, 2018, 5:55 p.m., Clement Michaud wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67425/ > ----------------------------------------------------------- > > (Updated June 3, 2018, 5:55 p.m.) > > > Review request for mesos. > > > Repository: mesos > > > Description > ------- > > JWT implementation can handle multiple type of keys for signing and > validating JSON web tokens. IETF defined a JSON representation of those > keys in > https://tools.ietf.org/html/rfc7517. This review implements this RFC. > > This commit adds a parser to convert a JSON into a JWK set containing > RSA keys compatible with the implementation of RS256 in the JWT library. > > The parser only supports parsing of RSA keys for now but it can support > multiple types of keys such as elliptic curve keys and symmetric keys > as documented in the JWA RFC. > > > Diffs > ----- > > 3rdparty/libprocess/Makefile.am d434001fbc49d337b6e29f6ac8c9c7475922a819 > 3rdparty/libprocess/include/process/jwk.hpp PRE-CREATION > 3rdparty/libprocess/include/process/jwk_rsa.hpp PRE-CREATION > 3rdparty/libprocess/include/process/jwk_set.hpp PRE-CREATION > 3rdparty/libprocess/src/jwk_rsa.cpp PRE-CREATION > 3rdparty/libprocess/src/jwk_set.cpp PRE-CREATION > 3rdparty/libprocess/src/tests/jwk_set_tests.cpp PRE-CREATION > > > Diff: https://reviews.apache.org/r/67425/diff/1/ > > > Testing > ------- > > make check > > > Thanks, > > Clement Michaud > >