Skip to content

Commit

Permalink
bucket creation key fix
Browse files Browse the repository at this point in the history
Change-Id: I224d7e90b3ae35ee3c5bd5ad8e1f63119e4b0958
Reviewed-on: https://review.couchbase.org/c/TAF/+/223200
Reviewed-by: Ashwin <[email protected]>
Tested-by: Ashwin <[email protected]>
  • Loading branch information
pulkitM1 authored and ashwin2002 committed Feb 11, 2025
1 parent ec254d3 commit fa164e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/bucket_collections/collections_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def deploy_buckets_from_spec_file(test_obj):
CollectionBase.over_ride_bucket_template_params(
test_obj, test_obj.bucket_storage, buckets_spec)
if test_obj.enable_encryption_at_rest:
buckets_spec[Bucket.encryptionAtRestSecretId] = test_obj.encryption_at_rest_id
buckets_spec[Bucket.encryptionAtRestKeyId] = test_obj.encryption_at_rest_id
buckets_spec[Bucket.encryptionAtRestDekRotationInterval] = \
test_obj.encryptionAtRestDekRotationInterval
test_obj.log.info("Encryption at rest enabled")
Expand Down

0 comments on commit fa164e4

Please sign in to comment.