{ "users": [ { "username": "admin", "name": "Administrator", "email": "root@localhost", "algorithm": "SHA256", "password": "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918", "role": "System administrator", "flags": 0, "public_key": "", "private_key": "", "attributes": "", "comment": "Password of the user is `admin`. Please change it immediately!", "disabled": false, "groups": [] }, { "username": "test", "name": "Test", "email": "test@localhost", "algorithm": "SHA256", "password": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", "role": "OWL tester", "flags": 0, "comment": "Password of the user is `test`. This user is disabled by default", "disabled": true, "groups": [] } ], "groups": [ { "groupname": "admin", "description": "System Administrators", "users": [ "admin" ] }, { "groupname": "wheel", "description": "OWL Administrators", "users": [ "admin", "test" ] } ], "realms": [ { "realmname": "Default", "realm": "OWL default strict zone", "satisfy": "Any", "description": "Default restriction rules", "requirements": [ { "provider": "User/Group", "entity": "Group", "op": "eq", "value": "admin" }, { "provider": "User/Group", "entity": "Group", "op": "eq", "value": "wheel" } ] } ], "routes": [ { "realmname": "Default", "routename": "AdminAPI", "method": "ANY", "url": "http://localhost:8695/api/admin/*", "base": "http://localhost:8695", "path": "/api/admin/*" }, { "realmname": "Default", "routename": "Settings", "method": "GET", "url": "http://localhost:8695/settings", "base": "http://localhost:8695", "path": "/settings" } ], "meta": { "meta.inited": null }, "stats": [], "tokens": [] }