We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.notRequired()
1 parent 30e0966 commit 10ac033Copy full SHA for 10ac033
frontend/src/widgets/ClusterConfigForm/schema.ts
@@ -141,10 +141,10 @@ const authPropsSchema = lazy((_, { parent }) => {
141
});
142
case 'SASL/AWS IAM':
143
return object({
144
- awsProfileName: string().notRequired(),
145
- awsRoleArn: string().notRequired(),
146
- awsRoleSessionName: string().notRequired(),
147
- awsStsRegion: string().notRequired(),
+ awsProfileName: string(),
+ awsRoleArn: string(),
+ awsRoleSessionName: string(),
+ awsStsRegion: string(),
148
149
case 'SASL/Azure Entra':
150
case 'SASL/GCP IAM':
0 commit comments