-
Bug
-
Resolution: Unresolved
-
Major
-
None
When using certificate in a Jenkins folder containing spaces, path in option "--certificate-authority" is not escaped resulting in error.
By default, --certificate-authority is always added, but we don't want these if we use a pod to interact with another OpenShift cluster.
Is this possible to :
- Espace string
- Provide an option to disable these default flag, and disable adding any flag concerning certificate in command line
Hello jgaube, I've been working on this issue, and as per the description, I could understand that we are looking for ways to either provide an option so that we can avoid using any flag w.r.t certificate in the command line, OR add `escape` character right before the space, for situations when the certificate_authority path has a directory with spaces in its name.
Could you please help me confirm, if this understanding is correctly aligned or not? Also, if you can share some set of steps to reproduce it, that'll be of great help!