Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Mar 14, 2024
1 parent 541cd6f commit fd92048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can configuree the Bolt action using inputs. Here is an example of how to co
with:
mode: 'audit'
default_policy: 'block-all'
allow-http: 'false'
allow_http: 'false'
egress_rules: |
- name: 'Allow GitHub subs'
destination: '*.github.com'
Expand All @@ -44,7 +44,7 @@ You can configuree the Bolt action using inputs. Here is an example of how to co
---------------------------------|---------------------------------
| `mode` | Configure the mode of operation for the Bolt gateway. It can be `audit` or `active`. Default: `audit` |
| `default_policy` | It can be either `block-all` or `allow-all`. Default: `block-all` |
| `allow-http` | Whether to allow non-secure HTTP requests or not. Default: `false`
| `allow_http` | Whether to allow non-secure HTTP requests or not. Default: `false`
| `egress_rules` | A list of custom egress rules to be applied. Default: `[]`.

## Custom Egress Policy
Expand All @@ -68,7 +68,7 @@ It is an ordered list of rules. The first rule that matches the destination will
with:
mode: 'audit'
default_policy: 'block-all'
allow-http: 'false'
allow_http: 'false'
egress_rules: |
- name: 'Allow GitHub subdomains'
destination: '*.github.com'
Expand Down

0 comments on commit fd92048

Please sign in to comment.