Path: blob/main/docs/sources/shared/flow/reference/components/basic-auth-block.md
4096 views
---
---
Name | Type | Description | Default | Required |
---|---|---|---|---|
username | string | Basic auth username. | no | |
password | secret | Basic auth password. | no | |
password_file | string | File containing the basic auth password. | no |
password
and password_file
are mutually exclusive and only one can be provided inside of a basic_auth
block.