authentication

Version

Credentials for HTTP Basic Authentication. An Authorization header built from them is added to every request the HTTP client sends to the backend.

Syntax

authentication:
password: <string> # required
username: <string> # required
authentication:
  password: <string> # required
  username: <string> # required

Attributes

NameRequiredDefaultDescriptionExamples
passwordtrue-Password used for HTTP Basic Authentication.secret
usernametrue-Username used for HTTP Basic Authentication.user

Can be used in