support config rules for masking fields
Open
enhancement
in progress
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
when showing diffs (--diff-changes) some users want to be able to mask values of Secrets (v1/Secret). let's add diffFieldMaskRules to config:
```yaml
apiVersion: kapp.k14s.io/v1alpha1
kind: Config
diffFieldMaskRules:
- path: [data]
resourceMatchers:
- apiVersionKindMatcher:
apiVersion: v1
kind: Secret
```
Contributor guide
Assessment
This issue has not been assessed yet.