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
if [[ "$AUTHENTICATION_ENABLED" == "true" ]]; then
auth_ip=$(kubectl -n "${PEERDB_K8S_NAMESPACE}" get svc authentication-proxy -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
if [[ -n "${TEMPORAL_CLOUD_HOST:-}" ]]; then
echo "Authenticated UI IP is $auth_ip. Please set/update DNS entries starting with \`peerdb.\`, \`peerdb-ui.\` to point to $auth_ip "
else
echo "Authenticated UI IP is $auth_ip. Please set/update DNS entries starting with \`temporal.\`, \`peerdb.\` and \`peerdb-ui.\` to point to $auth_ip "