Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Oct 18, 2024
1 parent cd60ec6 commit a804960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/_src/introduction/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Resources are most commonly represented in yaml format.

## Policy

Policies are a specific type of resources that controls the behaviour, security and communication of applications running inside your service mesh.
Policies are a specific type of resources that controls the behaviour and communication of applications running inside your service mesh.
They can enable traffic management, security, observability and traffic reliability.

Policies always have a clear specific area of impact and goal.
Expand Down
3 changes: 2 additions & 1 deletion app/_src/policies/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ spec:
plain: '{"start_time": "%START_TIME%"}'
path: "/tmp/logs.txt"
```
{% endpolicy_yaml accesslog_inbound_example %}
{% endpolicy_yaml %}
{% policy_yaml accesslog_inbound_example %}
```yaml
type: MeshAccessLog
name: example-inbound
Expand Down
2 changes: 1 addition & 1 deletion app/_src/policies/meshloadbalancingstrategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ there is already a hash generated, the hash is returned immediately, ignoring th
- **`name`** - the name of the request header that will be used to obtain the hash key.
- **`cookie`**:
- **`name`** - the name of the cookie that will be used to obtain the hash key.
- **`ttl`** - (optional) if specified, a cookie with the time to live will be generated if the cookie is not present.
- **`ttl`** - (optional) if specified, a cookie with this _time to live_ will be generated if the cookie is not present.
- **`path`** - (optional) the name of the path for the cookie.
- **`connection`**:
- **`sourceIP`** - if true, then hashing is based on a source IP address.
Expand Down

0 comments on commit a804960

Please sign in to comment.