-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update root readme Increate the Tratteria replices to 3
- Loading branch information
1 parent
62f4270
commit a580ff5
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Gateway Service | ||
|
||
The Gateway Service acts as the entry point to the TraTs-Demo-Svcs platform, performing the role of a reverse proxy that routes incoming requests to the appropriate backend services, such as the Orders and Stocks services. | ||
The Gateway Service acts as the entry point to Alpha Stocks, performing the role of a reverse proxy that routes incoming requests to the appropriate backend services, such as the Orders and Stocks services. | ||
|
||
## Features | ||
|
||
- **Request Routing**: Directs incoming requests to the correct service based on the request path and method. | ||
|
||
- **Security and User Authentication**: Integrates with the Auth service to perform tasks such as user authentication and token generation. | ||
- **User Authentication**: Integrates with the Auth service to perform tasks such as user authentication. | ||
|
||
- **TraT Generation**: Requests TraT tokens from the Tratteria service for incoming external requests and propagates the generated TraTs through the `Txn-Token` request header. | ||
|
||
This service is containerized and intended to be run as part of the overall project using Docker Compose. Refer to the main project README for instructions on how to run the entire suite of services. |