vscode-kmsVS Code extension to encrypt and decrypt secrets using AWS KMS. FeaturesTo encrypt something, simply select the text you want to encrypt, and then call the The decryption operation works similarly, just select the encrypted text and call the RequirementsYou'll need your AWS credentials correctly configured in your system as if it were the AWS CLI. InstallationThis extension is available in the VSCode Extensions Marketplace, here. Extension SettingsThis extension contributes the following settings:
Known Issues-- TODO
Release NotesSee the releases page. DevelopmentLocal developmentIf you want to make changes to to this module you can check out the source code locally and run the extention in VSCode by opening the repo in VSCode, running Valuable output is reported in the More info: https://code.visualstudio.com/api/working-with-extensions/testing-extension#debugging-the-tests PublisingOnce the extention is tested and ready to export you need to run the following commands:
The publish command requires a token which you can find in this portal. After its published you can More info: https://code.visualstudio.com/api/working-with-extensions/publishing-extension |