Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/origin-ca-issuer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: cloudflare/origin-ca-issuer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    ec06da1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix(certificaterequest): ignore empty issuer group

    A CertificateRequest's reference to an Issuer can have an empty Group,
    which we were considering as equivalent to matching, then later
    rejecting the CertificateRequest when it was for an unknown issuer.
    While setting the group is optional in the schema, our documentation has
    always included the group in the issuer reference. The rejection was
    racing with other controllers, including the built-in controllers, and
    preventing them from issuing certificates.
    
    This changeset updates CertificateRequestController to ignore
    CertificateRequests where the issuer group is unset, preventing the
    race with controllers for other issuers. We'll continue to reject
    CertificateRequests for unknown kinds if the group matches our group.
    
    Bug: #149
    Fixes: d8c1b77 ("feat: add ClusterOriginIssuer")
    terinjokes committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2ed2a72 View commit details
    Browse the repository at this point in the history
  2. release: v0.11.0

    terinjokes committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e7201c0 View commit details
    Browse the repository at this point in the history
Loading