container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Adds secrets field to ListSnapshotsRequest #372

Closed hakanmemisoglu closed 5 years ago

hakanmemisoglu commented 5 years ago

There is no way to directly pass credentials to ListSnapshots call. This change will add a field required to pass credentials by the caller.

hakanmemisoglu commented 5 years ago

370

hakanmemisoglu commented 5 years ago

@saad-ali Do we need to update golang version in Travis? (or enable go module)

jieyu commented 5 years ago

Yeah, we should bump the golang in CI. It's still using 1.10.4

@hakanmemisoglu can you bump golang version in .travis.yml?

hakanmemisoglu commented 5 years ago

@jieyu Sure. I will push a separate PR.

hakanmemisoglu commented 5 years ago

@saad-ali CI passed.