From 99ef2067d28360ee55e8a8a046e87080621c7cce Mon Sep 17 00:00:00 2001 From: Nico Esteves Date: Thu, 25 Jul 2019 02:27:29 +0200 Subject: [PATCH] lambda-sign-ssh-key: Added base64 option to README --- lambda/sign-ssh-key/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lambda/sign-ssh-key/README.md b/lambda/sign-ssh-key/README.md index 9dab65d..a539a7d 100644 --- a/lambda/sign-ssh-key/README.md +++ b/lambda/sign-ssh-key/README.md @@ -75,6 +75,9 @@ the corresponding prefix Note that `secret-manager://` and `ssm://` with a wildcard will expand to a json object. +The private key contains new lines which can be an issue with some tools to set the value in Secrets Manager or SSM so +you can base64 encode it before saving to avoid the issue. + ## Deploying The lambda function does not need any particular permissions. If you use KMS, Secrets Manager or SSM the lambda needs