mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-26 01:32:10 +08:00
11 lines
422 B
JSON
11 lines
422 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"groupDelEgressKey" , {"ac" : ["--group"]},
|
||
|
"groupDelEgressKey --group" , {"ac" : ["<GROUP>"]},
|
||
|
"groupDelEgressKey --group \\S+" , {"ac" : ["--id"]},
|
||
|
"groupDelEgressKey --group \\S+ --id" , {"pr" : ["<KEYID>"]},
|
||
|
"groupDelEgressKey --group \\S+ --id \\d+", {"pr" : ["<enter>"]}
|
||
|
],
|
||
|
"master_only": true
|
||
|
}
|