Skip to content

Commit f7b6b46

Browse files
author
Pierre-Alain SIMON
committed
BUILD/MINOR: specification: Add missing type definition for User object in userlist
1 parent 2436d59 commit f7b6b46

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specification/build/haproxy_spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,6 +3442,7 @@ definitions:
34423442
- secure_password
34433443
- password
34443444
title: User
3445+
type: object
34453446
users:
34463447
title: Users
34473448
description: HAProxy userlist users array

specification/models/configuration/userlist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ group:
2727
user:
2828
title: User
2929
description: HAProxy userlist user
30+
type: object
3031
required:
3132
- username
3233
- secure_password

0 commit comments

Comments
 (0)