Skip to content

Commit

Permalink
BUG/MINOR: spec: defaults/frontend unique_id_header is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewep authored and mjuraga committed Apr 29, 2024
1 parent 4d789cb commit 5d017d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2408,9 +2408,6 @@ definitions:
x-display-name: Unique ID format
unique_id_header:
type: string
x-dependency:
unique_id_format:
required: true
x-display-name: Unique ID header
title: Defaults
type: object
Expand Down Expand Up @@ -2736,9 +2733,6 @@ definitions:
x-display-name: Unique ID format
unique_id_header:
type: string
x-dependency:
unique_id_format:
required: true
x-display-name: Unique ID header
required:
- name
Expand Down
3 changes: 0 additions & 3 deletions specification/models/configuration/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ defaults:
unique_id_header:
type: string
x-display-name: Unique ID header
x-dependency:
unique_id_format:
required: true
logasap:
type: string
enum: [enabled, disabled]
Expand Down
3 changes: 0 additions & 3 deletions specification/models/configuration/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ frontend:
unique_id_header:
type: string
x-display-name: Unique ID header
x-dependency:
unique_id_format:
required: true
accept_invalid_http_request:
type: string
enum: [enabled, disabled]
Expand Down

0 comments on commit 5d017d2

Please sign in to comment.