From a8943ae311ab8f920cdd6b3d661589167b22b543 Mon Sep 17 00:00:00 2001 From: traveler Date: Mon, 20 Apr 2026 06:08:32 -0500 Subject: [PATCH] audit(gremlin): database PASS 2026-04-20 --- Netgrimoire/Audits/database-2026-04-20.md | 47 +++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Netgrimoire/Audits/database-2026-04-20.md diff --git a/Netgrimoire/Audits/database-2026-04-20.md b/Netgrimoire/Audits/database-2026-04-20.md new file mode 100644 index 0000000..783116b --- /dev/null +++ b/Netgrimoire/Audits/database-2026-04-20.md @@ -0,0 +1,47 @@ +--- +title: Audit - database.yaml +description: Gremlin audit report 2026-04-20 +published: true +date: 2026-04-20T11:08:32.936Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-20T11:08:32.936Z +--- + +# Audit Report — database.yaml + +**Date:** 2026-04-20 +**File:** swarm/database.yaml +**Type:** Docker Swarm +**Verdict:** PASS + +--- + +**Audit Results for swarm/database.yaml** + +1. **Homepage labels**: + - `homepage.group`: PASS, value is "Management" + - `homepage.name`: PASS, value is "PGAdmin" + - `homepage.icon`: PASS, value is "pgadmin.png" + - `homepage.href`: PASS, value is "https://pgadmin.netgrimoire.com" + - `homepage.description`: PASS, value is "Postgres Server" + +2. **Caddy labels on exposed services**: + - `caddy`: PASS, value is "pgadmin.netgrimoire.com" + - `caddy.reverse_proxy`: PASS, value is "{{upstreams 80}}" + +3. **Network references external netgrimoire overlay**: + - PASS + +4. **Placement constraints**: + - There are no placement constraints defined in the file. + +5. **Volumes use /DockerVol/ path convention**: + - The `pgadmin4` service does not specify any volumes, so this is not applicable here. + +6. **No specific Volumes use /DockerVol/ path convention**: + - This part of the audit doesn't apply since there are no volumes defined in the file. + +**VERDICT: PASS** + +All checks passed according to the provided criteria. \ No newline at end of file