-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
405 Method Not Allowed during a new source creation #43
Comments
@PavelSusloparov we are also experiencing this issue. Were you able to find a solution? |
See comment #8 (comment). Make sure the api-server pod is running.
Port forward to reach the api-server endpoint
|
Thank you for the follow up @erisnar ! I confirmed that api-server is running
I updated the terraform provider config and ran
Terraform provider can reach the server now. However the API call fails with 500. The api-server logs.
api-server can not recognize the server, however, you can see that the server is up and running. |
Solved the connectivity problem between api-server and server by adding the config env var to the configmap
based on this post - airbytehq/airbyte#29506 (comment) |
Thanks @erisnar @PavelSusloparov ! For future people who come here, I want to point out today is actually just simply switching Terraform provider to It helps
|
Provider version: 0.3.4
Airbyte OS version: 0.50.31
I'm running into the following exception when attempting to create a new source connection using the Terraform provider.
This is the resource I'm using to test the provider.
Provider configuration.
There is no user I can create in the Airbyte OSS, so I set username/password to default.
When I open developer tools and analyze the network traffic, I create a new source endpoint, which is POST /sources/create and not POST /sources.
The text was updated successfully, but these errors were encountered: