audit(gremlin): diun PASS 2026-05-04

This commit is contained in:
traveler 2026-05-04 06:08:35 -05:00
parent e98f597eed
commit 575e9e0a5a

View file

@ -0,0 +1,37 @@
---
title: Audit - diun.yaml
description: Gremlin audit report 2026-05-04
published: true
date: 2026-05-04T11:08:35.003Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-05-04T11:08:35.003Z
---
# Audit Report — diun.yaml
**Date:** 2026-05-04
**File:** swarm/diun.yaml
**Type:** Docker Swarm
**Verdict:** PASS
---
1. **Homepage labels**: Not found. Label `gremlin.homepage.skip` is set to true, which means homepage-related labels are skipped.
- Fix: Remove `gremlin.homepage.skip: "true"` if you want to include homepage labels.
2. **Uptime Kuma labels**: Not applicable as there are no Uptime Kuma services defined in the YAML file.
3. **Caddy labels on exposed services**: Caddy is not used here; hence, this check does not apply.
- Fix: No action needed if this is intentional and you have another way to handle reverse proxying.
4. **Placement constraints**: Node constraints are correctly specified for `node.role == manager` and excluding certain architectures (`aarch64`, `arm64`, `arm`).
- PASS
5. **Volumes use /DockerVol/<service> path convention**: Volume paths match the convention.
- PASS
6. **Network references external netgrimoire overlay**: Network `netgrimoire` is correctly referenced and marked as external.
- PASS
**VERDICT: PASS**