4. Transports and Clients

authentication

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

Can be used in:

httpClientConfig

Attributes

NameRequiredDefaultDescriptionExamples
password true - Password used for HTTP Basic Authentication.
secret
username true - Username used for HTTP Basic Authentication.
user