Skip to content

Commit 3725b10

Browse files
Pierre-Alain SIMONGopher Bot
authored andcommitted
BUILD/MINOR: specification: Add missing type definition for User object in userlist
1 parent 9e8a97f commit 3725b10

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
@@ -4442,6 +4442,7 @@ definitions:
44424442
- secure_password
44434443
- password
44444444
title: User
4445+
type: object
44454446
users:
44464447
title: Users
44474448
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)