Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18473
Change subject: jwt: introduce MiniOidc ...................................................................... jwt: introduce MiniOidc This patch takes some existing test utilities and encapsulates them into the new MiniOidc class. The MiniOidc serves the purpose of being the OpenID Connect Discovery endpoint, as the host for JWKSs of each account, and the dispensor of JWTs. This encapsulation will be useful in testing JWTs from non-C++ tests that typically reply on exposing Mini* components via control shell. Change-Id: I26e9b3bcd0946adbe4642a19c5ef1124e39632c6 --- M src/kudu/util/CMakeLists.txt M src/kudu/util/jwt-util-test.cc M src/kudu/util/jwt-util.cc M src/kudu/util/jwt-util.h A src/kudu/util/jwt.h A src/kudu/util/mini_oidc.cc A src/kudu/util/mini_oidc.h 7 files changed, 336 insertions(+), 136 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/18473/1 -- To view, visit http://gerrit.cloudera.org:8080/18473 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I26e9b3bcd0946adbe4642a19c5ef1124e39632c6 Gerrit-Change-Number: 18473 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
