Skip to content

Commit

Permalink
fix(cert-profile): Fixes missing type for block-unauthenticated-cert …
Browse files Browse the repository at this point in the history
…and template stack variable
  • Loading branch information
jaspalo committed Nov 26, 2024
1 parent 3945c64 commit 224212f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specs/device/certificate-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ locations:
- name: "panorama_device"
description: "The panorama device."
default: "localhost.localdomain"
- name: "template"
description: "The template."
- name: "template_stack"
description: "The template stack."
required: true
- name: "ngfw_device"
description: "The NGFW device."
Expand Down Expand Up @@ -322,6 +322,7 @@ spec:
description: "Block session if the certificate was not issued to the authenticating device."
profiles:
- xpath: ["block-unauthenticated-cert"]
type: bool
spec:
default: false
- name: block_expired_cert
Expand Down

0 comments on commit 224212f

Please sign in to comment.