terraform-community-providers / terraform-provider-railway

Terraform provider for railway.app
https://registry.terraform.io/providers/terraform-community-providers/railway/latest/docs
Mozilla Public License 2.0
22 stars 1 forks source link

Test deployment triggers and service source repos. #28

Open pksunkara opened 1 month ago

pksunkara commented 1 month ago

Railway seems to have made the checks stricter for these 2 primitives. I used to use public repos in the tests but they are not working anymore.

  1. I have my github account connected to my work railway account.
  2. I have my personal railway account refusing to connect to the same github account.
  3. Thus, when I try to do any of the above actions, they are failing.

Funding

Fund with Polar

pksunkara commented 1 month ago

@zuchka I would appreciate if you can provide any help here.

zuchka commented 1 month ago

Hi @pksunkara,

I made a ticket for this. Will get some of the product folks to see if they can help w this. Thanks!

evancloutier commented 1 month ago

@pksunkara Hiya!

You can't have the same GitHub account associated to multiple Railway accounts, as it is used as a form of authentication. Are you unblocked if you only associate your GitHub to your personal account?

I've also made a revision to your personal Railway account that will allow you to be interpreted as a safe user on the platform.

Lmk if you still run into issues!

pksunkara commented 1 month ago

Are you unblocked if you only associate your GitHub to your personal account?

I am not sure since I don't know what checks you guys do when I try to add a deployment trigger or connect a repo to a service.

evancloutier commented 1 month ago

Are you unblocked if you only associate your GitHub to your personal account?

I am not sure since I don't know what checks you guys do when I try to add a deployment trigger or connect a repo to a service.

You can only have a GitHub account connected to a single Railway account, so that is what is blocking you if I'm understanding correctly. Removing the assoication from your work account should help!

Please give it a try and report back with any errors.