This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Releases: ergon/airlock-minikube-example
Releases · ergon/airlock-minikube-example
v4.3.0
v4.2.0
v4.1.0
v4.0.1
v4.0.0
Changes
- Readme improved
- Airlock Microgateway updated to version 3.0.0
- Airlock IAM updated to version latest-7.5
- New readinessProbe and livenessProbe configured
- IAM configuration improved and updated to version 7.5
- Replaced the configured artefacts with the new ones for IAM 7.5
- Mapping templates
- OpenAPI specification file
- Database schema
- Improved the Microgateway configuration
v3.2.0
Changes
- Files for echoserver reorganized
- Updating to Airlock Microgateway Helm Chart version 2.2.1
- Naming for repoURL and targetRevision aligned
- Configured a license for IAM-Microgateway
- Changed the way to configure the Microgateway. Moved the DSL in a configMap which is referenced by the Helm Chart with 'dslConfigMap'
- Simplified the Microgateway configuration.
- Create the possibility to configure ArgoCD syncPolicy for all applications.
v3.1.0
Improved load generator and misc changes
- Reduced the load generated by the load generator
- Added X-Forwarded-For IPs in load generator scenario
- Adjusted Microgateway configuration to extract client's IP from X-Forwarded-For header
- Modified the Elasticsearch ingest pipeline to add the field geoip_location in order to visualize the client origin in the map in Kibana.
- Extended the load generator with additional requests to generate other HTTP status codes.
- Additional users added to the example project. The load generator is using them.
- Fix in Readme
- Cleanup in Elasticsearch configuration files
v3.0.0
Argocd (#40) Revised Airlock Minikube Example with ArgoCD * ArgoCD is used to bootstrap/deploy the example * The Example can be deployed in three different scenarios * If available, the components are deployed with the Helm Chart * Added a load generator to the example Co-authored-by: Stefan Dietiker <[email protected]>