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

feat(kuma-cp): add metrics and timeouts to CA interface #4089

Merged
merged 9 commits into from
Apr 4, 2022

Commits on Mar 29, 2022

  1. feat(kuma-cp): add cert metrics

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    17a48f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. chore(kuma-cp): make check

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    eec0c64 View commit details
    Browse the repository at this point in the history
  2. feat(kuma-cp): add configurable timeout

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    34c319b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix(kuma-cp): move backend name into label

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bd82d92 View commit details
    Browse the repository at this point in the history
  2. style(kuma-cp): s/RootCert/RootChain/

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a0e36ec View commit details
    Browse the repository at this point in the history
  3. tests(kuma-cp): add cert metric tests

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    76a86f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fix(kuma-cp) convert map of metrics to Vec

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    5dc20f8 View commit details
    Browse the repository at this point in the history
  2. style(kuma-cp): move cancel func into if scope

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    53ddb07 View commit details
    Browse the repository at this point in the history
  3. fix(kuma-cp): only call CA and ident providers once

    Signed-off-by: Paul Parkanzky <[email protected]>
    Paul Parkanzky committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    a9bebe0 View commit details
    Browse the repository at this point in the history