mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-26 00:24:12 +08:00
12 lines
670 B
JSON
12 lines
670 B
JSON
{
|
|
"interactive": [
|
|
"groupModify" , {"ac" : ["--group"]},
|
|
"groupModify --group" , {"ac" : ["<GROUP>"]},
|
|
"groupModify --group \\S+" , {"ac" : ["--mfa-required","--guest-ttl-limit"]},
|
|
"groupModify --group \\S+ --mfa-required" , {"ac" : ["password","totp","any","none"]},
|
|
"groupModify --group \\S+ --mfa-required \\S+" , {"pr" : ["<ENTER>"]},
|
|
"groupModify --group \\S+ --guest-ttl-limit" , {"pr" : ["<DURATION>"]},
|
|
"groupModify --group \\S+ --guest-ttl-limit \\S+", {"pr" : ["<ENTER>"]}
|
|
],
|
|
"master_only": 1
|
|
}
|