Skip to content

Commit c2e45b9

Browse files
adityathebemoshloop
authored andcommitted
Make HTTP auth optional so Save works without creds
1 parent 4df44bc commit c2e45b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Connections/connectionTypes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,13 @@ export const connectionTypes: ConnectionType[] = [
395395
label: "Username",
396396
key: "username",
397397
type: ConnectionsFieldTypes.EnvVarSource,
398-
required: true
398+
required: false
399399
},
400400
{
401401
label: "Password",
402402
key: "password",
403403
type: ConnectionsFieldTypes.EnvVarSource,
404-
required: true
404+
required: false
405405
},
406406
{
407407
label: "Insecure TLS",

0 commit comments

Comments
 (0)