PKI: SCEP make GetCACaps response dynamic based on configuration (#12198) (#12231)

* PKI: SCEP make GetCACaps response dynamic based on configuration

* add cl

* Use strings.Builder for more efficient response building

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
This commit is contained in:
Vault Automation 2026-02-06 10:04:11 -05:00 committed by GitHub
parent a48dfe68ea
commit 34f441d8d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
changelog/_12198.txt Normal file
View file

@ -0,0 +1,6 @@
```release-note:bug
secrets/pki (enterprise): Modify the SCEP GetCACaps endpoint to dynamically reflect the configured encryption and digest algorithms.
```
```release-note:improvement
secrets/pki (enterprise): Return the POSTPKIOperation capability within SCEP GetCACaps endpoint for better legacy client support.
```