Genesys Security Architecture — Overview
Short map of how key security and governance systems relate. Detailed content lives in linked notes — this note stays brief.
System Relationships
| System | Role |
|---|---|
| Vault API | Specific internal service — manages secrets via Okta + Team ID, backed by AWS SSM Parameter Store |
| GForge / Loom | Internal AI gateway initiative — Loom is the current chat product; the AI Gateway proxies requests to approved AWS-hosted models |
| Snyk | Automated vulnerability / code / dependency scanning |
| Red Team / Pentest | Runtime / manual security validation |
| ARB | Architecture Review Board — architecture and governance compliance |
| GEL | Application / developer governance platform — consumes security and governance signals; intended to become a deployment / security decision point |
flowchart LR subgraph Vault Stack V[Vault API] --> SSM[AWS SSM Parameter Store] Okta[Okta] --> V end subgraph GForge Stack Loom[Genesys Loom] --> GW[AI Gateway] GW --> BR[AWS Bedrock] Okta --> Loom end subgraph GEL Stack GEL[GEL] --> Snyk[Snyk] GEL --> PT[Pentest / Red Team] GEL --> ARB[ARB] Snyk --> Gate[Security Decision] PT --> Gate ARB --> Gate Gate --> Deploy[Allow / Block Deployment] end GEL -.hosts.-> Loom SSM -.secret injection.-> GW
Note
These systems serve different scopes. Vault API and GForge/Loom are specific services under assessment. GEL is a broader application governance platform that may eventually consume pentest results as one input to security gating.
Vault API
Internal secrets-management API. Authentication via Okta; authorization scoped by Team ID; secrets stored through AWS SSM Parameter Store.
GForge / AI Gateway / Loom
Internal AI gateway initiative. Loom is the current LibreChat-based chat interface; the AI Gateway proxies authenticated requests toward approved AWS Bedrock models. Described as deployed on GEL and consuming the Vault → SSM secret-injection path.
GEL (Genesys Enterprise Landscape)
Internal developer / application platform. Tracks applications, components, ownership, environments, and security posture. Integrates with Snyk, pentest status, and ARB.
Related Notes
Vault API
- Vault API - Overview
- Vault API - Architecture
- Vault API - Pentest Game Plan
- Vault API - Endpoint Inventory
- Vault API - Test Cases
- Vault API - Findings
- Vault API - Evidence Log
- Vault API - Kickoff Questions
GForge / Loom
- GForge - Overview
- GForge - Architecture
- GForge - Security Model
- GForge - Current vs Planned Capabilities
- GForge - Pentest Game Plan
- GForge - Endpoint Inventory
- GForge - Test Cases
- GForge - Evidence Log
- GForge - Findings
- GForge - Kickoff Questions