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.
@alanisaac The first pass of fixes is available at https://deploy-preview-197--topaz-sh.netlify.app/docs/directory/built-ins This cleans up the input structures, and documents the obsolete built-ins, and adds references to the API input and response...
Currently, this is by design, allowing users to have multiple identities associated with a single digital user instance. While I understand that this design is not everyone's choice, that is...