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

notification: check certs exists for webhooks (PROJQUAY-2424) (#886) #900

Merged
merged 3 commits into from
Sep 22, 2021

Commits on Sep 22, 2021

  1. notification: check certs exists for webhooks (PROJQUAY-2424) (quay#886)

    Make sure the Quay key/cert pair (ssl.key + ssl.cert) have been
    mounted/exists whenever it tries sending a webhook request with client
    cert. If that's not the case, then the webhook is sent without client
    cert. This can happen when TLS is not handled by the Quay container,
    in which case these certs are not required by default in the Quay
    container.
    kleesc committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    22c1b34 View commit details
    Browse the repository at this point in the history
  2. ci: Update funcparserlib version (PROJQUAY-2520) (quay#893)

    Updating funcparserlib to 1.0.0a0 fixes the issue initially addressed
    in d3809b2.
    kleesc committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    96058a4 View commit details
    Browse the repository at this point in the history
  3. ci: pin oci test to a specific sha (PROJQUAY-2570)

    This pins the distribution-spec repo to a specific sha
    to prevent failing CI because of a change in the source test
    
    Signed-off-by: harishsurf <hgovinda@redhat.com>
    harishsurf authored and kleesc committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7ddfc77 View commit details
    Browse the repository at this point in the history