deps: update github.com/cloudflare/cfssl to v1.3.4.#4374
Conversation
This will unblock pre-issuance linting support.
|
Looks like some real test failures to sort out 🤔 |
rolandshoemaker
left a comment
There was a problem hiding this comment.
Oh boy, uh, tests look unhappy.
|
I'm not sure why yet, but it looks like the CAConfig in the failing tests are marshaling a "lint_error_level": "", That's breaking with an error like:
|
|
So far I'm pretty baffled. I traced the error to here: Lines 209 to 214 in bb005e1 Prior to that line the After that line the JSON produced has |
|
Closing this PR for now. @rolandshoemaker spotted the bug (:tada:) and it will need to be addressed in the upstream |
|
Put up a fix PR with the |
This will unblock pre-issuance linting support by updating the
github.com/cloudflare/cfssldependency to the 1.3.4 tag which notably includes thezlintintegration developed in cloudflare/cfssl#1015Updates #4255