Add better metadata to ssh

This commit is contained in:
Owen
2026-03-16 15:33:21 -07:00
parent 23d3345ab9
commit bab09dff95
2 changed files with 18 additions and 1 deletions

View File

@@ -515,6 +515,6 @@ authenticated.post(
verifyOrgAccess,
verifyLimits,
verifyUserHasAction(ActionsEnum.signSshKey),
logActionAudit(ActionsEnum.signSshKey),
// logActionAudit(ActionsEnum.signSshKey), // it is handled inside of the function below so we can include more metadata
ssh.signSshKey
);