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 and bean