Skip to content

Commit 8cf3734

Browse files
Pierre-Alain SIMONGopher Bot
authored andcommitted
BUILD/MINOR: specification: Add missing type definition for User object in userlist
1 parent a9adb6a commit 8cf3734

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
@@ -3947,6 +3947,7 @@ definitions:
39473947
- secure_password
39483948
- password
39493949
title: User
3950+
type: object
39503951
users:
39513952
title: Users
39523953
description: HAProxy userlist users array

specification/models/configuration/userlist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ group:
4141
user:
4242
title: User
4343
description: HAProxy userlist user
44+
type: object
4445
required:
4546
- username
4647
- secure_password

0 commit comments

Comments
 (0)