chamber icon indicating copy to clipboard operation
chamber copied to clipboard

CLI for managing secrets

Results 60 chamber issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...

dependencies
go

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.21 to 1.52.2. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.52.2 (2024-05-03) Service Client Updates service/bedrock-agent: Updates service API and documentation service/connect: Updates service API and documentation...

dependencies
go

This is a major update to chamber's support for the S3, SSM, and Secrets Manager store implementations. Every effort was made to preserve functionality, but there is one gap. The...

My AWS Secrets Manager secret contains only plain text information so no key-value key-value works ```sh $ chamber -b secretsmanager list devops/key-value Key Version LastModified User 3 2022-09-01 12:37:33 arn:...

When `chamber` is used to populate environment variables into a Elastic Container Services (ECS) task, you are able to add environment variables to the command using `containerOverrides`: ```json { "containerOverrides":...

enhancement

Chamber uses aws-sdk-go v1 which [will enter maintenance mode on July 31, 2024](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) and hits EOL one year later. It needs to be updated to use the v2 SDK.

It would be nice to get a prompt if the `value` is omitted during a `write` operation This would still work ```sh $ chamber write service key value $ ```...

enhancement

When displaying the history for a key, it would be useful to have an option to expose the KMS Key ID. This can help debug which key is required to...

Imagine the following `chamber list-services` output: ``` Service app/aws app/bucket app/secrets ``` Right now you cannot do `chamber export app` but need to explicitly provide the service name e.g. `chamber...

enhancement
help wanted

Hi all, [Based on this documentation](https://aws.amazon.com/fr/blogs/opensource/demystifying-entrypoint-cmd-docker/) and some others found on the Internet, I really thought Chamber was able to split a given parameter into an environment variable, no matter...

question