Skip to content

Commit

Permalink
fix: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Sep 26, 2023
1 parent adbe39c commit 984d4f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Learn about the capabilities of this extension in our [Reliability Hub](https://

## Configuration

| Environment Variable | Helm value | Meaning | required |
|-------------------------------------------------------------|-----------------------------------------|--------------------------------------------------------------------------------------------------|----------|
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_NAME` | `kong.name` | Name of the kong instance | yes |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_ORIGIN` | `kong.origin` | Url of the kong admin interface | yes |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_HEADER_KEY` | `kong.headerKey` | Optional header key to send to the Kong admin API. Typically used for authentication purposes. | no |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_HEADER_VALUE` | `kong.headerValue` | Optional header value to send to the Kong admin API. Typically used for authentication purposes. | no |
| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_SERVICE` | `discovery.attributes.excludes.service` | Comma separated list of service names to exclude from discovery. | no |
| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_ROUTE` | `discovery.attributes.excludes.route` | Comma separated list of service names to exclude from discovery. | no |
| Environment Variable | Helm value | Meaning | required |
|-------------------------------------------------------------|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------|----------|
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_NAME` | `kong.name` | Name of the kong instance | yes |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_ORIGIN` | `kong.origin` | Url of the kong admin interface | yes |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_HEADER_KEY` | `kong.headerKey` | Optional header key to send to the Kong admin API. Typically used for authentication purposes. | no |
| `STEADYBIT_EXTENSION_KONG_INSTANCE_<n>_HEADER_VALUE` | `kong.headerValue` | Optional header value to send to the Kong admin API. Typically used for authentication purposes. | no |
| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_SERVICE` | `discovery.attributes.excludes.service` | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no |
| `STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_ROUTE` | `discovery.attributes.excludes.route` | List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" | no |

The extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).

Expand Down

0 comments on commit 984d4f8

Please sign in to comment.