DirectorySecurity AdvisoriesPricing
/
Sign in
Directory
secrets-store-csi-driver-provider-azure-fips logoFIPS

secrets-store-csi-driver-provider-azure-fips

Last changed

Request a free trial

Contact our team to test out this image for free. Please also indicate any other images you would like to evaluate.

Tags
Overview
Comparison
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Chainguard Container for secrets-store-csi-driver-provider-azure-fips

Azure Key Vault provider for Secret Store CSI driver allows you to get secret contents stored in Azure Key Vault instance and use the Secret Store CSI driver interface to mount them into Kubernetes pods.

Chainguard Containers are regularly-updated, secure-by-default container images.

Download this Container Image

For those with access, this container image is available on cgr.dev:

docker pull cgr.dev/ORGANIZATION/secrets-store-csi-driver-provider-azure-fips:latest

Be sure to replace the ORGANIZATION placeholder with the name used for your organization's private repository within the Chainguard Registry.

Compatibility Notes

Chainguard's secrets-store-csi-driver-provider-azure container image is comparable to Microsoft's Azure CSI driver. Chainguard's image contains only the minimum set of dependencies needed to run the driver.

FIPS Compliance

This FIPS-compliant image includes OpenSSL FIPS provider and is built with FIPS-validated cryptographic modules. Key FIPS features include:

  • FIPS-validated OpenSSL provider - Uses OpenSSL FIPS provider for cryptographic operations
  • Approved algorithms only - Restricted to FIPS-approved cryptographic algorithms
  • FIPS mode enforcement - Cryptographic operations automatically use FIPS-validated modules
  • Enhanced SSH security - SSH configurations restricted to FIPS-approved ciphers and algorithms

Getting Started

The official documentation outlines how to set up the Azure provider for Secrets Store CSI Driver. To get started with Chainguard's secrets-store-csi-drive-provider-azure image, create a custom values.yaml file for the Helm release:

cat <<EOF > values.yaml
linux:
  image:
    repository: "cgr.dev/ORGANIZATION/secrets-store-csi-driver-provider-azure-fips"
    tag: "latest"
EOF

Add the Helm chart and install the csi-secrets-store-provider-azure release:

helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
helm install csi-secrets-provider csi-secrets-store-provider-azure/csi-secrets-store-provider-azure -f values.yaml

This can now be tested by creating a Secrets Provider Class Object. The following is an example manifest:

kubectl apply -f - <<EOF
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
  name: azure-secrets
  namespace: kube-system
spec:
  provider: azure
  parameters:
    usePodIdentity: "false"
    useVMManagedIdentity: "true"              
    keyvaultName: <KEY VAULT NAME>
    cloudName: ""
    objects:  |
      array:
        - |
          objectName: <SECRET NAME>
          objectType: secret # object types: secret, key or cert
          objectVersion: ""                    
    tenantId: "<TENANT ID>"
EOF

The secret is consumed by a Kubernetes Pod. In this example, the Azure secret from a Key Vault Secret is mounted to /mnt/secret-store:

kubectl apply -f - <<EOF
kind: Pod
apiVersion: v1
metadata:
  name: demo-pod
  namespace: kube-system
spec:
  containers:
    - name: nginx
      image: cgr.dev/ORGANIZATION/busybox:latest
      command: ["/bin/sh", "-c", "sleep 864000"]
      volumeMounts:
      - name: secrets-store01-inline
        mountPath: "/mnt/secrets-store"
        readOnly: true
  volumes:
    - name: secrets-store01-inline
      csi:
        driver: secrets-store.csi.k8s.io
        readOnly: true
        volumeAttributes:
          secretProviderClass: <KEY VAULT NAME>
        nodePublishSecretRef:
          name: "sscdp-azure-settings"
EOF

Documentation and Resources

What are Chainguard Containers?

Chainguard's free tier of Starter container images are built with Wolfi, our minimal Linux undistro.

All other Chainguard Containers are built with Chainguard OS, Chainguard's minimal Linux operating system designed to produce container images that meet the requirements of a more secure software supply chain.

The main features of Chainguard Containers include:

For cases where you need container images with shells and package managers to build or debug, most Chainguard Containers come paired with a development, or -dev, variant.

In all other cases, including Chainguard Containers tagged as :latest or with a specific version number, the container images include only an open-source application and its runtime dependencies. These minimal container images typically do not contain a shell or package manager.

Although the -dev container image variants have similar security features as their more minimal versions, they include additional software that is typically not necessary in production environments. We recommend using multi-stage builds to copy artifacts from the -dev variant into a more minimal production image.

Need additional packages?

To improve security, Chainguard Containers include only essential dependencies. Need more packages? Chainguard customers can use Custom Assembly to add packages, either through the Console, chainctl, or API.

To use Custom Assembly in the Chainguard Console: navigate to the image you'd like to customize in your Organization's list of images, and click on the Customize image button at the top of the page.

Learn More

Refer to our Chainguard Containers documentation on Chainguard Academy. Chainguard also offers VMs and Librariescontact us for access.

Trademarks

This software listing is packaged by Chainguard. The trademarks set forth in this offering are owned by their respective companies, and use of them does not imply any affiliation, sponsorship, or endorsement by such companies.

Licenses

Chainguard's container images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" tag of this image:

  • Apache-2.0

  • GCC-exception-3.1

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

  • NIST-PD

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

Chainguard Containers are SLSA Level 3 compliant with detailed metadata and documentation about how it was built. We generate build provenance and a Software Bill of Materials (SBOM) for each release, with complete visibility into the software supply chain.

SLSA compliance at Chainguard

This image helps reduce time and effort in establishing PCI DSS 4.0 compliance with low-to-no CVEs.

PCI DSS at Chainguard

This is a FIPS validated image for FedRAMP compliance.

This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.

Learn more about STIGsGet started with STIGs

Related images
secrets-store-csi-driver-provider-azure logo
secrets-store-csi-driver-provider-azure

Category
FIPS
STIG

The trusted source for open source

Talk to an expert
© 2025 Chainguard. All Rights Reserved.
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsIntegrationsPricing