teller icon indicating copy to clipboard operation
teller copied to clipboard

Cloud native secrets management for developers - never leave your command line for secrets.

Results 105 teller issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @โ€‹KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...

dependencies
github_actions

Hi all, I wanted to announce a project we've been working on for quite a while (which might explain our focus shift) -- which is **Teller 2.0** ๐ŸŽŠ๐ŸŽ‰๐Ÿ˜ƒ. # What's...

enhancement

## Expected Behavior Teller should handle both the legacy and new aws cli sso formats ## Current Behavior you need to setup your sso with the legacy format in order...

bug

## Expected Behavior teller put should accept any string, i.e. teller put A="-A" ## Current Behavior teller: error: ...: invalid map value "-A" ## Possible Solution ## Steps to Reproduce...

bug

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/198, we noticed that the website does not pass the trademark criteria on [CLOMonitor](https://clomonitor.io/search?foundation=cncf&not_passing_check=trademark_disclaimer&page=1). To fix this: Head to the source code of...

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.9.3. Release notes Sourced from github.com/sirupsen/logrus's releases. v1.9.3 Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer...

dependencies
go

Bumps [github.com/karrick/godirwalk](https://github.com/karrick/godirwalk) from 1.16.1 to 1.17.0. Commits 9a7752c Merge pull request #68 from karrick/close fc82f1b added Close method and updated godoc documentation 09df44b Added link to you-might-not-need article. See full...

dependencies
go

Bumps [github.com/dghubble/sling](https://github.com/dghubble/sling) from 1.3.0 to 1.4.1. Release notes Sourced from github.com/dghubble/sling's releases. v1.4.1 Update minimum Go version from v1.16 to v1.18 (#76) v1.4.0 Do reads Body to reuse HTTP/1.x "keep-alive"...

dependencies
go

Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.8.1 to 1.27.0. Release notes Sourced from github.com/hashicorp/consul/api's releases. v1.17.2 1.17.2 (January 23, 2024) SECURITY: Upgrade OpenShift container images to use ubi9-minimal:9.3 as the base image. [GH-20014]...

dependencies
go

## Expected Behavior Given a configuration that users the .env provider with a configuration containing any variable that mapss to the empty string ```shell FOO="" ``` Redaction should ignore the...

bug