Creating an External vault
Use the post /v1/cckm/oci/create-external-vault
API to create an external vault.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
compartment_id | string | ID of the Oracle compartment. |
endpoint_url_hostname | string | IP address of the CipherTrust Manager or Load Balancer. FQDNs are not supported. |
issuer_id | string | ID of the issuer. |
client_application_id | string | ID of the OCI KMS application as registered on the third-party identity provider. |
vault_name | string | Name of the external vault. |
connection | string | Name or ID of the Oracle connection on the CipherTrust Manager. |
source_key_tier | string | Tier of the source. Specify the type of key source allowed in the vault. Possible option is local (CipherTrust Manager).If the source_key_tier is not specified, you can create local keys in the vault. |
policy | string | Rego policy to be associated with the vault. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.