# Easy private Helm repositories

DevFeed: [Easy private Helm repositories](<https://devfeed.tech/articles/easy-private-helm-repositories-37827.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/private-helm-repo/>)

Author: Carlos Alexandro Becker

Published: 2020-02-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [proxy](<https://devfeed.tech/topics/proxy.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [azure](<https://devfeed.tech/tags/azure.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [helm](<https://devfeed.tech/tags/helm.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [s3](<https://devfeed.tech/tags/s3.md>)

## AI overview

This tutorial explains how to create a private or authenticated Helm repository backed by cloud storage. It uses storage-auth-proxy to authenticate and proxy requests to a private bucket, with support for GCS, S3, and Azure.

## Source excerpt

Can we have a private Helm repository using GCS as backend? Yes we can!