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

Add cloudflare origin issuer #77

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

johanbrandhorst
Copy link
Owner

Fixes #38

Still WIP until I can successfully test this against the API.

}),
}

caCert, caKey, err := certs.GenerateCertAndKey()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ineffectual assignment to err (from ineffassign)

}),
}

caCert, caKey, err := certs.GenerateCertAndKey()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ineffectual assignment to err (from ineffassign)

@codecov
Copy link

codecov bot commented Jul 17, 2019

Codecov Report

Merging #77 into master will decrease coverage by 2.12%.
The diff coverage is 47.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   67.67%   65.55%   -2.13%     
==========================================
  Files           9       11       +2     
  Lines         461      511      +50     
==========================================
+ Hits          312      335      +23     
- Misses         98      120      +22     
- Partials       51       56       +5
Impacted Files Coverage Δ
issuers/cforigin/types.go 0% <0%> (ø)
issuers/aws/aws.go 53.84% <100%> (ø) ⬆️
issuers/cforigin/cforigin.go 50% <50%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db34363...e573150. Read the comment docs.

@johanbrandhorst
Copy link
Owner Author

Need to add CF Origin to sidecar as well before we can merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Cloudflare Origin Issuer
2 participants