add key experimental.requirePQKEM for spire-server and spire-agent (#755)

Signed-off-by: Daniel Schlatter <[email protected]>
Co-authored-by: kfox1111 <[email protected]>
This commit is contained in:
Daniel Schlatter
2026-03-03 06:31:44 -08:00
committed by GitHub
co-authored by kfox1111
parent 50afee93c0
commit 0133d4a5a7
6 changed files with 8 additions and 0 deletions
@@ -77,6 +77,7 @@ agent:
{{- if eq (.enabled | toString) "true" }}
experimental:
sync_interval: {{ .syncInterval | quote }}
require_pq_kem: {{ .requirePQKEM }}
{{- if gt (len .featureFlags) 0 }}
feature_flags:
{{- range .featureFlags }}