• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / stash / 20475595066 / 1
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 24 Dec 2025 01:25AM UTC
Files 22
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Dec 2025 01:24AM UTC coverage: 83.78% (+0.4%) from 83.43%
20475595066.1

push

github

web-flow
feat: implement secrets vault with encrypted storage (#45)

* docs: add secrets vault implementation plan

Related to encrypted secrets storage feature

* docs: simplify secrets plan to unified API approach

- Same /kv/* API with ?secret=true flag
- Same table with secret boolean column
- Less code duplication, simpler mental model

* docs: switch to path-based secret detection

- secrets/ segment in path = encrypted automatically
- supports nested paths: app/secrets/foo, blah/secrets/bar
- no schema change needed, same API
- permissions use standard prefix patterns

* docs: require explicit permission grant for secrets

- wildcards like app/* do NOT match app/secrets/*
- even * does not grant secrets access
- must explicitly add secrets-containing prefix
- secure by default, opt-in for secrets

* docs: add lock icon SVG to iteration 6

* feat: implement secrets vault with encrypted storage

- add crypto.go with NaCl secretbox + Argon2id encryption
- path-based secret detection (keys containing secrets segment)
- SecretsFilter enum for list filtering (all/secrets/keys)
- explicit permission model - wildcards do not grant secrets access
- 400 error when secrets path used but key not configured
- lock icon in web UI for secret keys
- update documentation (README.md, CLAUDE.md)

Related to secrets-vault plan

* test(e2e): add secrets vault UI tests

- lock icon visibility for secret keys
- permission enforcement (user without secrets access)
- card view lock icon display
- scoped secrets access verification

* feat(web): add secrets filter toggle (All/Secrets/Keys)

- add SecretsFilter enum with Next() and Label() methods
- add filter button in header (only when secrets enabled)
- cycles through All → Secrets → Keys → All
- refactor handleKeyList to use getListParams helper (reduces complexity)
- add e2e test for filter toggle functionality
- fix SecretsEnabledFunc in all test mocks

* refactor: address code review findings for secrets vault

- fix build... (continued)

3125 of 3730 relevant lines covered (83.78%)

81.67 hits per line

Source Files on job 20475595066.1
  • Tree
  • List 22
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20475595066
  • bc2506af on github
  • Prev Job for on master (#20451644677.1)
  • Next Job for on master (#20476125246.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc