Skip to content

Commit 421e1c7

Browse files
committed
bumped readme + updated schemas
1 parent bba14e5 commit 421e1c7

File tree

4 files changed

+145
-272
lines changed

4 files changed

+145
-272
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cause `match-case` was introduced first in `Python 3.10`.
128128
> [!WARNING]
129129
> Detailed, up-to-date architecture diagrams are in [this file](files_for_readme/ARCHITECTURE_IN_DETAILS.md).
130130
131-
[//]: # (<img src="./files_for_readme/system_diagram.png">)
131+
<img src="./files_for_readme/system_diagram.svg" alt="system diagram">
132132

133133
The platform is built on three main pillars:
134134

@@ -163,16 +163,5 @@ The platform is built on three main pillars:
163163
- **Network Restrictions**: Pods can't make external network calls.
164164
- **No Privileged Access**: Pods run without elevated permissions.
165165

166-
## User Authentication
167-
168-
- **Accounts**: Users need to sign up to execute and save scripts.
169-
- **Security**: We use JWT tokens to secure API endpoints.
170-
171-
## Logging and Monitoring
172-
173-
- **Logs**: Centralized logging helps us track what's happening across pods.
174-
- **Monitoring Tools**: Using OpenTelemetry and Grafana to keep an eye on system health.
175-
- **Alerts**: Set up notifications for when things go wrong.
176-
177166

178167

0 commit comments

Comments
 (0)