You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I might need to forward the traffic from the host machine to my VM. This should be done keeping in mind that the IP of the target VM might change or that it might not be a VM.
The orchestrator will also need to be able to control and keep a list of all the active rules in what hosts so it can be updated by, for example terraform
User Story
As a developer I want to be able to forward traffic from my host to my VM and control it remotely
As a DevOps engineer I want to be able to forward traffic from any hosts that the orchestrator controls to a VM
Acceptance Criteria
User needs to be able to add rules based on either raw port traffic or URL port traffic
User needs to be able to do CRUD operations, the proxy remotely
User needs to be able to do CRUD operations, the proxy through the orchestrator
Definition of Done
Code implemented following best practices.
Unit tests written and passing.
Code reviewed and approved.
Merged into the main branch.
Documentation updated (if applicable).
Deployed to staging/production environment.
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
- Added the new reverse proxy to allow advanced port forwarding to the target vm
- Added the same endpoints to be controlled by the orchestrator
- Added better hardware info where we added more information about the system
- Fixed an issue with the logs being showed where they should not be
resolves [PBI] Enable reverse proxy for port forwarding #226
* Added reverse proxy
- Added the new reverse proxy to allow advanced port forwarding to the target vm
- Added the same endpoints to be controlled by the orchestrator
- Added better hardware info where we added more information about the system
- Fixed an issue with the logs being showed where they should not be
resolves [PBI] Enable reverse proxy for port forwarding #226
* fixed unit tests
Description
As a developer, I might need to forward the traffic from the host machine to my VM. This should be done keeping in mind that the IP of the target VM might change or that it might not be a VM.
The orchestrator will also need to be able to control and keep a list of all the active rules in what hosts so it can be updated by, for example terraform
User Story
As a developer I want to be able to forward traffic from my host to my VM and control it remotely
As a DevOps engineer I want to be able to forward traffic from any hosts that the orchestrator controls to a VM
Acceptance Criteria
Definition of Done
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: