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

add GRPC interface #472

Merged
merged 28 commits into from
Apr 14, 2022
Merged

add GRPC interface #472

merged 28 commits into from
Apr 14, 2022

Commits on Mar 29, 2022

  1. initial grpc impl

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3a373cd View commit details
    Browse the repository at this point in the history
  2. fix cmd line arg with viper alias

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    89720ae View commit details
    Browse the repository at this point in the history
  3. add debugging, install protoc via apt

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    37d7f4b View commit details
    Browse the repository at this point in the history
  4. remove debugging and trailing newline

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9ac8334 View commit details
    Browse the repository at this point in the history
  5. write header and value together

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    caf3d61 View commit details
    Browse the repository at this point in the history
  6. fix docker-compose, revert last fix

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    eb728b7 View commit details
    Browse the repository at this point in the history
  7. fix logging, add grpc mw

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    44ae7d8 View commit details
    Browse the repository at this point in the history
  8. update protobuf defs, implement legacy interface

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0ec96a9 View commit details
    Browse the repository at this point in the history
  9. fix spacing

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a945daa View commit details
    Browse the repository at this point in the history
  10. use abstract unix domain socket

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    48fe1c7 View commit details
    Browse the repository at this point in the history
  11. send 201 and SCT with response

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    28b18e6 View commit details
    Browse the repository at this point in the history
  12. address code review comments

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d877c0f View commit details
    Browse the repository at this point in the history
  13. debugging k8s failure

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b64354c View commit details
    Browse the repository at this point in the history
  14. trim space on chain before sending

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    310e054 View commit details
    Browse the repository at this point in the history
  15. trim space on CSC call as well

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    415bcd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. fix prom and address review comments

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1b86826 View commit details
    Browse the repository at this point in the history
  2. s/@/:/

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3c56ef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. update version num, tweak cert chain nomenclature

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e1d15de View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. modify api_test to use grpc server

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    cfdb7a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. remove unused code

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0778d60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into grpc

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1ee57d3 View commit details
    Browse the repository at this point in the history
  3. remove ctl logger, fix newlines

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f82e92b View commit details
    Browse the repository at this point in the history
  4. fix test to not send nil challenge

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4eb71f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. address review comments

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    921c124 View commit details
    Browse the repository at this point in the history
  2. commit generated file

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    64ce8f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Merge remote-tracking branch 'upstream/main' into grpc

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    01a7c33 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge remote-tracking branch 'upstream/main' into grpc

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2dcae0a View commit details
    Browse the repository at this point in the history
  2. opt for message with 0 fields over empty for forward compatibility

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b57e30e View commit details
    Browse the repository at this point in the history