From fb99733a1e78dd2cc255fd88e046cd2846f6af62 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Thu, 31 Oct 2024 08:51:44 +0100 Subject: [PATCH] chore: add form for azure credentials --- .../workflow/forms/via-credentials-form.tsx | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/components/providers/workflow/forms/via-credentials-form.tsx b/components/providers/workflow/forms/via-credentials-form.tsx index 52913beab9..5c500d3818 100644 --- a/components/providers/workflow/forms/via-credentials-form.tsx +++ b/components/providers/workflow/forms/via-credentials-form.tsx @@ -15,6 +15,7 @@ import { addCredentialsFormSchema, ApiError, AWSCredentials, + AzureCredentials, CredentialsFormSchema, } from "../../../../types"; @@ -172,6 +173,60 @@ export const ViaCredentialsForm = ({ /> )} + {providerType === "azure" && ( + <> +
+
+ Connect via Credentials +
+
+ Please provide the information for your Azure credentials. +
+
+ ) + .client_id + } + /> + ) + .client_secret + } + /> + ) + .tenant_id + } + /> + + )} Name (Optional)