We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 4.8 Openshift allows to inject custom PKI certificate authorities to BuildConfigs. It is useful when using custom maven proxy with self signed certificate.
Cluster has to be preconfigured first with CA to inject.
mountTrustedCA is already supported by OpenShift client, XTF needs to support it at least in cz.xtf.builder.builders.BuildConfigBuilder.
mountTrustedCA
cz.xtf.builder.builders.BuildConfigBuilder
The text was updated successfully, but these errors were encountered:
[xtf-cz#507] support mountTrustedCA in BuildConfigBuilder
2ffe4e3
xtf-cz#507
[#507] support mountTrustedCA in BuildConfigBuilder
8cef95b
#507
simkam
Successfully merging a pull request may close this issue.
Since 4.8 Openshift allows to inject custom PKI certificate authorities to BuildConfigs. It is useful when using custom maven proxy with self signed certificate.
Cluster has to be preconfigured first with CA to inject.
mountTrustedCA
is already supported by OpenShift client, XTF needs to support it at least incz.xtf.builder.builders.BuildConfigBuilder
.The text was updated successfully, but these errors were encountered: