Skip to content

Commit d616482

Browse files
authored
Merge pull request #492 from TileDB-Inc/seth/cloud-1273-add-tiledb-cloud-rest-support-for-kms-key
Add support for AWS KMS key ID with credentials
2 parents 79b065f + 84bb213 commit d616482

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

openapi-v2.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,12 +1618,17 @@ definitions:
16181618
description: "The access key's secret. Never returned in responses."
16191619
type: string
16201620
x-go-custom-tag: 'tdbrest:"secret" validate:"required"'
1621-
16221621
endpoint:
16231622
description: "The endpoint used for this credential"
16241623
x-nullable: true
16251624
type: string
16261625
example: "https://example.us-west-2.amazonaws.com"
1626+
sse_kms_key_id:
1627+
x-nullable: true
1628+
description: "The key ID, key ARN, or key alias of the AWS KMS key to use with this credential"
1629+
type: string
1630+
example: "arn:aws:kms:us-east-1:1234:key/mykey"
1631+
16271632

16281633
AzureCredential:
16291634
description: "Credential information to access Microsoft Azure. Each supported property is the snake_case version of its name in an Azure Storage connection string."
@@ -1678,6 +1683,11 @@ definitions:
16781683
description: "The endpoint used for this role"
16791684
type: string
16801685
example: "https://example.us-west-2.amazonaws.com"
1686+
sse_kms_key_id:
1687+
x-nullable: true
1688+
description: "The key ID, key ARN, or key alias of the AWS KMS key to use with this credential"
1689+
type: string
1690+
example: "arn:aws:kms:us-east-1:1234:key/mykey"
16811691

16821692
AzureToken:
16831693
description: "Token information to access Azure services"

0 commit comments

Comments
 (0)