Introducing Secret Editor, a modern, lightweight desktop app for managing AWS Secrets Manager across Mac, Windows, and Linux. With a user-friendly interface, you can effortlessly create, edit, and save JSON secrets with syntax validation. Built for simplicity and efficiency, it's your go-to tool for handling secrets securely, wherever you are.
Secret Editor - Your Cross-Platform AWS Secrets Manager Tool
Secret Editor is a sleek, lightweight, and user-friendly desktop application designed for managing AWS Secrets Manager across Mac, Windows, and Linux environments. With its intuitive interface and powerful features, Secret Editor enables you to create, edit, and organize your secrets with ease and efficiency.
Key Features
- Create New Secrets: Quickly set up new blank secrets when you need to store sensitive information.
- View Available Secrets: Effortlessly list and access the secrets associated with your current AWS account.
- JSON Editing: Edit and save JSON-formatted secrets with syntax validation, ensuring that your data remains accurate and secure.
- Lightweight and Fast: Built using Webview2 and Wails, this application is optimized for a smooth user experience without the overhead of embedded browsers.
- Visually Engaging UI: Designed with a modern aesthetic utilizing technologies like shadcn vue and CodeMirror, making it visually appealing and easy to navigate.
Getting Started
Ready to simplify your AWS Secrets management? Download Secret Editor for free from the releases page and start managing your secrets with confidence.
Requirements
To ensure seamless integration with AWS, make sure to set up your AWS credentials in your home path similar to the AWS CLI setup. Here’s a basic JSON configuration outlining the minimum IAM permissions needed:
[
"secretsmanager:CreateSecret",
"secretsmanager:DescribeSecret",
"secretsmanager:GetSecretValue",
"secretsmanager:ListSecretVersionIds",
"secretsmanager:ListSecrets",
"secretsmanager:PutSecretValue",
"secretsmanager:UpdateSecret"
]
Future Development
We are constantly working on enhancing Secret Editor. Upcoming features include advanced warning prompts, improved credential setup, version checks for secrets, theme settings, and an option to obscure secrets when the application is out of focus.
Experience simplicity in secret management with Secret Editor today!