Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.
Adds support for volume 'authentication sources'. Currently supported authentication sources include 'pod' and 'driver', with 'driver' being the default.
Adds documentation for configuring the CSI Driver, including authentication sources.
Pod authentication source only supports IRSA credentials.
CSI Driver service account now requires permissions to list all service accounts in the cluster.
Adds an example of usage to static_provisioning examples.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: https://github.com/awslabs/mountpoint-s3-csi-driver/issues/111
Description of changes:
static_provisioning
examples.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.