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
This fixes a regression in the docker-compose where
the `TINKERBELL_HOST_IP` in the .env file wasn't showing
up as a sans ip in the TLS certificate. This caused all TLS
communication with the Tink server to fail with an error like:
`x509: certificate is valid for 192.168.56.4, 127.0.0.1, not 192.168.2.150`
Signed-off-by: Jacob Weinstock <[email protected]>
0 commit comments