From f767b711037cc83c9e0b429f20e6793005ea2f64 Mon Sep 17 00:00:00 2001 From: svetaquali Date: Tue, 6 Jan 2026 19:02:28 +0200 Subject: [PATCH] add allowed-credential-providers --- client/schemas/blueprint-spec2-schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/client/schemas/blueprint-spec2-schema.json b/client/schemas/blueprint-spec2-schema.json index e86bf5b..44938cc 100644 --- a/client/schemas/blueprint-spec2-schema.json +++ b/client/schemas/blueprint-spec2-schema.json @@ -1153,6 +1153,24 @@ }, "allowed-formats": { "type": "array" + }, + "allowed-credential-providers": { + "type": "array", + "uniqueItems": true, + "additionalItems": false, + "items": { + "type": "string", + "enum": [ + "aws", + "azure", + "vsphere", + "artifactory", + "intersight", + "redhat", + "nexus_dashboard", + "nvaie" + ] + } } } },