changelog for entropy augmentation PR [VAULT-1179] (#10755)

* changelog for entropy augmentation

* docs upgrade

* docs upgrade

* docs upgrade

* docs upgrade
This commit is contained in:
Hridoy Roy 2021-01-26 21:06:38 -08:00 committed by GitHub
parent 46c3f1f7bc
commit d1241b5286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

3
changelog/_ 1686.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:feature
kmip (enterprise): Use entropy augmentation to generate kmip certificates
```

View File

@ -24,7 +24,9 @@ update your API calls accordingly.
This endpoint configures shared information for the secrets engine. After writing
to it the KMIP engine will generate a CA and start listening for KMIP requests.
If the server was already running and any non-client settings are changed, the
server will be restarted using the new settings.
server will be restarted using the new settings. All generated CAs will use
entropy augmentation to generate their certificates if entropy augmentation
is enabled.
### Parameters
@ -402,7 +404,9 @@ $ curl \
| :----- | :-------------------------------------------------- |
| `POST` | `/kmip/scope/:scope/role/:role/credential/generate` |
Create a new client certificate tied to the given role and scope.
Create a new client certificate tied to the given role and scope.
This endpoint uses entropy augmentation to generate the client certificate
if entropy augmentation is enabled.
### Parameters