Skip to content

Instantly share code, notes, and snippets.

View fduthilleul's full-sized avatar

François Duthilleul fduthilleul

  • Red Hat
  • Belgium
  • 17:02 (UTC +02:00)
View GitHub Profile
@fduthilleul
fduthilleul / detect-nodes-proxy.sh
Created February 1, 2026 13:19 — forked from grahamhelton/detect-nodes-proxy.sh
Detection script for nodes/proxy
#!/bin/bash
# Detect all subjects with nodes/proxy permissions
# Colors
NOCOLOR=$(tput sgr0)
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
CYAN=$(tput setaf 6)
DIM=$(tput setaf 8)