Skip to content

Releases: Datera/datera-csi

CHAP authentication support

02 Jun 18:34
f302b0f
Compare
Choose a tag to compare

CHAP authentication uses a shared secret between Datera and K8S worker nodes.

  • With CHAP 1-way or Uni-directional authentication, the Target (Datera) authenticates the Initiator (K8S worker node).
  • With CHAP 2-way or Bi-directional authentication, both the Target (Datera) and Initiator (K8S worker node) authenticates each other.
  • In Datera terms, CHAP 1-way is called 'chap' and CHAP 2-way is called 'mchap'. 'mchap' stands for Mutual CHAP.
  • When using CHAP 2-way, the username and password must be different in each direction. This is per Open-iSCSI standard.

Volume Expansion and QoS fixes

14 May 21:38
Compare
Choose a tag to compare
v1.0.9

Adding iscsi send and recv binaries

Volume resize bugfixes.

24 Jan 17:34
Compare
Choose a tag to compare
v1.0.8

Adding iscsi send and recv binaries

iscsi-recv binary release

10 Jan 20:57
Compare
Choose a tag to compare

This binary is used for communication from inside the CSI plugin container to the host-based iscsiadm binary. It takes a socket file location as an argument and for host-based iscsid setups which should be unix:///tmp/csi-iscsi.sock