0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go8 forks (8 forks)auto 404
enhancementhelp wantedquestion
Repository metrics
- Stars
- 74 stars (74 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Instead of using shell, find a native way of working with kubeseal from Go.
Contributor guide
- Research direction
- Inspect the current shell based implementation in pkg/kubeseal convert/internal/kubeseal.go. Research Go libraries provided by kubeseal or sealed secrets to interact with the kubeseal command natively. Evaluate the library's API, dependencies, and error handling. Implement the replacement in Go, ensuring tests pass and coverage is maintained.
- Tech stack
- go
- Domain
- clibackend
- Issue type
- Refactor
- Prerequisites
- GitGo