-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f93b6ad
commit 4bbde13
Showing
170 changed files
with
8,488 additions
and
3,190 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
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,4 @@ | ||
-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7tOwpTZo/Jh2kV4wynwYd+yFcRha | ||
fhQ8lbzW0QuV8BO7421sa0N/AnYhEnlFrCmGrAMDW2i6RQWTfbFUGh32eA== | ||
-----END PUBLIC KEY----- |
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,10 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
|
||
secretGenerator: | ||
- name: airlock-microgateway-cosign-public-key | ||
files: | ||
- cosign.pub |
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,8 +1,3 @@ | ||
# Description | ||
The following folder contain the Kubernetes manifest files needed to deploy the Airlock Microgateway. | ||
* `charts`: Contains Helm charts for certain Airlock Microgateway components | ||
* `cni`: Contains example Kustomize folders and `values.yaml` files for deploying the Airlock Microgateway CNI plugin into different environments | ||
* `crd-rbac`: Contains the Kubernetes ClusterRoles | ||
* `crds`: Contains the Airlock Microgateway CustomResourceDefinitions | ||
* `deployment`: Contains the Kubernetes manifest files to deploy and run the Airlock Microgateway Operator | ||
* `operator-installation`: Contains a kustomization file to easily deploy `crds`, `crd-rbac` and `deployment` at once | ||
* `charts`: Contains Helm charts for Airlock Microgateway |
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 |
---|---|---|
|
@@ -21,3 +21,7 @@ | |
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
|
||
# Helm unit tests | ||
/tests | ||
/validation |
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,11 +1,39 @@ | ||
apiVersion: v2 | ||
name: airlock-microgateway-cni | ||
name: microgateway-cni | ||
description: A Helm chart for deploying the Airlock Microgateway CNI plugin | ||
type: application | ||
home: https://www.airlock.com/microgateway | ||
version: "0.2.0" | ||
appVersion: "4.1.7" | ||
home: https://www.airlock.com/en/microgateway | ||
version: "4.2.0" | ||
appVersion: "4.2.0" | ||
annotations: | ||
charts.openshift.io/name: Airlock Microgateway CNI | ||
artifacthub.io/category: security | ||
artifacthub.io/links: | | ||
- name: Airlock Microgateway Documentation | ||
url: https://docs.airlock.com/microgateway/4.2/ | ||
- name: Airlock Microgateway Labs | ||
url: https://play.instruqt.com/airlock/invite/hyi9fy4b4jzc?icp_referrer=artifacthub.io | ||
- name: Airlock Microgateway Forum | ||
url: https://forum.airlock.com/ | ||
artifacthub.io/license: MIT | ||
sources: | ||
- https://github.com/airlock/microgateway | ||
icon: https://raw.githubusercontent.com/airlock/microgateway/main/media/icon.svg | ||
keywords: | ||
- WAF | ||
- Web Application Firewall | ||
- WAAP | ||
- Web Application and API protection | ||
- OWASP | ||
- Airlock | ||
- Microgateway | ||
- Security | ||
- Filtering | ||
- DevSecOps | ||
- shift left | ||
- CNI | ||
maintainers: | ||
- email: [email protected] | ||
name: Airlock | ||
url: https://www.airlock.com/ | ||
kubeVersion: ">=1.25.0-0" |
Oops, something went wrong.