Skip to content

Commit d211380

Browse files
committed
Shorter DRA creation token
1 parent 55682ba commit d211380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_provisioner/src/hpc_provisioner/aws_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def create_dra(
447447
BatchImportMetaDataOnCreate=True,
448448
ImportedFileChunkSize=1024,
449449
S3=s3_config,
450-
ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
450+
ClientRequestToken=f"{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
451451
Tags=[
452452
{"Key": "Name", "Value": f"{filesystem_id}-{mountpoint}"},
453453
{"Key": BILLING_TAG_KEY, "Value": BILLING_TAG_VALUE},

0 commit comments

Comments
 (0)