From f969440c2783e27a865b6a224f4722ad8c87cfcc Mon Sep 17 00:00:00 2001 From: jubeergon Date: Fri, 3 Jul 2020 14:54:42 +0000 Subject: [PATCH] Automated README generation --- charts/microgateway/README.md | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/charts/microgateway/README.md b/charts/microgateway/README.md index 32675e42..9e9c6a15 100644 --- a/charts/microgateway/README.md +++ b/charts/microgateway/README.md @@ -344,15 +344,15 @@ By default, the Airlock Microgateway is configured with the [Simple DSL configur entry_path: / operational_mode: integration deny_rules: - level: strict - exceptions: - - parameter_name: - pattern: ^content$ - ignore_case: true - path: - pattern: ^/mail/ - method: - pattern: ^POST$ + - level: strict + exceptions: + - parameter_name: + pattern: ^content$ + ignore_case: true + path: + pattern: ^/mail/ + method: + pattern: ^POST$ backend: protocol: https hostname: custom-backend-service @@ -408,20 +408,20 @@ The use cases outlined above can also occur slightly differently. But all of the operational_mode: integration session_handling: enforce_session deny_rules: - level: standard - exceptions: - - parameter_name: - pattern: ^content$ - ignore_case: true - path: - pattern: ^/mail/ - method: - pattern: ^POST$ + - level: standard + exceptions: + - parameter_name: + pattern: ^content$ + ignore_case: true + path: + pattern: ^/mail/ + method: + pattern: ^POST$ - name: api entry_path: /api/ session_handling: ignore_session deny_rules: - level: strict + - level: strict openapi: spec_file: /config/virtinc_api_openapi.json backend: @@ -513,7 +513,7 @@ This works for all three DSL of the above configuration setups (simple, advanced mapping: operational_mode: "@@ALG_CFG_OPERATIONAL_MODE@@" deny_rules: - log_only: "@@ALG_CFG_LOG_ONLY@@" + - log_only: "@@ALG_CFG_LOG_ONLY@@" ``` Finally, apply the Helm chart configuration file with `-f` parameter.