diff --git a/docs/content/en/docs-v1.0.x/user-guide/managing-piped/configuration-reference.md b/docs/content/en/docs-v1.0.x/user-guide/managing-piped/configuration-reference.md index 3814ca280f..c6c0ffe930 100644 --- a/docs/content/en/docs-v1.0.x/user-guide/managing-piped/configuration-reference.md +++ b/docs/content/en/docs-v1.0.x/user-guide/managing-piped/configuration-reference.md @@ -6,273 +6,168 @@ description: > Learn about all the configurable fields in the `piped` configuration file. --- ->**Note:** ->PipeCD v1 documentation is still a work in progress. We are updating this configuration reference. -> Until then, [see configurable fields for the piped configuration file for v0.55](../../../docs-v0.55.x/user-guide/managing-piped/configuration-reference.md), and if you have any questions, [reach out to us](../../../../../../README.md#community-and-development) using one of our communication channels. ->Happy PipeCDing! +This page describes all configurable fields for the Piped (`piped.config`) configuration file in PipeCD v1. - +| --- | --- | --- | --- | +| `url` | string | The URL where notification event will be sent to. | Yes | +| `signatureKey` | string | The HTTP header key used to store the configured signature in each event. Default is "PipeCD-Signature". | No | +| `signatureValue` | string | The value of signature included in header of each event request. It can be used to verify the received events. | No | +| `signatureValueFile` | string | The path to the signature value file. | No | +