terraform-provider-airbyte icon indicating copy to clipboard operation
terraform-provider-airbyte copied to clipboard

Error: failure to invoke API

Open bkolodnycfsb opened this issue 7 months ago • 1 comments

When using client_id and client_secret in the provider I get an error message, but when I use bearer_auth it works fine. Of course I'd rather not have to get the token myself.

One such error message is

│ Error: failure to invoke API │ │ with airbyte_destination_snowflake.this["snowflake"], │ on destinations.tf line 56, in resource "airbyte_destination_snowflake" "this": │ 56: resource "airbyte_destination_snowflake" "this" { │ │ failed to get token: unexpected status code: 404: {"type":"about:blank","status":404}

bkolodnycfsb avatar Jun 25 '24 21:06 bkolodnycfsb