Configuration for basic HTTP authentication. This element can be used to configure credentials for outbound requests requiring HTTP Basic Auth. Typically used within <httpClientConfig>. XML Example: <authentication username="user" password="secret"/> YAML (experimental): authentication: username: user password: secret
Attributes
| Name | Required | Default | Description | Examples |
|---|
| password | true | - | Password used for HTTP Basic Authentication. | secret |
| username | true | - | Username used for HTTP Basic Authentication. | user |
Can be used in