Hi, We are trying to explore the apollo federation , set up some sample subgraphs & tried to run the local router using rover cli and unable to access the subgraphs (deployed on kubernetes cluster) , getting the “invalid peer certificate: unknown issuer” error. Tried adding the enterprise certs to the trust store , also tried with --insecure-accept-invalid-certs & --insecure-accept-invalid-hostnames arugements while running the rover . Can someone please help
I think you’ll need to configure this for the router in a YAML file and then pass that config to rover like rover dev --router-config=router.yaml