Skip to content

Commit

Permalink
csi: remove stray TODO comment
Browse files Browse the repository at this point in the history
This item was completed in #8626
  • Loading branch information
tgross committed Oct 9, 2020
1 parent 1ce58e8 commit 6228cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nomad/csi_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ func (v *CSIVolume) Unpublish(args *structs.CSIVolumeUnpublishRequest, reply *st
metricsStart := time.Now()
defer metrics.MeasureSince([]string{"nomad", "volume", "unpublish"}, metricsStart)

// TODO(tgross): ensure we have pass-thru of token for client-driven RPC
// ref https://github.com/hashicorp/nomad/issues/8373
allowVolume := acl.NamespaceValidator(acl.NamespaceCapabilityCSIMountVolume)
aclObj, err := v.srv.WriteACLObj(&args.WriteRequest, true)
if err != nil {
Expand Down

0 comments on commit 6228cae

Please sign in to comment.