airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

[Connector Builder] Handle dot notation of config values in auth

Open lmossman opened this issue 2 years ago • 0 comments

Context

The YAML -> UI conversion logic currently enforces that authorization components use user-input values for secret fields like api_token.

However, this currently is only checking that values are of the form config['var'], even though config.var is also valid syntax.

Acceptance Criteria

  • Update the auth / user input override conversion logic to properly handle config values using the dot format

lmossman avatar Jan 31 '23 17:01 lmossman