-
Notifications
You must be signed in to change notification settings - Fork 37
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
base: master
Are you sure you want to change the base?
Conversation
This will prevent us from requesting the CA cert on every issue request.
}), | ||
} | ||
|
||
caCert, caKey, err := certs.GenerateCertAndKey() |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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 Report
@@ 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
Continue to review full report at Codecov.
|
Need to add CF Origin to sidecar as well before we can merge this. |
Fixes #38
Still WIP until I can successfully test this against the API.