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
Users should have the option to not use ingress to pass traffic through, utilizing the default service dns instead of a custom domain. This would help remove dependency on passing traffic through ingress controller removing possible bottlenecks in single cluster environments.
Add a host <service name>.<namespace> in the CSR sent to CAs on every enroll so that default dns can be used for tls
Wherever possible, add option for the user to provide default dns instead of hlf domain, eg. - CORE_PEER_ADDRESS_EXTERNALENDPOINT, in cryptogen configtx file, etc. Basically HLF Domain should be optional wherever possible.
The text was updated successfully, but these errors were encountered:
This is a good feature for a closed loop network / benchmarking / test environments. It can create problems when multi-dc or multi-cluster mode deployment happens as the resolution fails.
@runitmisra Try out the 1.1.0 by adjusting the values file accordingly. Ie, instead of providing a domain.com as the hlf_domain, just use namespace.svc.cluster.local. Example, for ica-org1 deployment, the k8s service name will get rendered as ica-org1. Since the CSR is for ‘ica-org1’ and ica-org1.namespace.svc.cluster.local it will be reachable within the cluster without ingress controller or additional dns entries. All you need to do is adjust the values accordingly. Please try it out and update where it is breaking with logs.
Users should have the option to not use ingress to pass traffic through, utilizing the default service dns instead of a custom domain. This would help remove dependency on passing traffic through ingress controller removing possible bottlenecks in single cluster environments.
<service name>.<namespace>
in the CSR sent to CAs on every enroll so that default dns can be used for tlshlf domain
, eg. -CORE_PEER_ADDRESS_EXTERNALENDPOINT
, in cryptogen configtx file, etc. Basically HLF Domain should be optional wherever possible.The text was updated successfully, but these errors were encountered: