d202f20fdb
feat: Add TURN proxying to enable offline deployments ( #1000 )
...
* Add turnconn
* Add option for passing ICE servers
* Log TURN remote address
* Add TURN server to coder start
2022-04-18 22:40:25 +00:00
7090227d38
fix: GitSSH test flake on slow CI runs ( #1001 )
...
There was a 5s timeout on the context, which was occasionally
hit during slow runs. See:
https://github.com/coder/coder/runs/6025622326?check_suite_focus=true
I also removed the AWS authentication, because it added to the test
time for key-generation and such.
2022-04-14 11:38:54 -05:00
027d89dd9b
chore: Add alias coder agent
( #986 )
2022-04-13 20:55:55 +00:00
19b4323512
feat: Allow workspace resources to attach multiple agents ( #942 )
...
This enables a "kubernetes_pod" to attach multiple agents that
could be for multiple services. Each agent is required to have
a unique name, so SSH syntax is:
`coder ssh <workspace>.<agent>`
A resource can have zero agents too, they aren't required.
2022-04-11 16:06:15 -05:00
38f074254b
feat: wrap ssh with coder key ( #894 )
2022-04-07 22:40:27 +00:00