Skip to content

Commit d768dce

Browse files
Adding override note
1 parent 3503e0e commit d768dce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

administration/configuring-fluent-bit/yaml/pipeline-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Output plugins that support outgoing `OAuth 2.0` authentication can expose the f
185185
| `oauth2.token_url` | Token endpoint URL. | _none_ |
186186
| `oauth2.client_id` | Client ID. | _none_ |
187187
| `oauth2.client_secret` | Client secret. | _none_ |
188-
| `oauth2.client_secret_file` | Optional client_secret file path. | _none_ |
188+
| `oauth2.client_secret_file` | Optional client_secret file path. Overrides `oauth2.client_secret`. | _none_ |
189189
| `oauth2.scope` | Optional scope parameter. | _none_ |
190190
| `oauth2.audience` | Optional audience parameter. | _none_ |
191191
| `oauth2.resource` | Optional resource parameter. | _none_ |

pipeline/outputs/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The _HTTP_ output plugin lets you flush your records into an HTTP endpoint. It i
3838
| `oauth2.auth_method` | `OAuth 2.0` client authentication method. Supported values: `basic`, `post`, `private_key_jwt`. | `basic` |
3939
| `oauth2.client_id` | `OAuth 2.0` client ID. | _none_ |
4040
| `oauth2.client_secret` | `OAuth 2.0` client secret. | _none_ |
41-
| `oauth2.client_secret_file` | Optional `OAuth 2.0` client_secret file path. | _none_ |
41+
| `oauth2.client_secret_file` | Optional `OAuth 2.0` client_secret file path. Overrides `oauth2.client_secret`.| _none_ |
4242
| `oauth2.connect_timeout` | Connect timeout for `OAuth 2.0` token requests. | `0s` |
4343
| `oauth2.enable` | Enable `OAuth 2.0` client credentials for outgoing requests. | `false` |
4444
| `oauth2.jwt_aud` | Audience for `private_key_jwt` JSON Web Token (JWT) assertion. Defaults to the value of `oauth2.token_url` when not set. | _none_ |

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pipeline:
124124
| `oauth2.auth_method` | `OAuth 2.0` client authentication method. Supported values: `basic`, `post`, `private_key_jwt`. | `basic` |
125125
| `oauth2.client_id` | `OAuth 2.0` client ID. | _none_ |
126126
| `oauth2.client_secret` | `OAuth 2.0` client secret. | _none_ |
127-
| `oauth2.client_secret_file` | Optional `OAuth 2.0` client_secret file path. | _none_ |
127+
| `oauth2.client_secret_file` | Optional `OAuth 2.0` client_secret file path. Overrides `oauth2.client_secret`. | _none_ |
128128
| `oauth2.connect_timeout` | Connect timeout for `OAuth 2.0` token requests. | `0s` |
129129
| `oauth2.enable` | Enable `OAuth 2.0` client credentials for outgoing requests. | `false` |
130130
| `oauth2.jwt_aud` | Audience for `private_key_jwt` JSON Web Token (JWT) assertion. Defaults to the value of `oauth2.token_url` when not set. | _none_ |

0 commit comments

Comments
 (0)