Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.73k stars 985 forks source link

fix(audit-logs): actor / actor ID mismatch #2765

Closed DanielHougaard closed 4 days ago

DanielHougaard commented 4 days ago

Description 📣

This PR fixes an issue related to user audit logs. The API expects actor as the field for actor ID. But the frontend was sending actorId instead of actor.

Type ✨