File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the ** Prowler UI** are documented in this file.
44
5+ ## [ 1.18.3] (Prowler UNRELEASED)
6+
7+ ### 🐞 Fixed
8+
9+ - Update credentials for the Alibaba Cloud provider [ (#10098 )] ( https://github.com/prowler-cloud/prowler/pull/10098 )
10+
11+ ---
12+
513## [ 1.18.2] (Prowler v5.18.2)
614
715### 🐞 Fixed
Original file line number Diff line number Diff line change 11"use client" ;
22
3+ import { SelectViaAlibabaCloud } from "@/components/providers/workflow/forms/select-credentials-type/alibabacloud" ;
34import { SelectViaAWS } from "@/components/providers/workflow/forms/select-credentials-type/aws" ;
45import { SelectViaGCP } from "@/components/providers/workflow/forms/select-credentials-type/gcp" ;
56import { SelectViaGitHub } from "@/components/providers/workflow/forms/select-credentials-type/github" ;
@@ -28,6 +29,9 @@ export const CredentialsUpdateInfo = ({
2829 if ( providerType === "m365" ) {
2930 return < SelectViaM365 initialVia = { initialVia } /> ;
3031 }
32+ if ( providerType === "alibabacloud" ) {
33+ return < SelectViaAlibabaCloud initialVia = { initialVia } /> ;
34+ }
3135 return null ;
3236 } ;
3337
You can’t perform that action at this time.
0 commit comments