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 30, 2024
1 parent a0c3922 commit b5f3e64
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 @@ -2285,9 +2285,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 @@ -2613,9 +2610,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 @@ -213,9 +213,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 b5f3e64

Please sign in to comment.