Cert-manager: Issuer support for Cloudflare Origin CA

Created on 19 Oct 2018  路  9Comments  路  Source: jetstack/cert-manager

I want to start working on an issuer for Cloudflare's Origin CA system.

There is an API for it and it should fit in well with the existing structure I think. The config for it should be just a ref for the User Service Key for the Origin CA API:

type CloudflareIssuer struct {
    // ServiceKey is the name of a secret containing the Cloudflare CA service key
    // for this account.
    ServiceKey SecretKeySelector `json:"serviceKeySecretRef"`
}

Opening this to collect ideas and thoughts :)

/kind feature

help wanted kinfeature lifecyclrotten prioritbacklog

Most helpful comment

It's still the issue. Please re-open it.

All 9 comments

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to jetstack.
/lifecycle stale

cc @DanielMorsing

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to jetstack.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to jetstack.
/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to jetstack.
/close

@retest-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to jetstack.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

It's still the issue. Please re-open it.

cc @munnerz @DanielMorsing

+1

Was this page helpful?
0 / 5 - 0 ratings