You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we generate CA for integration test isn't fully compliant with CA spec (this is all I remembered, don't quite remember how, will add details later) and go1.15 started enforcing that case which failed our tests. I added GODEBUG=x509ignoreCN=0 because it was only for test at crunch time 😅
To be clear: this isn't a bug in Sonobuoy itself, it's just a test data which needs to be fixed
The way we generate CA for integration test isn't fully compliant with CA spec (this is all I remembered, don't quite remember how, will add details later) and go1.15 started enforcing that case which failed our tests. I added
GODEBUG=x509ignoreCN=0
because it was only for test at crunch time 😅To be clear: this isn't a bug in Sonobuoy itself, it's just a test data which needs to be fixed
Deprecation ref here.
The text was updated successfully, but these errors were encountered: