mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
* 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:
parent
a48dfe68ea
commit
34f441d8d0
1 changed files with 6 additions and 0 deletions
6
changelog/_12198.txt
Normal file
6
changelog/_12198.txt
Normal 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.
|
||||
```
|
||||
Loading…
Reference in a new issue