Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elastic/harp-plugins
Harp Plugins - It uses Harp SDK to provide new features to your secret management pipelines.
https://github.com/elastic/harp-plugins
assertion aws cel-go golang pipeline plugins secret-management terraform yubikey
Last synced: about 1 month ago
JSON representation
Harp Plugins - It uses Harp SDK to provide new features to your secret management pipelines.
- Host: GitHub
- URL: https://github.com/elastic/harp-plugins
- Owner: elastic
- License: apache-2.0
- Created: 2021-02-06T10:22:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T21:52:56.000Z (3 months ago)
- Last Synced: 2024-09-27T01:54:06.219Z (about 1 month ago)
- Topics: assertion, aws, cel-go, golang, pipeline, plugins, secret-management, terraform, yubikey
- Language: Go
- Homepage:
- Size: 736 KB
- Stars: 2
- Watchers: 242
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Harp Plugins
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/elastic/harp-plugins/graphs/commit-activity)This repository contains [harp](https://github.com/elastic/harp) plugins. These
plugins are SDK usage samples.## GA
* [harp-server](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-server) - Bundle server to expose a bundle via a HTTP / Vault / gRPC API.
* [harp-terraformer](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-terraformer) - Use to harp template engine to render Vault AppRoles / Policies to ease multiple cluster deployment from a YAML Descriptor.## Beta
* [harp-assertion](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-assertion) - Create JWT Assertion for decentralized authentication purpose.
* [harp-aws](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-aws) - AWS related container operations (Container identity via KMS, S3 publication, Cloud Secret Storage management).
* [harp-kv](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-kv) - Generic KV Store manager.
* [harp-linter](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-linter) - Use CEL language to add Bundle constraints.
* [harp-yubikey](https://github.com/elastic/harp-plugins/tree/main/cmd/harp-yubikey) - Container identity management via a Yubikey and retired key management feature.