Fixed markdown

This commit is contained in:
Benjamyn Love 2025-09-06 18:03:49 +10:00
parent e360c56ffa
commit cb151760b9
2 changed files with 23 additions and 23 deletions

View File

@ -1,24 +1,24 @@
# Ideas # Ideas
## Must haves ## Must haves
SSH just in time sessions - SSH just in time sessions
- Using on the fly generated certificates - Using on the fly generated certificates
Session recording - Session recording
- Terminal playback - Terminal playback
OIDC auth - OIDC auth
RBAC - RBAC
Audit trails - Audit trails
## Nice to haves ## Nice to haves
SQL support - SQL support
- Playback of changes - Playback of changes
- All sessions are transactional by default - All sessions are transactional by default
- Will have PII removal - Will have PII removal
Session recording - Session recording
- Web playback - Web playback
- SQL sessions - SQL sessions
Web UI - Web UI
- Web terminal - Web terminal
- OIDC Settings - OIDC Settings
- General admin settings - General admin settings

View File

@ -2,8 +2,8 @@
The application will have utilities that are designed to do small tasks and communicate with the other parts of the system The application will have utilities that are designed to do small tasks and communicate with the other parts of the system
## Systems ## Systems
Auth (OIDC and permissions) - Auth (OIDC and permissions)
Agent (Handles session requests from master) - Agent (Handles session requests from master)
Master (Server that accepts requests from clients and services) - Master (Server that accepts requests from clients and services)
Client (CLI utility for interacting with the master or starting sessions) - Client (CLI utility for interacting with the master or starting sessions)
Recording Proxy (Will handle the recording data for sessions along with playback requests) - Recording Proxy (Will handle the recording data for sessions along with playback requests)