Skip to content

Commit

Permalink
Merge pull request openshift#75994 from RichardHoch/insecure_tls
Browse files Browse the repository at this point in the history
OADP-682 Support for insecure TLS connections
  • Loading branch information
JoeAldinger authored May 21, 2024
2 parents 9942490 + f40c59e commit 1c88f88
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ include::modules/migration-using-must-gather.adoc[leveloffset=+1]
.Additional resources
* xref:../../support/gathering-cluster-data.adoc#gathering-cluster-data[Gathering cluster data]

include::modules/support-insecure-tls-connections.adoc[leveloffset=+2]
include::modules/migration-combining-must-gather.adoc[leveloffset=+2]
include::modules/oadp-monitoring.adoc[leveloffset=+1]
[role="_additional-resources"]
Expand Down
18 changes: 18 additions & 0 deletions modules/support-insecure-tls-connections.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Module included in the following assemblies:
// * backup_and_restore/application_backup_and_restore/troubleshooting.adoc

:_mod-docs-content-type: PROCEDURE
[id="support-insecure-tls-connections_{context}"]
= Using must-gather with insecure TLS connections

If a custom CA certificate is used, the `must-gather` pod fails to grab the output for `velero logs/describe`. To use the `must-gather` tool with insecure TLS connections, you can pass the `gather_without_tls` flag to the `must-gather` command.

.Procedure
* Pass the `gather_without_tls` flag, with value set to `true`, to the `must-gather` tool by using the following command:
[source,terminal]
----
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel9:v1.3 -- /usr/bin/gather_without_tls <true/false>
----

By default, the flag value is set to `false`. Set the value to `true` to allow insecure TLS connections.

0 comments on commit 1c88f88

Please sign in to comment.