Skip to content

Commit

Permalink
Add AdminService
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Nov 17, 2023
1 parent e55facb commit 7074865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/design/auth-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ flowchart LR
- **Proxy Service (axios):** relays the request to the The Graph Service, and returns the response to the user.
- **Middleware Service (custom):** Is the glue that connects all the services together, it validates the token, and relays the request to the Proxy Service.
- **DbSetup Service (custom):** Sets up the DB, creates the tables, and populates them with the initial data. (uses the DB Service for connection), this only needs to be run once, when the Auth Layer is first deployed.
- **Admin Service (custom):** Provides the admin flows for the Auth Layer, it is a separate service from the Middleware Service, and it is only accessible on the Admin Port (8022), this is to prevent any unauthorized access to the admin flows, by keeping it secured behind a different port and accesible only by the Engineering Team.


## Configuration
Expand Down

0 comments on commit 7074865

Please sign in to comment.