aws-sm-buildkite-plugin icon indicating copy to clipboard operation
aws-sm-buildkite-plugin copied to clipboard

Buildkite plugin for working with AWS Secrets Manager

Results 6 aws-sm-buildkite-plugin issues
Sort by recently updated
recently updated
newest added

This plugin always open by default https://buildkite.com/docs/pipelines/managing-log-output It is extremely annoying when you view logs for a given step as you have to collapse this log group first. It would...

Hi team, Would be great if we could adjust the default log level? Currently, it's logging no-op information for our builds. Thanks a lot! [Related code](https://github.com/seek-oss/aws-sm-buildkite-plugin/blob/master/hooks/environment#L36-L39) Example: ![Screenshot 2023-09-29 at...

## Problem While implementing this plugin to work with a Terraform pipeline, we found that the key names used in the pipeline YAML do not have their case respected when...

## Summary Basic support for AWS profiles as per #17 ## Example ``` steps: - commands: 'echo \$SECRET_FROM_OTHER_REGION' plugins: - seek-oss/aws-sm#v2.3.1: profile: profile-name env: SECRET_FROM_OTHER_PROFILE: my-secret-id ``` ## Limitations This...

I have a multi-account setup and would like to store my secrets in another account than the current one. While the plugin supports multiple accounts and ARN the actual AWS...

### Problem I am configuring my deploy pipeline so that the target environment can be selected from a list. That environment is then written into a variable ($$deploy_environment for example)....