github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/kms/README.md (about) 1 # KMS example 2 3 This example shows how to enable key protect on a cluster. 4 5 Example: 6 7 ``` 8 go run main.go -clusterID bskh8edd04nti24e8 -kmsID 12043812-757f-4e1e-8436-6af3245e9 -rootKey 0792853c-b9f9-4b35-9d9e-ffcec1 -privateEndpoint false 9 ```