Skip to content

Commit

Permalink
Canary plugin added periods
Browse files Browse the repository at this point in the history
Canary plugin added periods for formatting
  • Loading branch information
GayleNeumann authored Mar 20, 2020
1 parent 846bc66 commit 7acf0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/_hub/kong-inc/canary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ params:
default: consumer
value_in_examples:
description: |
Entity to be used for hashing. Options: `consumer`, `ip`, `whitelist`, `blacklist`, or `none`. Please make sure when using `consumer` or `ip`, to properly set the settings for trusted ips (see settings `trusted_ips` and `real_ip_header` in the Kong config file)
Entity to be used for hashing. Options: `consumer`, `ip`, `whitelist`, `blacklist`, or `none`. Please make sure when using `consumer` or `ip`, to properly set the settings for trusted ips (see settings `trusted_ips` and `real_ip_header` in the Kong config file.)
- name: groups
required:
default:
value_in_examples:
description: |
An array (of strings) with the groupnames that are white/blacklisted. Set `hash` to either `whitelist` (the listed groups
go into the canary) or `blacklist` (the listed groups will NOT go into the canary)
go into the canary) or `blacklist` (the listed groups will NOT go into the canary.)
---

Expand Down

0 comments on commit 7acf0cf

Please sign in to comment.