From 63dce1f01f4427b24b25525fb3f6e2dcc3287f87 Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Wed, 1 Nov 2023 12:46:56 +0100 Subject: [PATCH] added custom-cdn-auth-enabled hammer option --- 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",