@@ -37,14 +37,14 @@ content:'\25BC';
37
37
38
38
** Summary of guide steps** :
39
39
40
- - [ Introduction - Lists of OVHcloud KMS endpoints] ( #introduction )
41
- - [ Step 1 - Ordering an OVHcloud KMS (mandatory)] ( #order -okms )
40
+ - [ Introduction - Lists of available URLs and OVHcloud KMS endpoints] ( #introduction )
41
+ - [ Step 1 - Ordering an OVHcloud KMS (mandatory)] ( #command -okms )
42
42
- [ Step 2 - OVHcloud KMS activation (mandatory)] ( #activation-okms )
43
43
- [ Step 3 - Creating an IAM policy (mandatory)] ( #iam-creation )
44
44
- [ Step 4 - Configuring OKMS with vSphere (mandatory)] ( #add-okms )
45
45
- [ Step 5 - Creating a VM storage policy (mandatory)] ( #storage-policy )
46
46
- [ Step 6 - Enabling encryption on a VM (mandatory)] ( #activation-encryption )
47
- - [ Step 7 - TLS OKMS useful information] ( #useful-information )
47
+ - [ TLS OKMS useful information] ( #useful-information )
48
48
49
49
### Introduction, list of available URLs and OKMS API calls <a name =" introduction " ></a >
50
50
@@ -81,35 +81,35 @@ For more information on the choices you can make with KMS and VMware on OVHcloud
81
81
> Information and API calls.
82
82
>
83
83
84
- | ** Method** | ** API** | ** Path ** | ** Comments ** |
85
- | : ---------------------: | : -----------: | : ------------------------------------------------------------------------- | : ----------------------------------------------------------------- |
86
- | | | | |
87
- | ** Credentials:** | | | |
88
- | ** GET** | v2 | /okms/resource/{okmsId}/credential | - List all access credentials. |
89
- | ** POST** | v2 | /okms/resource/{okmsId}/credential | - Request a new access credential. |
90
- | ** GET** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Get an access credential. |
91
- | ** DEL** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Revoke and delete an access credential. |
92
- | | | | |
93
- | ** Reference:** | | | |
94
- | ** GET** | v2 | /okms/reference/serviceKey | - Get service key type, size, curve and operations combination. |
95
- | | | | |
96
- | ** Resources:** | | | |
97
- | ** GET** | v2 | /okms/resource | - List of OVHcloud KMS services. |
98
- | ** GET** | v2 | /okms/resource/{okmsId} | - Get an OVHcloud KMS service. |
99
- | | | | |
100
- | ** Service Keys:** | | | |
101
- | ** GET** | v2 | /okms/resource/{okmsId}/serviceKey | - List all keys. |
102
- | ** POST** | v2 | /okms/resource/{okmsId}/serviceKey | - Create or import a service key. |
103
- | ** GET** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Retrieve a key. |
104
- | ** PUT** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Update a service key. |
105
- | ** DEL** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Delete the given service key. |
106
- | | | | |
107
- | ** Authentication:** | | | |
108
- | ** GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - List virtual machine encryption KMS servers. |
109
- | ** POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - Create virtual machine encryption KMS server. |
110
- | ** GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Get virtual machine encryption KMS server. |
111
- | ** DEL** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Remove virtual machine encryption KMS server. |
112
- | ** POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId}/changeProperties | - Update virtual machine encryption KMS server. |
84
+ | ** Method** | ** API** | ** Path ** | ** Comments ** |
85
+ | --------------------- | ------- | ----------------------------------------------------------------------- | ----------------------------------------------- |
86
+ | | | | |
87
+ | ** Credentials:** | | | |
88
+ | ** GET** | v2 | /okms/resource/{okmsId}/credential | - List all access credentials. |
89
+ | ** POST** | v2 | /okms/resource/{okmsId}/credential | - Request a new access credential. |
90
+ | ** GET** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Get an access credential. |
91
+ | ** DEL** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Revoke and delete an access credential. |
92
+ | | | | |
93
+ | ** Reference:** | | | |
94
+ | ** GET** | v2 | /okms/reference/serviceKey | - Get service key type, size, curve and operations combination. |
95
+ | | | | |
96
+ | ** Resources:** | | | |
97
+ | ** GET** | v2 | /okms/resource | - List OVHcloud KMS services. |
98
+ | ** GET** | v2 | /okms/resource/{okmsId} | - Get an OVHcloud KMS service. |
99
+ | | | | |
100
+ | ** Service Keys:** | | | |
101
+ | ** GET** | v2 | /okms/resource/{okmsId}/serviceKey | - List all keys. |
102
+ | ** POST** | v2 | /okms/resource/{okmsId}/serviceKey | - Create or import a service key. |
103
+ | ** GET** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Retrieve a key. |
104
+ | ** PUT** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Update a service key. |
105
+ | ** DEL** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Delete the given service key. |
106
+ | | | | |
107
+ | ** Authentication:** | | | |
108
+ | ** GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - List virtual machine encryption KMS servers. |
109
+ | ** POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - Create virtual machine encryption KMS server. |
110
+ | ** GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Get virtual machine encryption KMS server. |
111
+ | ** DEL** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Remove virtual machine encryption KMS server. |
112
+ | ** POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId}/changeProperties | - Update virtual machine encryption KMS server. |
113
113
114
114
### Step 1 - Ordering an OVHcloud KMS (mandatory) <a name =" command-okms " ></a >
115
115
@@ -380,7 +380,7 @@ If you do not already have an IAM policy created, we will create one to list the
380
380
381
381
You will need to log in to your [ OVHcloud control panel] ( /links/manager ) .
382
382
383
- Go to IAM on section ` Identity, Security & Operations ` {.action} and ` Policies ` {.action}.
383
+ Go to ` Identity, Security & Operations ` {.action} section. Click ` Policies ` {.action}, then ` Create a policy ` {.action}.
384
384
385
385
![ Manager IAM Policy] ( images/manager_iam-resize-optim.png ) {.thumbnail}
386
386
0 commit comments