athens icon indicating copy to clipboard operation
athens copied to clipboard

A Go module datastore and proxy

Results 169 athens issues
Sort by recently updated
recently updated
newest added

**What is the problem I am trying to address?** A lot of folks including me forget to update the Helm chart version when they make changes to the chart. It's...

**What is the problem I am trying to address?** None **How is the fix applied?** I added `.github/workflows/go.yml` to set up a basic GitHub action **Mention the issue number it...

What is the problem I am trying to address? Adding support for AWS IAM proxies in Kubernetes Currently, S3 support in S3s only supports AWS configuration using Hardcoded credentials. Our...

**What is the problem I am trying to address?** There are a lot of configuration options and it's easy to forget something, misconfigure Athens, and get stuck when you make...

**What is the problem I am trying to address?** - Adding storage/encryption pkg that wraps a `storage.Backend` to encrypt and decrypt data. - Adding a `StorageEncryptionKey` config option to set...

## What is the problem I am trying to address? When running Helm according to documentation, There's an error ``` Error: unable to build kubernetes objects from release manifest: unable...

## What is the problem I am trying to address? We have a bunch of feature proposals that have been submitted via issues. We just enabled [GitHub discussions](https://github.com/gomods/athens/discussions), which is...

## What is the problem I am trying to address? It's hard to move modules from one storage backend to another. You have to understand the internals of how Athens...

## What is the problem I am trying to address? The [participating docs](https://docs.gomods.io/contributing/community/participating/) have two unrelated things in them: - Roles in the community - Ways to participate in the...

Signed-off-by: ]|[ ## What is the problem I am trying to address? ``` $ cd athens/cmd/proxy $ go build # github.com/mattn/go-ieproxy ~/go/pkg/mod/github.com/mattn/[email protected]/GetProxyFunc.go:10:9: undefined: proxyMiddleman ``` ## How is the fix...