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
|
|
@ -15,6 +15,7 @@ const DEFAULT_ACTIONS = Object.freeze({
|
|||
"read-navigation-map",
|
||||
"inspect-services",
|
||||
"health-check",
|
||||
"inspect-owner-ssh-login",
|
||||
"inspect-code-channel-owner-auth",
|
||||
],
|
||||
"server-ops": [
|
||||
|
|
@ -27,6 +28,8 @@ const DEFAULT_ACTIONS = Object.freeze({
|
|||
"rollback-registered-service",
|
||||
"provision-approved-architecture",
|
||||
"push-repository",
|
||||
"inspect-owner-ssh-login",
|
||||
"disable-owner-password-login",
|
||||
"restore-owner-password-login",
|
||||
"restore-code-channel-owner-login",
|
||||
"dispatch-approved-deployment",
|
||||
|
|
|
|||
Loading…
Reference in a new issue