-
Create the
plugin-config.yamlfile in thek8s_plugindirectory. -
For the
hostnameuse the ESKM server host address. -
Set the
mip_portto5696. -
For
cert, specify the path to the client certificate:certs/kms_plugin_client.crt. -
For
key, specify the path to the private key:certs/kms_plugin_client.key. -
For
ca, specify the path to the ESKM Local CA:certs/ESKMLocalCA.crt. -
For
primary_uuid, enter the KMIP object UUID created for the corresponding user, see Create KMIP Object. -
For
secondary_uuid, the value can be empty initially. -
Set
debug_enabledtotrueto enable debug logs or set it to false to disable them.
eskm:
hostname: 172.31.1.83
kmip_port: 5696
cert: certs/kms_plugin_client.crt
key: certs/kms_plugin_client.key
ca: certs/ESKMLocalCA.crt
primary_uuid: ""
secondary_uuids: []
logging_config:
debug_enabled: true
Configure plugin-config File