Commit graph

35 commits

Author SHA1 Message Date
Rohith f6246ac71d Release 0.3.4
- updated the changelog and the version
2017-09-19 10:08:24 +01:00
Rylan Hazelton 8ef990361c increment version 2017-08-16 17:37:29 -07:00
Rohith 37647bb47a - updating the version tag 2017-08-10 01:10:31 +01:00
James Munnelly d11da90402 Refactor main.go loop. Fix panic. 2017-07-18 00:41:11 +01:00
James Munnelly e5da153b5c Add 'retries' parameter to resources to allow optional maxRetries 2017-07-17 16:34:25 +01:00
James Munnelly 643f7ba6a9 Exit if there are no items to retrieve in one-shot mode 2017-06-21 19:36:13 +01:00
James Munnelly 2c07214d3d Add one-shot mode 2017-06-21 18:33:49 +01:00
Rohith aeb3cb34bf File Permissions
* Added a mode option to the resource specification enabling secrets to set the file permissions
 * Fixed a bug in the renewal time, when a resource does not have a custom update and the lease time is 0s
 * Cleaned up some of the vetting issue
2017-05-24 13:25:00 +01:00
Rohith 49ce68ab95 Vault User
- changing the user runs as to vault
- changing the base image to alpine:3.5
- updating the examples
- changing the golang version to 1.7.5
2017-01-31 12:25:49 +00:00
Rohith e37f814b4b - updating the README with badges
- updating the release version to v0.2.1
- updating the docker image to alpine:3.4
2016-10-01 23:56:31 +01:00
Rohith 9786a52e09 - switching to using the os.ExpandEnv methods rather than tokenizing the string
- updated the readme to reflect the changes
2016-07-13 15:57:57 +01:00
Rohith f9e1634386 - fixing the enviroment variable expansion to permit underscores 2016-07-13 15:08:33 +01:00
Rohith fcd608cd6d - changing the file permissions on the secrets 2016-07-05 18:16:43 +01:00
Rohith 7e9330aec0 - fixing up the format of the bundle
- shifting the version to v0.1.0
2016-06-30 14:14:20 +01:00
Rohith 19f6ebfe34 - shifting the docker image to alpine:3.3
- changing the argument passed to the exec default filename i.e. either file=<FILE> or path.type
- fixing up the docker build
- shifting to version v0.0.9-2
2016-05-03 12:15:23 +01:00
Rohith 8ae8745f51 - adding a authors file
- shifting to the v0.0.9-1 release
- updating the changelog and readme
2016-04-28 00:36:08 +01:00
Lewis Marshall bcc4e3fe8f Added a create option for generic secrets with an optional size parameter 2016-03-22 18:26:22 +00:00
Rohith be9e86d915 - adding a exec option to the control flags, the command is executabed whenever the data is changed 2016-03-17 14:04:21 +00:00
Rohith 03f7d9b530 - adding the ability to perform raw queries to vault 2016-03-16 16:20:46 +00:00
Rohith 9d02d7e843 - extracting the options completelt
- passing all the options into the write, effectivly allowing you to pass all options
- fixed the format of the content
- added a changelog
- shifting to version v0.0.6
2016-03-16 13:07:54 +00:00
Rohith 83a8642f0a - fixing the durationWithIn method, which causes a invalid renewel time
- added a env format which will generate enviroment variables
- added the postgres, cubbyhole and transit backend
- fixed a number of bugs
- shifting to version v0.0.5
2016-03-12 18:49:57 +00:00
Rohith 2086be7fd2 - adding the bundle format option
- this needs a clean really
- shifting to version v0.0.4
- fixing the govet error
2016-02-25 15:29:48 +00:00
Rohith 093e0bce1f - pushing the version to v0.0.3 2015-10-21 14:42:55 +01:00
Rohith 549de4f6e5 - adding some extra debugging
- performing a gofmt on the code, should probably place this into the tests
2015-10-15 17:28:12 +01:00
Rohith 86d4cd64f2 - fixed up the version label 2015-10-14 16:06:46 +01:00
Rohith f1807db7e2 - pushing the version to v1.0.2 2015-10-12 16:06:40 +01:00
Rohith 7f89a812a0 - adding the ability to import a root CA rather bypassing the tls verfication 2015-10-09 17:42:24 +01:00
Rohith 647796e93a - updated the readme
- standardize the authentication interface
- required the unrequire
- first draft cleanup and reduction of code
2015-09-23 22:39:50 +01:00
Rohith 12c5c37746 - adding the static and release stages to the makefile
- moving the render code into utils
- fixed up the dockerfile for testing
- adding the ignore on release
- adding the fix to makefile
2015-09-21 17:32:13 +01:00
Rohith 5c06dc0e14 - added the csv output format
- adding the auth backends
- general cleanup of the code
- fixed up the tests
2015-09-21 16:12:27 +01:00
Rohith 20baf582fe - fixed up the formatting
- fixing up the imports
2015-09-21 11:14:21 +01:00
Rohith b2e19a1bb2 - added the cert file format; essentially a hack to create the three file 2015-09-18 17:45:34 +01:00
Rohith feff72415a - fixed up the renewal and revoking of secrets
- shifting between states for the resources
- added the default behavior to stop renewing a sereat and instead retrieving a new lease
- added the revoking method
;
2015-09-18 17:18:17 +01:00
Rohith be5612f524 - fixed up and clean some of the code
- added the scenerio, lease expired but asking to renew
- added the actual renew of lease code, rather than retrieve new lease for autditing purposes
2015-09-18 14:12:09 +01:00
Rohith 477c10e62f - adding the initial commit 2015-09-18 10:14:15 +01:00