Intel® Smart Edge Open (SE-O) Developer Experience Kit (DEK)

ID Date Version Classification
739680 04/30/2024 1.4 Public

Verify Result

Access Grafana with URL https://$host:32000, login with user admin. You can get the default password with command:

kubectl get secret -n telemetry grafana -o jsonpath='{.data.admin-password}' | base64 -d && echo

Access Harbor with URL https://$host:30003, login with user admin. You can get the default password with command:

kubectl get secret -n harbor harbor-admin -o jsonpath='{.data.admin-password}' | base64 -d && echo

Check Security Features

If the security features are enabled, check if SGX works:

# aesmd should be running
sudo systemctl status aesmd