How Do You Keep Track of Expiring Security Keys?

0
6
Asked By TechieDude97 On

I'm curious about how you all manage the rotation of security keys, like API keys. Is there a tool you use that sends reminders via Slack or email when a key is about to expire? Or do you just rely on setting calendar invites and crossing your fingers? I feel like there's gotta be a more efficient solution than just using a spreadsheet, but maybe I'm just overcomplicating things.

3 Answers

Answered By SecureSavvy53 On

Delinea Secret Server is a solid option. It helps manage the secrets you need without a ton of hassle.

Answered By CleverCoder88 On

It’s really about setting up some sort of monitoring and automation. We use PRTG where we create sensors that notify us 90 days before a key expires, and then it becomes critical 30 days out, so no surprises there.

Answered By AutomatorAce22 On

I automate the rotation with PasswordState. When you add a password, you can set it to auto-rotate at your defined interval. It runs a PowerShell script to update the password across all services linked to it, which is super convenient, especially when dealing with bulk password changes like when someone leaves the team.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.