application category
This category of logs relates to the operation of SDS for Kubernetes KMS Plugin.
-
The start action means that a start request has been made. This is the case whenever the SDS for Kubernetes KMS Plugin server is started.
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 |
|---|---|---|
| socket |
Path of the Unix socket. Example: "unix:///tmp/sds-kms-plugin.sock" |
String |
|
protofile_path |
Path to the api.proto file. Example: "/mnt/shared/api.proto" |
String |
|
kmaas_url |
URL of the KMaaS. Example: |
String |
| tenant_id |
ID of the KMaaS tenant. Example: "1961bc95-8ffb-48b2-92c7-6d93ee1cdae9" |
String |
| kub_key_id |
Value of the key id for seed rotation. Example: "stormshield-kms-plugin-key-id" |
String |
-
The status action means that a status request has been made. This is the case whenever Kubernetes checks if the SDS for Kubernetes KMS Plugin server is up and ready.
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 |
|---|---|---|
| kub_key_id |
Value of the key id for seed rotation. Example: "https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/#developing-a-kms-plugin-gRPC-server-notes-kms-v2" |
String |
-
The stop action means that a stop request has been made. This is the case whenever the SDS for Kubernetes KMS Plugin server stops.
This action generates an "info" severity log in the event of success, or an "err" severity log in the event of an error.
This action generates only generic logs. For more information, refer to Generic log fields.