Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Automated README generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeergon authored and orltom committed Jul 9, 2020
1 parent 25b30bb commit f969440
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions charts/microgateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f969440

Please sign in to comment.