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

✨ Certificate support for image registry #960

Merged
merged 7 commits into from
Jun 24, 2024

Commits on Jun 20, 2024

  1. Certificate support for image registry

    Remove the InsecureSkipTLSVerify annotations.
    
    * Create a ClusterIssuer CA (via openssl) that is used by OLMv1 e2e
    * Update the operator controller to specify a cert directory, rather than a
      single file.
    * Use this directory for catalogd and image-registries
    * Update the deployment to reference CAs appropriately
    
    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b128ce3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fixup! Certificate support for image registry

    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0c20937 View commit details
    Browse the repository at this point in the history
  2. fixup! Certificate support for image registry

    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6155df5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. fixup! Certificate support for image registry

    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0693c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5b281 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    421d281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca71ba View commit details
    Browse the repository at this point in the history