This commit is contained in:
miloschwartz
2026-02-17 21:01:10 -08:00
parent 759e4c5bac
commit 60dac98514

View File

@@ -405,7 +405,7 @@ func runNewtMain(ctx context.Context) {
// Auth daemon flags // Auth daemon flags
if authDaemonKey == "" { if authDaemonKey == "" {
flag.StringVar(&authDaemonKey, "ad-preshared-key", "", "Preshared key for auth daemon authentication (required when --auth-daemon is true)") flag.StringVar(&authDaemonKey, "ad-pre-shared-key", "", "Pre-shared key for auth daemon authentication")
} }
if authDaemonPrincipalsFile == "" { if authDaemonPrincipalsFile == "" {
flag.StringVar(&authDaemonPrincipalsFile, "ad-principals-file", "/var/run/auth-daemon/principals", "Path to the principals file for auth daemon") flag.StringVar(&authDaemonPrincipalsFile, "ad-principals-file", "/var/run/auth-daemon/principals", "Path to the principals file for auth daemon")