Skip to content

Commit a69dda9

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

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
@@ -4193,6 +4193,7 @@ definitions:
41934193
- secure_password
41944194
- password
41954195
title: User
4196+
type: object
41964197
users:
41974198
title: Users
41984199
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)