You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs-dev/user-guide/managing-piped/configuration-reference.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ Must be one of the following structs:
201
201
| Field | Type | Description | Required |
202
202
|-|-|-|-|
203
203
| type | string | Which management method should be used. Default is `KEY_PAIR`. | Yes |
204
-
| config |[SecretManagementConfig](#secretmanagementconfig)|Configration for using secret management method. | Yes |
204
+
| config |[SecretManagementConfig](#secretmanagementconfig)|Configuration for using secret management method. | Yes |
205
205
206
206
## SecretManagementConfig
207
207
@@ -248,7 +248,7 @@ Must be one of the following structs:
248
248
| Field | Type | Description | Required |
249
249
|-|-|-|-|
250
250
| name | string | The name of the receiver. | Yes |
251
-
| slack |[NotificationReciverSlack](#notificationreceiverslack)| Configuration for slack receiver. | No |
251
+
| slack |[NotificationReceiverSlack](#notificationreceiverslack)| Configuration for slack receiver. | No |
252
252
| webhook |[NotificationReceiverWebhook](#notificationreceiverwebhook)| Configuration for webhook receiver. | No |
253
253
254
254
#### NotificationReceiverSlack
@@ -258,10 +258,10 @@ Must be one of the following structs:
258
258
| hookURL | string | The hookURL of a slack channel. | Yes |
259
259
| oauthToken | string |[The token for Slack API use.](https://api.slack.com/authentication/basics) (deprecated)| No |
260
260
| oauthTokenData | string | Base64 encoded string of [The token for Slack API use.](https://api.slack.com/authentication/basics)| No |
261
-
| oauthTokenFile | string | The path to the oautoken file | No |
261
+
| oauthTokenFile | string | The path to the oauthToken file | No |
262
262
| channelID | string | The channel id which slack api send to. | No |
263
-
| mentionedAccounts |[]string | The accounts to which slack api referes. This field supports both `@username` and `username` writing styles.| No |
264
-
| mentionedGroups |[]string | The groups to which slack api referes. This field supports both `<!subteam^groupname>` and `groupname` writing styles.| No |
263
+
| mentionedAccounts |[]string | The accounts to which slack api refers. This field supports both `@username` and `username` writing styles.| No |
264
+
| mentionedGroups |[]string | The groups to which slack api refers. This field supports both `<!subteam^groupname>` and `groupname` writing styles.| No |
Copy file name to clipboardExpand all lines: docs/content/en/docs-v1.0.x/user-guide/managing-piped/configuration-reference.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ Must be one of the following structs:
206
206
| Field | Type | Description | Required |
207
207
|-|-|-|-|
208
208
| type | string | Which management method should be used. Default is `KEY_PAIR`. | Yes |
209
-
| config | [SecretManagementConfig](#secretmanagementconfig) | Configration for using secret management method. | Yes |
209
+
| config | [SecretManagementConfig](#secretmanagementconfig) | Configuration for using secret management method. | Yes |
210
210
211
211
## SecretManagementConfig
212
212
@@ -253,7 +253,7 @@ Must be one of the following structs:
253
253
| Field | Type | Description | Required |
254
254
|-|-|-|-|
255
255
| name | string | The name of the receiver. | Yes |
256
-
| slack | [NotificationReciverSlack](#notificationreceiverslack) | Configuration for slack receiver. | No |
256
+
| slack | [NotificationReceiverSlack](#notificationreceiverslack) | Configuration for slack receiver. | No |
257
257
| webhook | [NotificationReceiverWebhook](#notificationreceiverwebhook) | Configuration for webhook receiver. | No |
258
258
259
259
#### NotificationReceiverSlack
@@ -263,10 +263,10 @@ Must be one of the following structs:
263
263
| hookURL | string | The hookURL of a slack channel. | Yes |
264
264
| oauthToken | string | [The token for Slack API use.](https://api.slack.com/authentication/basics) (deprecated)| No |
265
265
| oauthTokenData | string | Base64 encoded string of [The token for Slack API use.](https://api.slack.com/authentication/basics) | No |
266
-
| oauthTokenFile | string | The path to the oautoken file | No |
266
+
| oauthTokenFile | string | The path to the oauthToken file | No |
267
267
| channelID | string | The channel id which slack api send to. | No |
268
-
| mentionedAccounts | []string | The accounts to which slack api referes. This field supports both `@username` and `username` writing styles.| No |
269
-
| mentionedGroups | []string | The groups to which slack api referes. This field supports both `<!subteam^groupname>` and `groupname` writing styles.| No |
268
+
| mentionedAccounts | []string | The accounts to which slack api refers. This field supports both `@username` and `username` writing styles.| No |
269
+
| mentionedGroups | []string | The groups to which slack api refers. This field supports both `<!subteam^groupname>` and `groupname` writing styles.| No |
0 commit comments