Skip to content

Commit

Permalink
DMP-4602 : DETS SAS token issue (#2468)
Browse files Browse the repository at this point in the history
Co-authored-by: hemantasharma <[email protected]>
  • Loading branch information
hemantasharma1129 and hemantasharma authored Jan 21, 2025
1 parent d64dd09 commit 1d2ca7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public BlobServiceClient getBlobServiceClient(String containerString) {

@Override
public BlobServiceClient getBlobServiceClientWithSasEndpoint(String sasEndpoint) {
//temp change, a new SAS token will be generated once the analysis is done
log.info("The DETS SAS Token {}", sasEndpoint);
return blobServiceClientMap.computeIfAbsent(sasEndpoint, k -> new BlobServiceClientBuilder()
.endpoint(sasEndpoint).buildClient());
}
Expand Down

0 comments on commit 1d2ca7f

Please sign in to comment.