diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-04-03 05:29:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 05:29:45 -0700 |
| commit | a4a1d2f561eac609403f0db7d31d764daaea3b00 (patch) | |
| tree | 238c44b6f26eb65bf7bb21832a232c0f9c669dec | |
| parent | 20354e3ff075fe5b8c27b981f9fd7df846d32b63 (diff) | |
| parent | fef24fa37cfa0e606d2c2b3863884c50df17d1af (diff) | |
Merge pull request #4675 from nikhita/wg-policy-prototype
sig-auth: add wg-policy-prototypes repo
| -rw-r--r-- | sig-auth/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-auth/README.md b/sig-auth/README.md index b27318cd..ac9578b2 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -125,6 +125,7 @@ Node identity management (co-owned with sig-lifecycle), and authorization restri ### policy-management API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. - **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/wg-policy-prototypes/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/imagepolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/policy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/policy/OWNERS @@ -473,6 +473,7 @@ sigs: description: | API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. owners: + - https://raw.githubusercontent.com/kubernetes-sigs/wg-policy-prototypes/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/imagepolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/policy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/policy/OWNERS |
