From e7bcf3521b3ede3281acc54366ec5a6c061b08da Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 3 Oct 2020 14:08:48 +0100 Subject: [PATCH] Added post on key reuse --- content/posts/dont-reuse-keys.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/posts/dont-reuse-keys.md diff --git a/content/posts/dont-reuse-keys.md b/content/posts/dont-reuse-keys.md new file mode 100644 index 0000000..87c9ec6 --- /dev/null +++ b/content/posts/dont-reuse-keys.md @@ -0,0 +1,12 @@ +--- +title: "Don't Reuse Keys" +date: 2020-10-03T12:49:37+01:00 +draft: false +tags: + - cli + - credentials +images: +- /images/dont-reuse-keys.gif +--- + +Not a technical post today, more of a reminder to myself not to reuse API keys for different purposes. In this instance I reset the credentials I had labelled "Terraform" which I just so happened to also be using In [Harbor](https://goharbor.io/) to connect to my S3 bucket. Que 2 hours of me later trying to figure out why I couldn't pull or push any images.