Skip to content

Commit d89b80d

Browse files
authored
Merge pull request #70840 from mjpytlak/osdocs-9462
OSDOCS#9462: Removed Hyper Protect from IBM Cloud BYOK docs
2 parents 011e59b + 2ed089d commit d89b80d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

installing/installing_ibm_cloud_public/user-managed-encryption-ibm-cloud.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By default, provider-managed encryption is used to secure the following when you
1111
* The root (boot) volume of control plane and compute machines
1212
* Persistent volumes (data volumes) that are provisioned after the cluster is deployed
1313
14-
You can override the default behavior by specifying an {ibm-name} Key Protect for {ibm-cloud-name} (Key Protect) or {ibm-name} Hyper Protect Crypto Services (Hyper Protect Crypto Services) root key as part of the installation process.
14+
You can override the default behavior by specifying an {ibm-name} Key Protect for {ibm-cloud-name} (Key Protect) root key as part of the installation process.
1515

1616
When you bring our own root key, you modify the installation configuration file (`install-config.yaml`) to specify the Cloud Resource Name (CRN) of the root key by using the `encryptionKey` parameter.
1717

@@ -27,7 +27,7 @@ For more information about the `encryptionKey` parameter, see xref:../../install
2727

2828
[NOTE]
2929
====
30-
Be sure you have integrated Key Protect or Hyper Protect Crypto Services with your IBM Cloud Block Storage service. For more information, see the Key Protect link:https://cloud.ibm.com/docs/key-protect?topic=key-protect-integrate-services#grant-access[documentation] or Hyper Protect Crypto Services link:https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-integrate-services[documentation].
30+
Make sure you have integrated Key Protect with your IBM Cloud Block Storage service. For more information, see the Key Protect link:https://cloud.ibm.com/docs/key-protect?topic=key-protect-integrate-services#grant-access[documentation].
3131
====
3232

3333

modules/installation-configuration-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ Additional {ibm-cloud-name} configuration parameters are described in the follow
23322332
ibmcloud:
23332333
bootVolume:
23342334
encryptionKey:
2335-
|An {ibm-name} Key Protect for {ibm-cloud-name} (Key Protect) or {ibm-name} Hyper Protect Crypto Services (Hyper Protect Crypto Services) root key that should be used to encrypt the root (boot) volume of only control plane machines.
2335+
|An {ibm-name} Key Protect for {ibm-cloud-name} (Key Protect) root key that should be used to encrypt the root (boot) volume of only control plane machines.
23362336
d|The Cloud Resource Name (CRN) of the root key.
23372337

23382338
The CRN must be enclosed in quotes ("").
@@ -2342,7 +2342,7 @@ The CRN must be enclosed in quotes ("").
23422342
ibmcloud:
23432343
bootVolume:
23442344
encryptionKey:
2345-
|A Key Protect or Hyper Protect Crypto Services root key that should be used to encrypt the root (boot) volume of only compute machines.
2345+
|A Key Protect root key that should be used to encrypt the root (boot) volume of only compute machines.
23462346
d|The CRN of the root key.
23472347

23482348
The CRN must be enclosed in quotes ("").
@@ -2352,7 +2352,7 @@ The CRN must be enclosed in quotes ("").
23522352
defaultMachinePlatform:
23532353
bootvolume:
23542354
encryptionKey:
2355-
d|A Key Protect or Hyper Protect Crypto Services root key that should be used to encrypt the root (boot) volume of all of the cluster's machines.
2355+
d|A Key Protect root key that should be used to encrypt the root (boot) volume of all of the cluster's machines.
23562356

23572357
When specified as part of the default machine configuration, all managed storage classes are updated with this key. As such, data volumes that are provisioned after the installation are also encrypted using this key.
23582358
d|The CRN of the root key.

0 commit comments

Comments
 (0)