|
|
|
|
|
by acdha
23 hours ago
|
|
Try not to: use AWS short-term credentials for anything there, federate with GitHub/GitLab job credentials where possible, etc. It’s easier and you never worry about rotation again. If you can’t avoid it, use an automatically-rotated store and inject them as late as possible so an attacker needs to be able to get them out of a running process. In all cases, look into restrictions: not just least privilege access but things like network restrictions so an attacker can’t just use the key on their own systems. |
|