Giter VIP home page Giter VIP logo

summon-s3's Introduction

summon-s3

AWS S3 provider for Summon.

Provides access to secrets stored in Amazon S3.

Usage

Set summon-s3 as your Summon provider.

Give summon a path to an object in S3 and it will fetch it for you and print the value to stdout.

summon --provider summon-s3 \
--yaml 'MONGOPASS: !var myorg-creds/aws/dev/mongodb-password' \
printenv MONGOPASS
8h9psadf89sdahfp98

myorg-credentials is the bucket name.

Configuration

summon-s3 uses the official AWS Go SDK (V2). It will use the credentials file or environment variables as they explain.

Contributing

We welcome contributions of all kinds to this repository. For instructions on how to get started and descriptions of our development workflows, please see our contributing guide.

summon-s3's People

Contributors

andytinkham avatar doodlesbykumbi avatar dustinmm80 avatar gl-johnson avatar izgeri avatar jakequilty avatar jtuttle avatar juniortaeza avatar rpothier avatar sgnn7 avatar slimm609 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

summon-s3's Issues

The binary doesn't work on alpine

The binary does not work on alpine linux:

# ./summon-s3
sh: ./summon-s3: not found

It seems it's because of glibc dependency. To fix it, the binary should either be statically compiled, or a separate binary for musl should be provided.

(Originally reported by @chrisdostert as cyberark/summon#20)

ECS task roles error

summon s3 won't pull from a container with ECS roles because the version of aws-sdk-go is to old to support it. A rebuild with updated deps should resolve the issue.

I tried to update all the deps but I am getting these errors below while building. I don't know go well enough to resolve this issue.

-->     linux/amd64: github.com/conjurinc/summon-s3
-->   windows/amd64: github.com/conjurinc/summon-s3

3 errors occurred:
--> darwin/amd64 error: exit status 2
Stderr: # github.com/aws/aws-sdk-go/aws/request
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go:13: r.HTTPRequest.Cancel undefined (type *http.Request has no field or method Cancel)

--> linux/amd64 error: exit status 2
Stderr: # github.com/aws/aws-sdk-go/aws/request
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go:13: r.HTTPRequest.Cancel undefined (type *http.Request has no field or method Cancel)

--> windows/amd64 error: exit status 2
Stderr: # github.com/aws/aws-sdk-go/aws/request
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go:13: r.HTTPRequest.Cancel undefined (type *http.Request has no field or method Cancel)

standardised CHANGELOG exists, and is validated via pipeline

If the repo has a changelog that doesn't meet the standard, do try to change earlier entries to match the standard.
If the repo doesn't have a changelog use this as a starter:

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

Acceptance criteria

Connect Repo to Jenkins

The repo is not running the Jenkins tests on new PRs. This is holding up other PR's and needs to be be connected to Jenkins.

Apple silicon is not supported for this provider

Is your feature request related to a problem? Please describe.

Apple silicon is not supported.

Describe the solution you would like

GoReleaser should build an Apple M1

Describe alternatives you have considered

A clear and concise description of any alternative solutions or features that may be related to this that
you have considered.

Additional context

Add any other context information about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.