You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACM-17274 include root certificates for routes (stolostron#4211)
* Include root certificates when accessing Routes
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
* Add missing development proxies
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
* Add /multicloud/virtualmachines dev proxy
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
---------
Signed-off-by: Kevin Cormier <kcormier@redhat.com>
: [...(internal_cert ? [internal_cert] : []), ...rootCertificates]// include root certificates for development against clusters with signed certificates
56
+
return[internal_cert, ...(includeRoot ? rootCertificates : [])]// include root certificates in addition to internal cluster certificates
0 commit comments