Support requiring TLS for API access

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-06 16:24:06 -07:00
parent 779434331c
commit 395fa2c283
10 changed files with 30 additions and 16 deletions

View File

@@ -11,6 +11,6 @@ WWIPMI_WRITE="{{$.Ipmi.Write.Bool}}"
{{- if $.Ipmi.Tags.vlan }}
WWIPMI_VLAN="{{$.Ipmi.Tags.vlan}}"
{{- end }}
WWTLS={{$.Warewulf.EnableTLS}}
WWTLS={{$.Warewulf.TLSEnabled}}
WWTLSPORT={{$.Warewulf.TlsPort}}
WWIPADDR={{$.Ipaddr}}