Files
plugin-drone-ksm/dockerhub-overview.md
Stas Schaller 5dd14e97cd fix: exclude internal dev files from Docker image and git tracking
- Add .claude/, CLAUDE.md, and non-README *.md to .dockerignore to
  prevent internal tooling files from being included in published image
- Add .claude/ to .gitignore to prevent accidental commits of local config
- Add dockerhub-overview.md for Docker Hub repository description
2026-04-24 14:12:29 -04:00

725 B

Keeper Secrets Manager Harness Plugin

Retrieve secrets from Keeper Vault directly into your Harness CI pipeline steps at runtime — no secrets stored in Harness, no plaintext in pipeline configs.

Documentation

For setup and usage, visit the GitHub repository.

How to Use This Image

step:
  type: Plugin
  spec:
    image: keeper/harness-plugin:latest
    settings:
      ksm_config: <+secrets.getValue("Keeper_Config_Secret")>
      secrets: |
        RECORD_UID/field/password > DB_PASSWORD

Support and Feedback

For support or bug reports, file an issue on our GitHub page.