Skip to content

Add Fastly key expiration check

Compare
Choose a tag to compare
@JSRedondo JSRedondo released this 22 Jun 12:26
· 92 commits to main since this release
e2e6fe5

At the moment our Fastly keys are unmanageable - they’re stored in individual user accounts in Fastly and we cannot enforce things like key expiry or rotation.
We should add a check type to n-health which verifies Fastly keys using https://api.fastly.com/tokens/self:

  • alert if the key expires in the next week or two
  • alert if the key has a null expiry date

What's Changed

  • FTDCS-152 - Fix CircleCI configuration file by @JSRedondo in #185
  • FTDCS-152 - Update moment package to solve a vulnerability by @JSRedondo in #184
  • CPP-890 update config for nightly scheduled-pipelines by @serena97 in #186
  • FTDCS-196 - Update testing by @JSRedondo in #187
  • FTDCS-196 - Fastly key expiration check merge by @JSRedondo in #189
  • FTDCS-196 - Improve Fastly key expiration check by @JSRedondo in #190
  • FTDCS-196 - Added default panic guide for Fastly key expiration check by @JSRedondo in #191

New Contributors

Full Changelog: v6.0.0...v6.1.0