Gert Drapers
Gert Drapers
I renamed the db file, restarted grafana and it created a new db file with the default admin-admin password. ``` brew services stop grafana mv /opt/homebrew/var/lib/grafana/grafana.db /opt/homebrew/var/lib/grafana/grafana.db.old brew services start...
done ``` curl -s -k https://localhost:8080/api/v2/config | jq . { "readOnly": true, "authenticationType": "anonymous", "configs": [ { "configType": "auto", "name": "Topaz Config", "address": "https://localhost:8080/api/v2/config", "authorizerServiceUrl": "https://localhost:8383", "authorizerApiKey": "", "directoryServiceUrl": "https://localhost:9393",...
Converted back to draft until we have customer validation.