secrets category

This category of logs contains all the operations related to the decryption of encrypted sensitive data.

decrypt action

  • The decrypt action means that a decrypt request has been made. This is the case whenever sensitive data is decrypted using SDS for Kubernetes init container.

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 fields for this action are as follows:

Field

Description

Type

Required/Optional

secret_path

Path to the decrypted sensitive data.

Example: "/mnt/shared/sensitive-data"

String Mandatory

url

URL of the KMaaS used for decryption

Example:
"https://host-kmaas:443"

String Mandatory