Skip to content

Commit

Permalink
use enum for tls min version. fix friendly name (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored Oct 15, 2021
1 parent 4a20905 commit 57cb7d1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions plugins/http.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plugin Info
version: 0.0.1
version: 0.0.2
title: HTTP
description: HTTP Input
min_stanza_version: 1.2.10
Expand Down Expand Up @@ -75,9 +75,13 @@ parameters:
equals: true
advanced_config: true
- name: min_version
label: TLS private key path
label: TLS Minimum Version
description: Minimum TLS version to accept connections
type: string
type: enum
valid_values:
- "1.1"
- "1.2"
- "1.3"
default: "1.2"
relevant_if:
enable_tls:
Expand Down

0 comments on commit 57cb7d1

Please sign in to comment.