-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
c5b16ce
commit daffb2c
Showing
9 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.tools/ | ||
website/site/ | ||
/kyverno-envoy-plugin | ||
/charts/*/charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: kyverno-lib | ||
repository: file://../kyverno-lib | ||
version: 0.1.0 | ||
digest: sha256:6d7c461dd41b61e7062e79587c46c54b4a301b58f3e5c34f0ac9626e6ba3d4ce | ||
generated: "2024-10-25T19:52:44.757128+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.helmignore | ||
ci/ | ||
README.md.gotmpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
apiVersion: v2 | ||
name: kyverno-lib | ||
description: Kyverno policies based authorization plugin for Envoy ❤️ | ||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png | ||
home: https://kyverno.github.io/kyverno-envoy-plugin | ||
|
||
type: library | ||
version: 0.1.0 | ||
appVersion: latest | ||
kubeVersion: ">=1.25.0-0" | ||
|
||
keywords: | ||
- kubernetes | ||
- kyverno | ||
- authz | ||
- policy | ||
- envoy | ||
- istio | ||
- security | ||
|
||
sources: | ||
- https://github.com/kyverno/kyverno-envoy-plugin | ||
|
||
maintainers: | ||
- name: Kyverno | ||
url: https://kyverno.io/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.