diff --git a/src/components/ConnectionConfig.tsx b/src/components/ConnectionConfig.tsx index 0dfae23..1bd5895 100644 --- a/src/components/ConnectionConfig.tsx +++ b/src/components/ConnectionConfig.tsx @@ -82,9 +82,10 @@ export const ConnectionConfig: FC = (props: ConnectionCon label="Authentication Provider" labelWidth={labelWidth} tooltip="Specify which AWS credentials chain to use." + htmlFor="authenticationProvider" > = (props: ConnectionCon {options.jsonData.authType === 'keys' && ( <> - + {props.options.secureJsonFields?.accessKey ? ( @@ -126,7 +128,7 @@ export const ConnectionConfig: FC = (props: ConnectionCon ) : ( = (props: ConnectionCon )} - + {props.options.secureJsonFields?.secretKey ? ( @@ -147,7 +149,7 @@ export const ConnectionConfig: FC = (props: ConnectionCon ) : ( = (props: ConnectionCon label="Assume Role ARN" labelWidth={labelWidth} tooltip="Optionally, specify the ARN of a role to assume. Specifying a role here will ensure that the selected authentication provider is used to assume the specified role rather than using the credentials directly. Leave blank if you don't need to assume a role at all" + htmlFor="assumeRoleArn" > = (props: ConnectionCon label="External ID" labelWidth={labelWidth} tooltip="If you are assuming a role in another account, that has been created with an external ID, specify the external ID here." + htmlFor="externalId" > = (props: ConnectionCon label="Endpoint" labelWidth={labelWidth} tooltip="Optionally, specify a custom endpoint for the service" + htmlFor="endpoint" > = (props: ConnectionCon label="Default Region" labelWidth={labelWidth} tooltip="Specify the region, such as for US West (Oregon) use ` us-west-2 ` as the region." + htmlFor="defaultRegion" > awsAllowedAuthProviders.includes(opt.value!))} defaultValue={options.jsonData.authType} @@ -226,8 +225,7 @@ export const NewConnectionConfig = ({ htmlFor="defaultRegion" >