Skip to content
briansemify edited this page Oct 20, 2025 · 2 revisions

IAM / Password Locker

Password Locker (IAM Credentials)

  • Use to securely store third-party credentials or site admin logins.
  • Endpoints typically include create, read, update, delete for IAM records.

Security

  • Only store credentials required for tasks, avoid unnecessary secrets.
  • If the API returns any credential identifiers, store them in encrypted form.

Rotation

  • Implement credential rotation for accounts and update IAM entries in the system accordingly.

Clone this wiki locally