Skip to content

[BUG] Unable to Create Connection with Basic Auth using Gateway #28

Description

@BenjiFuse

Bug Description

When attempting to create a connection with basic auth using a gateway name or id, I get this error: [InvalidInput] The request has an invalid input

Image

fabric-cli version

1.1.0

Python version

3.12.7

Operating System

Windows

CLI Mode

Interactive mode

Authentication Method

Interactive browser login

Steps to Reproduce

fab create .connections/<name>.Connection -P connectivityType=OnPremesisGateway,gatewayId=<gatewayId>,connectionDetails.type=SQL,connectionDetails.parameters.server=<server>,connectionDetails.parameters.database=<database>,credentialDetails.type=Basic,credentialDetails.username=<username>,credentialDetails.password=<password>

Expected Behavior

The connection should be created.

Actual Behavior

Command output:

[InvalidInput] The request has an invalid input

Additional Context

No response

Possible Solution

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions