summaryrefslogtreecommitdiff
path: root/aws/kms.go
AgeCommit message (Collapse)Author
2023-03-19fix new lint errorsDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2023-03-12Bump to v4 moduleDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2019-11-13Export /v3 from go moduleDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2019-05-02Linting more (and fixing more)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2019-03-23fix spellingDave Henderson
Co-Authored-By: jbialy <6475833+jbialy@users.noreply.github.com>
2019-03-23abstract KMS client so that it's easier to testJanusz Bialy
2019-03-23handle base64 encode errorsJanusz Bialy
2019-03-23use gomplate implementation of base64 enc/decJanusz Bialy
2019-03-23fixmie bot suggestions :DJanusz Bialy
2019-03-23finish the encryption/decryption functionsJanusz Bialy
2019-03-23use the actual crypto methods :/Janusz Bialy
2019-03-23add KMS structJanusz Bialy
2019-03-23add KMS encryption and decryptionJanusz Bialy