airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.96k stars 4.1k forks source link

Connector builder add string before API key in Authentication #21940

Open martindlarsson opened 1 year ago

martindlarsson commented 1 year ago

Using connector builder UI I would like to be able to add the string 'Token' before {{ config['api_key'] }} in the Authentication section and the API key field. It needs to render the following yaml: authenticator: type: ApiKeyAuthenticator header: "Authorization" api_token: "Token {{ config['api_key'] }}"

Thanks for the amazing work! I love it. 👍

marcosmarxm commented 1 year ago

Thanks reporting this @martindlarsson

marcosmarxm commented 1 year ago

Did you try editing using the YAML editor?

martindlarsson commented 1 year ago

Yes but when I switched over to the UI it said it wasn't accepted. This is what it says:

Your YAML manifest is not compatible with the Connector Builder UI, due to the following error:

Authenticator's api_token value must be of the form {{ config['key'] }}

marcosmarxm commented 1 year ago

Got it, I added the issue to connector builder backlog!

martindlarsson commented 1 year ago

Is there any progress on this?

martindlarsson commented 12 months ago

Any news? @marcosmarxm

martindlarsson commented 8 months ago

Please add this feature soon! @timroes @marcosmarxm

martindlarsson commented 4 months ago

Anything?