Skip to content

v0.1.0

Compare
Choose a tag to compare
@coveobot coveobot released this 30 Jun 02:17

Changelog

02e614d Publish docker image
ec42ace Allow using an environment variable to fetch the config
f3b0b1d Some more README
93d06c3 Ignore coverage data
0124748 Add readme and travis release
e57aec5 Add godoc
098b7cc Add credentials tests
c4854ed Merge pull request #4 from coveooss/dependabot/go_modules/github.com/sirupsen/logrus-1.4.2
03693dc Merge pull request #3 from coveooss/dependabot/go_modules/github.com/stretchr/testify-1.3.0
ee78927 Bump github.com/stretchr/testify from 1.2.2 to 1.3.0
5e7105c Bump github.com/sirupsen/logrus from 1.4.1 to 1.4.2
c8022e6 Merge pull request #2 from coveooss/dependabot/go_modules/github.com/spf13/cobra-0.0.5
c2cb2e8 Bump github.com/spf13/cobra from 0.0.3 to 0.0.5
8a08c81 Merge pull request #1 from coveooss/dependabot/go_modules/github.com/aws/aws-sdk-go-1.20.10
7934447 Bump github.com/aws/aws-sdk-go from 1.19.11 to 1.20.10
588a784 Add badges
f26d0f2 Deploy to coveooss
f7ac876 Add support for AWS credentials
fa4ba0e Support SSH credentials
0df0ce8 Validate the configurations even when syncing
f5f1f6f Fetch credentials in secretsmanager with a prefix instead of a specific ID
20d1651 Allow fetching credentials from secretsmanager
1357b7d Allow insecurely connecting to a host
1995888 Allow setting a target name to which credentials are synced
018cc7d Allow creds that are not synced (used as target creds)
75c40d9 Allow fetching credentials from map instead of list
301f71c Add tagging logic. Allows syncing creds only on certain targets
4c0834a Implement AWS secretsmanager source
21097d9 Add sync for jenkins target
2a8de07 Setup parallel syncing logic
567696c Start implementing sync to Jenkins
1b1dc51 Add targets base structure
b0309b0 Add s3 source and start writing ssm source
e5b117e Add Secret Text credentials Add SSM source validation Add credentials list validations
204c564 Add credentials validation and some doc
947a06a Support reading local username password credentials. No sync yet
f88c6fd Initial commit