Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick of 1509 #1524

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 22, 2020

  1. Vendor: Update to Kubernetes 1.14 packages

    * Needed to include new updated portworx/sched-ops change
    
    Signed-off-by: Luis Pabón <luis@portworx.com>
    lpabon committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    cb3d18b View commit details
    Browse the repository at this point in the history
  2. BATS KinD test framework

    This test framework allows testing of openstorage as a
    provisioner for the Portworx intree Kubernetes driver. With
    this model, we can automate test openstorage authentication model
    on Kubernetes
    
    Signed-off-by: Luis Pabón <luis@portworx.com>
    lpabon committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    382c0ae View commit details
    Browse the repository at this point in the history
  3. Support for multitenancy in intree Kubernetes

    This change fixes a security issue where the pvc user could
    maliciously use the secret located in a namespace they cannot
    access. Instead this patch changes the model to the CSI model
    which is based on using the StorageClass as the source of truth
    on the location of the sercret which contains the authentication
    token.
    
    Signed-off-by: Luis Pabón <luis@portworx.com>
    lpabon committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    22cadd0 View commit details
    Browse the repository at this point in the history