From 8e47d5a9a21795593311a74b76c8cb878600239a Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Thu, 2 Nov 2023 07:10:54 +0100 Subject: [PATCH] added custom-cdn-auth-enabled hammer option (#13026) --- tests/foreman/data/hammer_commands.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/foreman/data/hammer_commands.json b/tests/foreman/data/hammer_commands.json index 2517e8fafd6..b596f1b922e 100644 --- a/tests/foreman/data/hammer_commands.json +++ b/tests/foreman/data/hammer_commands.json @@ -33284,6 +33284,12 @@ "description": "Update the CDN configuration", "name": "configure-cdn", "options": [ + { + "help": "If product certificates should be used to authenticate to a custom CDN.", + "name": "custom-cdn-auth-enabled", + "shortname": null, + "value": "BOOLEAN" + }, { "help": "Id of the Organization", "name": "id",