Skip to main content

Verifying SPIRL Trust Domain Servers Connectivity

You can check the logs of the Trust Domain server pods to verify that the Trust Domain servers are connected to the SPIRL Control Plane. A "Dialed signer relay successfully" message in the logs indicates a successful connection. Note that:

  1. The --namespace or -n value is the Kubernetes namespace that was used when installing the Trust Domain server via Helm.
  2. The deployment name contains the trust domain deployment (tdd) ID that was returned when calling spirlctl trust-domain deployment create....
 kubectl -n $YOUR_TD_DEPLOYMENT_ID-example logs deployment/$YOUR_TD_DEPLOYMENT_ID-spirl-server --container spirl-server | grep "Dialed signer relay successfully"