ROX-9214: Move central/testutils/mtls to pkg/testutils/central#583
ROX-9214: Move central/testutils/mtls to pkg/testutils/central#583
Conversation
so we can easily generate TLS certificates for sensor tests
|
Tag for build #188068 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.68.x-147-g4de3ec9598'📦 You can also generate an installation bundle with: docker run -i --rm stackrox/main:3.68.x-147-g4de3ec9598 central generate interactive > bundle.zip🕹️ A |
porridge
left a comment
There was a problem hiding this comment.
I'm not sure we want the central/ component in the new path. If this is going to be used by sensor tests, then it's no longer central-specific, right? Perhaps pkg/testutils/mtls then, or even pkg/mtls/testutils?
+1 for for |
so we can easily generate TLS certificates for sensor tests
Description
This moves the package central/testutils/mtls to pkg/testutils/central so it can be used to easily generate TLS certificates for sensor tests, which would be useful in #471
Checklist
[ ] Unit test and regression tests addedNo CHANGELOG entry or upgrade steps required.
Testing Performed
This doesn't change any behaviour, it just moves some central test utils to pkg. Affected unit tests will be re-run by CI.