pepr icon indicating copy to clipboard operation
pepr copied to clipboard

Type safe K8s middleware for humans

Results 72 pepr issues
Sort by recently updated
recently updated
newest added

### Describe what should be investigated or refactored Identify parts of Pepr that are not strongly typed. ### Links to any relevant code ALL ### Additional context Add any other...

tech-debt

### Describe what should be investigated or refactored Should be an e2e test for the watcher to ensure the event types coming back from Kubernetes Watch correspond to the Event...

tech-debt

### Is your feature request related to a problem? Please describe. Currently pepr will add an annotation upon successful mutation of a k8s object. This happens via [updateStatus](https://github.com/defenseunicorns/pepr/blob/0cfb3589e745d0f297c020b1dea04b989c51d1e1/src/lib/mutate-processor.ts#L64-L74) and is...

enhancement

### Is your feature request related to a problem? Please describe. you have a system of callbacks that produce logs. The callbacks are anonymous, so debugging which log comes from...

enhancement

### Is your feature request related to a problem? Please describe. I'd like to be able to use a Pepr CLI command to pull easy-to-read Pepr Controller logs from a...

enhancement

### Is your feature request related to a problem? Please describe. Consider a more secure, more minimal base image as small as possible

enhancement

Tracking for visibility purposes.. Tracking issue for: - [ ] https://github.com/defenseunicorns/pepr/security/code-scanning/21

### Is your feature request related to a problem? Please describe. Periodic scans against existing resources against policy. Should probably use Pepr's `watch` **The primary risk** - if there are...

enhancement

### Environment https://github.com/defenseunicorns/pepr/security/code-scanning ### Steps to reproduce 1. ### Expected result ### Actual Result ### Visual Proof (screenshots, videos, text, etc) ### Severity/Priority ### Additional Context Add any other context...

Personal experience -- and Issues like [#530](https://github.com/defenseunicorns/pepr/issues/530) -- have shown that the way NPX deals with versions of installed binaries tends to surprise people: - `npx pepr` installs the most...