Skip to content

Commit acf5414

Browse files
Pierre-Alain SIMONmjuraga
authored andcommitted
BUILD/MINOR: specification: Add missing type definition for User object in userlist
1 parent 3a43c77 commit acf5414

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
@@ -4450,6 +4450,7 @@ definitions:
44504450
- secure_password
44514451
- password
44524452
title: User
4453+
type: object
44534454
users:
44544455
title: Users
44554456
description: HAProxy userlist users array

specification/models/configuration/userlist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ group:
4747
user:
4848
title: User
4949
description: HAProxy userlist user
50+
type: object
5051
required:
5152
- username
5253
- secure_password

0 commit comments

Comments
 (0)