Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtitle committed Aug 27, 2024
1 parent f423611 commit 36a001a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class BucketHelper[F[_]](
// Available service accounts ((cluster or default SA) and notebook SA, if they exist) -> Owner
// User proxy group -> Reader
bucketSAs <- getBucketSAs(serviceAccountInfo)
proxyGroup <- Stream.eval(samService.getProxyGroup(userEmail)).map(userIdentity)
proxyGroup <- Stream.eval(samService.getProxyGroup(userEmail)).map(groupIdentity)

readerAcl = Map(StorageRole.ObjectViewer -> NonEmptyList.one(proxyGroup))
ownerAcl = Map(StorageRole.ObjectAdmin -> NonEmptyList(leoEntity, bucketSAs))
Expand Down

0 comments on commit 36a001a

Please sign in to comment.