freelens-externalsecrets-extension
v0.2.4
Published
Freelens extension for External Secrets Operator
Readme
Freelens External Secrets Extension
A Freelens extension to manage and visualize External Secrets Operator (ESO) resources.
Features
- Visualize ESO Resources: View
ExternalSecret,SecretStore, andClusterSecretStoreresources. - Manage Secrets: Easily manage and monitor the synchronization status of secrets.
- Native Freelens Experience: Seamlessly integrates with the Freelens UI for a unified Kubernetes management experience.
Installation
You can install this extension directly within Freelens:
- Open Freelens.
- Go to Extensions (
Ctrl+Shift+EorCmd+Shift+E). - Search for
freelens-externalsecrets-extensionand click install.
Or by using the direct URL:
freelens://app/extensions/install/freelens-externalsecrets-extension
Development
Prerequisites
Getting Started
Clone the repository:
git clone https://github.com/micha/freelens-externalsecrets-extension.git cd freelens-externalsecrets-extensionInstall dependencies:
pnpm installStart in development mode:
pnpm devBuild the extension:
pnpm build
License
This project is licensed under the MIT License - see the LICENSE file for details.
