feat: include data connections and SMTP in artifact deployment
This commit is contained in:
@@ -6,7 +6,7 @@ The External System Gateway manages predefined integrations with external system
|
||||
|
||||
## Location
|
||||
|
||||
Site clusters (executes calls directly to external systems). Central cluster (stores definitions, brokers inbound requests from external systems to sites).
|
||||
Site clusters (executes calls directly to external systems, reads definitions from local SQLite). Central cluster (stores definitions in config DB, brokers inbound requests from external systems to sites).
|
||||
|
||||
## Responsibilities
|
||||
|
||||
@@ -112,7 +112,8 @@ Scripts choose between two call modes per invocation, mirroring the dual-mode da
|
||||
|
||||
## Dependencies
|
||||
|
||||
- **Configuration Database (MS SQL)**: Stores external system and database connection definitions.
|
||||
- **Configuration Database (MS SQL)**: Stores external system and database connection definitions (central only).
|
||||
- **Local SQLite**: At sites, external system and database connection definitions are read from local SQLite (populated by artifact deployment). Sites do not access the central config DB.
|
||||
- **Store-and-Forward Engine**: Handles buffering for failed external system calls and cached database writes.
|
||||
- **Communication Layer**: Routes inbound external system requests from central to sites.
|
||||
- **Security & Auth**: Design role manages definitions.
|
||||
|
||||
Reference in New Issue
Block a user