-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:sizzldev/ctrlplane into init-rename…
…-target-to-resource
- Loading branch information
Showing
66 changed files
with
2,162 additions
and
501 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Target Proxy Router | ||
|
||
Simple router that redirects web terminal requests to instances and vis-versa. | ||
|
||
### Sequence Diagram | ||
|
||
```mermaid | ||
sequenceDiagram | ||
autonumber | ||
participant AG as Agebt | ||
participant PR as Proxy | ||
participant CP as Ctrlplane | ||
participant DE as Developer | ||
opt Init Agent | ||
AG->>PR: Connects to Proxy | ||
PR->>CP: Register as target | ||
AG->>PR: Sends heartbeat | ||
end | ||
opt Session | ||
DE->>CP: Opens session | ||
CP->>PR: Forwards commands | ||
PR->>AG: Receives commands | ||
AG->>PR: Sends output | ||
PR->>CP: Sends output | ||
CP->>DE: Displays output | ||
end | ||
``` |
File renamed without changes.
10 changes: 7 additions & 3 deletions
10
apps/ctrlshell/package.json → apps/target-proxy/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.