Fork me on GitHub
#circleci
<
2023-01-06
>
lread20:01:16

I don't have a ton of projects using CircleCI, but found https://github.com/CircleCI-Public/CircleCI-Env-Inspector to report where secrets live.

lispyclouds08:01:42

For those who do have a ton of projects like my workplace (589 repos!) here is a little #CLX41ASCS thing to rotate all of your CircleCI deploy SSH keys in GitHub: https://gist.github.com/lispyclouds/7752a72f388ad5136f3a1d3843ceb9e8 hopefully this is helpful to someone! 😄

🎉 4
🆒 2
lispyclouds08:01:12

@U04V15CAJ might be interested in this? 😛

👍 2
lread14:01:50

@U7ERLH6JX some of us had guessed if the GitHub deploy keys were read-only that maybe we could not bother rotating them. Thoughts?

lispyclouds15:01:25

well its fine for OSS repos i think. kinda big deal for proprietary things like company code. attackers can clone stuff

lread16:01:04

Right! Thanks!