From 224212f8aa3c9378ddaf9d64b1e066e519a5bee1 Mon Sep 17 00:00:00 2001 From: Jahangir Shabiyev Date: Tue, 26 Nov 2024 12:17:32 +0100 Subject: [PATCH] fix(cert-profile): Fixes missing type for block-unauthenticated-cert and template stack variable --- specs/device/certificate-profile.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specs/device/certificate-profile.yaml b/specs/device/certificate-profile.yaml index 98323ca..17e4265 100644 --- a/specs/device/certificate-profile.yaml +++ b/specs/device/certificate-profile.yaml @@ -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." @@ -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