Commit ee3d496
Use full CA cert bundle instead of internal bundle
Change getNovaClient() to use tls.CABundleKey (full/public bundle) instead
of tls.InternalCABundleKey. This ensures the operator can connect to
external Keystone APIs that may use certificates not in the internal
bundle.
This will not affect existing workflows because all the certs in the
internal bundle are always added to the full/public bundle as well.
Jira: https://issues.redhat.com/browse/OSPRH-186521 parent 964875f commit ee3d496
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
660 | 659 | | |
661 | 660 | | |
662 | 661 | | |
663 | 662 | | |
664 | 663 | | |
665 | 664 | | |
666 | 665 | | |
667 | | - | |
| 666 | + | |
668 | 667 | | |
669 | 668 | | |
670 | 669 | | |
| |||
0 commit comments