* move tempaltes * update scripts * bump for test * print some info * move some more files * see what is taking so long * remove time * simple->LB * CRLF->LF * handle both LF and CRLF * bumps
43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
- variable: basicAuth
|
|
label: basicAuth
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: basicAuthEntry
|
|
label: ""
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: name
|
|
label: Name
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: users
|
|
label: Users
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: usersEntry
|
|
label: ""
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: username
|
|
label: Username
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|
|
- variable: password
|
|
label: Password
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: ""
|