-
Notifications
You must be signed in to change notification settings - Fork 39
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
fly intercept
fails with "error: 403 Forbidden websocket: bad handshake"
#58
Comments
I can still hijack containers on our Concourse which is running the latest Control Tower release. What flags did you pass when you first deployed? |
|
Shot in the dark, had a similar error the other day: I noticed you're using github authentication, could it be your team permissions that's causing this? When you
|
That could well be it, thanks.
Does that give sufficient permission for a GitHub authenticated user to perform this op? If not a) what permission do I need and how can I grant it in addition to "pipeline-operator"? and b) I think it would be useful to update the system so the error message is clearer in this case. |
That looks about right depending on what you want/ based on the docs. When |
This is still happening for me. Does anyone know how I can get more information about what is wrong here or how I might fix it? The error message doesn't even say which connection failed, even with |
Hi @RichardBradley , Sorry to hear you're having issues with Control Tower. We haven't seen this error before, but could try to replicate it. It might be worth asking the question on Concourse Discord or their discussion list - this does seem like a very Concourse-specific issue, maybe someone there has seen it before. |
I run into the same problem when using
Both fly and concourse are at version 7.10.0. I'm using git authentication too. |
On a previous version of
control-tower
, I was able to ssh into build Docker tasks usingfly intercept
.On the current version, it fails with the following error:
I don't know if this changed due to the version change or is failing for another reason.
How can I get more information about what is wrong here and do you know how I might fix it?
Thanks,
Rich
The text was updated successfully, but these errors were encountered: