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

WINC-1269: Expose WMCO /metrics endpoint via HTTPS #2388

Merged
merged 4 commits into from
Sep 5, 2024

Commits on Aug 27, 2024

  1. [cmd] Use controller-runtime secureAccess flag

    Use the new controller-runtime secureAccess flag and
    filters.WithAuthenticationAndAuthorization when exposing
    metrics endpoint.
    kube-rbac-proxy has been removed from controller-runtime
    scaffolding and its use is discouraged to drop the
    dependency on maintaining the image.
    mansikulkarni96 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3f66c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a87f69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada5103 View commit details
    Browse the repository at this point in the history
  4. [config] Remove kube-rbac-proxy image

    This commit removes the auth_proxy config
    as its use is obsolete in the operator and
    not expected to be used in future.
    mansikulkarni96 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d589849 View commit details
    Browse the repository at this point in the history