Liking cljdoc? Tell your friends :D

rpm-shared.aws.secrets


fix-private-key-formatclj

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.
raw docstring

get-secretclj

(get-secret aws-user secret-id)

list-secretsclj

(list-secrets aws-user)

random-passwordclj

(random-password aws-user)

secrets-managerclj

(secrets-manager aws-user)

update-secret!clj

(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
raw docstring

valuesclj

(values secret m)
(values aws-user secret-id m)

Read ms values from the given secret and return a map with ms keys.

Read `m`s values from the given secret and return a map with `m`s keys.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close