Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actuators/machine/instances.go: add logging for KMS key reference
- When using the ARN for KMS key, the log output doesn't include the ARN value as it contains the AWS account ID which is usually sensitive. - This current setup doesn't have a great way to tie EBS volume to the machine object, and therefore this log will be difficult to tie back to the machine object. which reduces the value to some degree.