mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
10 lines
488 B
JSON
10 lines
488 B
JSON
{
|
|
"interactive": [
|
|
"accountGrantCommand" , {"ac" : ["--account"]},
|
|
"accountGrantCommand --account" , {"ac" : ["<ACCOUNT>"]},
|
|
"accountGrantCommand --account \\S+" , {"ac" : ["--command"]},
|
|
"accountGrantCommand --account \\S+ --command" , {"ac" : ["<RESTRICTED_COMMAND>"]},
|
|
"accountGrantCommand --account \\S+ --command \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true
|
|
}
|