keys category
This category of logs contains all the cryptographic operations.
-
The encrypt action means that a encrypt request has been made. This is the case whenever the SDS for Kubernetes KMS Plugin encrypts data.
This action generates an "info" severity log in the event of success, or an "err" severity log in the event of an error.
The log field for this action is as follows:
|
Field |
Description |
Type |
|---|---|---|
| url | KMaaS URL used to encrypt the DEK. | String |
-
The decrypt action means that a decrypt request has been made. This is the case whenever the SDS for Kubernetes KMS Plugin decrypts data.
This action generates an "info" severity log in the event of success, or an "err" severity log in the event of an error.
The log field for this action is as follows:
|
Field |
Description |
Type |
|---|---|---|
| url | KMaaS URL used to decrypt the DEK. | String |