orchard/internal
Nikolay Edigaryev d59bc7f8a7
Orchard Controller: implement an SSH server that acts as a jump host (#179)
* proxy.Connections(): require io.ReadWriteCloser instead of net.Conn

* Orchard Controller: implement an SSH server that acts as a jump host

* Issue a warning if the name used will be invalid in the future

* Further restrict uppercase characters in names in the future

The rationale is similar to https://github.com/kubernetes/kubernetes/issues/71140.

We won't want to munge the user's input and introduce subtle bugs doing
lowercase comparisons.
2024-06-11 19:32:45 +04:00
..
bootstraptoken Certificate-less bootstrap tokens (#93) 2023-06-23 00:53:03 +04:00
command Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
concurrentmap More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
config TLS improvements (#90) 2023-06-07 15:31:55 +04:00
controller Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
netconstants Simplified bootstrapping of a cluster (#40) 2023-03-22 23:43:37 +04:00
orchardhome Use os.MkdirAll instead of os.Mkdir to create Orchard's home directory (#96) 2023-06-26 19:35:50 +04:00
proxy Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
responder Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
simplename Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
structpath orchard create vm: support --image-pull-policy=Always (#110) 2023-07-26 17:43:14 +04:00
tests Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
version Prepare for release (#37) 2023-03-20 15:28:24 -04:00
worker Use macOS Sonoma images by default, instead of macOS Ventura (#166) 2024-04-17 17:56:08 +04:00