security(jd): add persona-only SSH closure actions
This commit is contained in:
parent
f86142b660
commit
7c3c8e9238
7 changed files with 80 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ const ARCHITECTURE_PROVISION_SOCKET_PATH = process.env.LAKE_LAMP_ARCHITECTURE_PR
|
|||
|
||||
function executeRegisteredAction(request, socketPath) {
|
||||
const ownerAccessActions = new Set([
|
||||
"inspect-owner-ssh-login",
|
||||
"disable-owner-password-login",
|
||||
"restore-owner-password-login",
|
||||
"restore-code-channel-owner-login",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue