audit(gremlin): SQL-mgmt FAIL 2026-04-13

This commit is contained in:
traveler 2026-04-13 06:03:56 -05:00
parent f2ebb36f30
commit 0445d41b9c

View file

@ -0,0 +1,45 @@
---
title: Audit - SQL-mgmt.yaml
description: Gremlin audit report 2026-04-13
published: true
date: 2026-04-13T11:03:56.873Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-13T11:03:56.873Z
---
# Audit Report — SQL-mgmt.yaml
**Date:** 2026-04-13
**File:** swarm/SQL-mgmt.yaml
**Type:** Docker Swarm
**Verdict:** FAIL
---
### SWARM AUDIT REPORT
#### Homepage Labels
- **PASS**: All required homepage labels are present.
#### Uptime Kuma Labels
- **FAIL**: The labels for Uptime Kuma (kuma.<n>.http.name, kuma.<n>.http.url) are missing. Add appropriate labels to specify the application details.
#### Caddy Labels on Exposed Services
- **PASS**: All services with exposed ports have caddy labels correctly configured.
#### Placement Constraints
- **FAIL**: No placement constraints (node.hostname) are defined in the deploy block. Consider adding them if specific nodes are required.
#### Volumes Use /DockerVol/<service> Path Convention
- **FAIL**: The configuration does not include any volumes, so this criterion is not applicable.
#### Network References External netgrimoire Overlay
- **PASS**: The service network references an external netgrimoire overlay correctly.
### VERDICT: FAIL
**Fix Recommendations:**
1. Add Uptime Kuma labels with appropriate values.
2. Define placement constraints for services if necessary.
3. If volumes are needed, configure them using the /DockerVol/<service> path convention.