Improve ObjectScale on dashboard and document management_clients

- Split ObjectScale into UI, S3 API, and SSH tiles on OPS tab
- Add docs/objectscale.md explaining 0.0.0.0/0 and lab ports
- Dedicated Object Storage row in homepage layout
This commit is contained in:
Lakehouse Admin
2026-05-19 23:18:48 +02:00
parent e473872ef9
commit 58424fccc7
5 changed files with 127 additions and 2 deletions
+18
View File
@@ -27,3 +27,21 @@
## Storage
Single-node lab deployment; block device `/dev/sdb` in storage pool `sp1` per deploy.yml.
## management_clients: 0.0.0.0/0 explained
**`0.0.0.0/0` = allow management access from ANY IP address** (no whitelist).
- Fine for isolated lab VLANs behind firewall
- **Not OK** if management port is reachable from office internet or WAN
**Recommended for ATC lab** (tighten when convenient):
```yaml
management_clients:
- 10.0.10.0/24
- 10.0.20.0/24
- 10.0.21.0/24
```
See [docs/objectscale.md](../../docs/objectscale.md) for ports and S3 consumers.