Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne committed Aug 1, 2019
1 parent 95f4a6f commit 1b21474
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sources:
- path: /home/jdoe/path/to/file.yaml
aws_s3:
- bucket: name
- key: path/to/file.yaml
key: path/to/file.yaml
aws_secretsmanager:
- secret_prefix: credentials-sync/
- secret_id: arn:aws:secretsmanager:us-west-2:123456789012:secret:production/MyAwesomeAppSecret-a1b2c3
Expand Down Expand Up @@ -176,7 +176,6 @@ This allows you to run this as a cron job in AWS Fargate or Kubernetes, for exam

## Roadmap
- Incremental runs (keep a state file and only update credentials that have been modified at the source level. This would have to be optional because full runs will still be need to sync back credentials that have been modified at the target level)
- Credentials deletion (from a list of IDs)
- LastPass target
- Terraform state file source
- SSM Parameter store source (not in the regular JSON format)
Expand All @@ -187,4 +186,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc
Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 1b21474

Please sign in to comment.