The table below provides an overview of the different exercises and their main goal.
Exercise | Goal |
---|---|
Deploy the Microgateway and get familiar with its components. | |
Configure the Microgateway to protect a simple backend service. | |
Configure Readiness and Liveness Probes of Microgateway correctly. | |
The protected backend has some text fields in HTML forms where user input could lead to false-positives. Because of that, the Microgateway configuration must be extended with deny rule exceptions. | |
Configure the Microgateway to protect a backend service by enforcing an OpenAPI spec. | |
Configure the Microgateway to publish metrics. Prometheus scrapes those metrics and Grafana will visualize them. | |
Configure the Microgateway to protect a simple backend service with session handling enabled. | |
Configure the Microgateway to enforce upfront authentication for a backend service. |