mirror of
https://github.com/deadcxap/init_scripts.git
synced 2026-07-02 05:43:40 +03:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"version": "1.1.7",
|
|
"policy": {
|
|
"password": {
|
|
"keep_versions": 10,
|
|
"min_length": 8,
|
|
"max_length": 128,
|
|
"require_uppercase": false,
|
|
"require_lowercase": false,
|
|
"require_number": false,
|
|
"require_non_alpha_numeric": false,
|
|
"block_reuse": false,
|
|
"block_password_change": false
|
|
},
|
|
"user": {
|
|
"min_length": 3,
|
|
"max_length": 50,
|
|
"allow_non_alpha_numeric": false,
|
|
"allow_uppercase": false
|
|
}
|
|
},
|
|
"revision": 7,
|
|
"last_modified": "2025-08-28T19:12:55.534658844Z",
|
|
"users": [
|
|
{
|
|
"id": "39555452-454e-4c85-829b-8195a8dd8c81",
|
|
"username": "deadcxap",
|
|
"email_address": {
|
|
"address": "dead@cxap.space",
|
|
"domain": "cxap.space"
|
|
},
|
|
"email_addresses": [
|
|
{
|
|
"address": "dead@cxap.space",
|
|
"domain": "cxap.space"
|
|
}
|
|
],
|
|
"passwords": [
|
|
{
|
|
"purpose": "generic",
|
|
"algorithm": "bcrypt",
|
|
"hash": "$2b$12$s5SZcTu0THrdIHmdqTIuS.Hb89nokYfwF5xSDPSJPZsKoYnFkv61i",
|
|
"cost": 10,
|
|
"expired_at": "2099-01-01T00:00:00Z",
|
|
"created_at": "2021-10-25T17:04:58.4251263Z",
|
|
"disabled_at": "0001-01-01T00:00:00Z"
|
|
}
|
|
],
|
|
"api_keys": [
|
|
{
|
|
"id": "yvLkKTyFMu6n1q3YAG0np5W5hcCIFWoyfQPciHkh",
|
|
"prefix": "NuRZm4NXKfmDTyVo7XWbwZeM",
|
|
"usage": "api",
|
|
"comment": "test",
|
|
"payload": "$2a$10$DZVydqhmY8Df4HHYRUQpJOmT2hTd.A3nAGIcI/tp19RbnO6vyUf62",
|
|
"expired_at": "0001-01-01T00:00:00Z",
|
|
"created_at": "2025-08-28T19:12:55.534650459Z",
|
|
"disabled_at": "0001-01-01T00:00:00Z"
|
|
}
|
|
],
|
|
"created": "2021-10-25T17:04:58.42512588Z",
|
|
"last_modified": "2025-08-28T19:12:55.534654817Z",
|
|
"revision": 5,
|
|
"roles": [
|
|
{
|
|
"name": "admin",
|
|
"organization": "authp"
|
|
},
|
|
{
|
|
"name": "user",
|
|
"organization": "authp"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |