Syntax
authentication:
password: <string> # required
username: <string> # requiredauthentication: password: <string> # required username: <string> # required
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| password | true | - | Password used for HTTP Basic Authentication. | secret |
| username | true | - | Username used for HTTP Basic Authentication. | user |