From ff602cce1a7f4f07b29882106f18b77c58fe5753 Mon Sep 17 00:00:00 2001 From: Michael Elrom Date: Fri, 28 Aug 2026 17:26:40 -0400 Subject: [PATCH 1/2] docs(root): add missing vendors to Vendor Index table Delinea, EfficientIP, and Zscaler had product folders but were never added to the top-level Vendor Index, and Microsoft's row was missing Azure Key Vault. Pre-existing gaps, unrelated to file content in this branch - caught while reviewing where our new AWS Secrets Manager plugin should land in the index. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4987233..27a46c1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ Assets are organized by vendor and product. Each folder may contain one or more | **Cisco** | ASA · Crosswork Network Controller · IOS · ISE · Meraki · NSO · NX-OS · PSIRT Open Vulnerability · Umbrella · Webex | | **CyberArk** | Conjur (secrets management) | | **Datadog** | Observability | +| **Delinea** | Secret Server (secrets management) | | **Docker** | Docker Engine · Docker Hub | +| **EfficientIP** | SOLIDserver (DDI) | | **F5** | BIG-IP · BIG-IQ · Insight | | **Fortinet** | FortiGate | | **GitHub** | GitHub | @@ -51,7 +53,7 @@ Assets are organized by vendor and product. Each folder may contain one or more | **Kentik** | Network observability | | **Kubernetes** | Container orchestration | | **LogicMonitor** | Observability | -| **Microsoft** | Graph Mail · Teams | +| **Microsoft** | Azure Key Vault · Graph Mail · Teams | | **Nautobot** | Nautobot 2.4 | | **NetBox** | IPAM / DCIM | | **NetScaler** | ADC | @@ -71,6 +73,7 @@ Assets are organized by vendor and product. Each folder may contain one or more | **Versa** | Director | | **VMware** | vSphere vCenter | | **Zoom** | Meetings / collaboration | +| **Zscaler** | ZIA | --- From 422160f2e3024bd7a8de599d6670ed62095b07e9 Mon Sep 17 00:00:00 2001 From: Michael Elrom Date: Fri, 28 Aug 2026 17:35:17 -0400 Subject: [PATCH 2/2] docs: fix broken Studio Projects links in Cisco IOS and Juniper JUNOS READMEs Both linked to a nonexistent ./Projects/ path instead of the actual ./Studio Projects/ folder. Found via a full-repo scan of all 99 markdown files (413 internal relative links checked) - these were the only two broken internal links in the repo. --- Cisco/IOS/README.md | 2 +- Juniper/JUNOS/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cisco/IOS/README.md b/Cisco/IOS/README.md index cbd283c..cb3f172 100644 --- a/Cisco/IOS/README.md +++ b/Cisco/IOS/README.md @@ -22,7 +22,7 @@ This project provides a Studio Project covering software upgrade, port turn-up, | Asset | Description | |---|---| -| [Projects/Cisco IOS](./Projects/Cisco%20IOS.project.json) | Itential Platform project — software upgrade, port turn-up, compliance, inventory management | +| [Studio Projects/Cisco IOS](./Studio%20Projects/Cisco%20IOS.project.json) | Itential Platform project — software upgrade, port turn-up, compliance, inventory management | | [Golden Configurations/Cisco IOS - Simple](./Golden%20Configurations/Cisco%20IOS%20-%20Simple.json) | Golden config tree using literal matching | | [Golden Configurations/Cisco IOS - Jinja2](./Golden%20Configurations/Cisco%20IOS%20-%20Jinja2.json) | Golden config tree using Jinja2 expressions for flexible value matching | | [Golden Configurations/Cisco IOS - Lab](./Golden%20Configurations/Cisco%20IOS%20-%20Lab.json) | Golden config tree for lab baseline configuration | diff --git a/Juniper/JUNOS/README.md b/Juniper/JUNOS/README.md index 3367e94..48ea427 100644 --- a/Juniper/JUNOS/README.md +++ b/Juniper/JUNOS/README.md @@ -30,7 +30,7 @@ This project provides a NETCONF-based device driver, a Studio Project covering s | Asset | Description | |---|---| | [device-drivers/netconf-python](./device-drivers/netconf-python/) | IG5 Python NETCONF driver — is-alive, run-command, get-config, send-command, reboot | -| [Projects/Juniper JUNOS](./Projects/Juniper%20JUNOS.project.json) | IG5 project — software upgrade, port turn-up, push configuration, command runner | +| [Studio Projects/Juniper JUNOS](./Studio%20Projects/Juniper%20JUNOS.project.json) | IG5 project — software upgrade, port turn-up, push configuration, command runner | | [Configuration Parsers/juniper-junos-set.json](./Configuration%20Parsers/juniper-junos-set.json) | Config Manager parser defining the `juniper-junos-set` device type | | [Golden Configurations/Juniper JUNOS set](./Golden%20Configurations/Juniper%20JUNOS%20set.json) | Golden config tree using JUNOS `set`-format lines — requires `juniper-junos-set` parser | | [Golden Configurations/Juniper JUNOS text - Jinja2](./Golden%20Configurations/Juniper%20JUNOS%20text%20-%20Jinja2.json) | Golden config tree using `text`-format lines with Jinja2 templates for flexible value matching |