AWS secrets manager replaced newlines with spaces when storing the private key Returns private key with newlines instead of spaces outside of header and footer.
AWS secrets manager replaced newlines with spaces when storing the private key Returns private key with newlines instead of spaces outside of header and footer.
(get-secret aws-user secret-id)
(list-secrets aws-user)
(random-password aws-user)
(secrets-manager aws-user)
(update-secret! aws-user secret-id new-value)
(update-secret! aws-user secret-id new-value dry-run?)
Defaults to dry-run? true
Defaults to dry-run? true
(values secret m)
(values aws-user secret-id m)
Read m
s values from the given secret and return a map with m
s keys.
Read `m`s values from the given secret and return a map with `m`s keys.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |