ovotech / cloud-key-rotator

A Golang program to rotate AWS & GCP account keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle AWS vs. GCP keys more gracefully

eversC opened this issue · comments

Differences in logic in handling AWS vs. GCP keys exists in multiple places, and not very gracefully, e.g. deciding whether a key needs to be base64 decoded or not.

It'd be great if this could be specified on a provider level.