Rohith
9e9a3a60a5
Merge pull request #14 from gambol99/exec_option
...
Exec option
2016-03-17 14:07:09 +00:00
Rohith
1abb8dcf27
- updating the CHANGELOG to reflect the changes to v0.0.8
2016-03-17 14:06:43 +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
8b46a367e3
- removing the sudo requirement from the makefile
2016-03-16 16:25:10 +00:00
Rohith
653ca2592b
Merge branch 'master' of github.com:gambol99/vault-sidekick
2016-03-16 16:23:21 +00:00
Rohith
f3abf36bf6
- updating the README to reflect the changes
2016-03-16 16:23:14 +00:00
Rohith
ec472dca8e
Merge pull request #13 from gambol99/raw_requests
...
- adding the ability to perform raw queries to vault
2016-03-16 16:21:14 +00:00
Rohith
03f7d9b530
- adding the ability to perform raw queries to vault
2016-03-16 16:20:46 +00:00
Rohith
30efb79b99
- adding the note for the release v0.0.6
2016-03-16 13:19:03 +00:00
Rohith
16c150d9d9
- fixing the Makefile for docker to always build static
2016-03-16 13:12:57 +00:00
Rohith
e9439b9e40
Merge pull request #12 from gambol99/pass_options
...
Pass options
2016-03-16 13:08:21 +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
cc74402b92
- updaing the README
2016-03-12 18:54:19 +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
7d4c6add13
Merge pull request #7 from UKHomeOffice/cert_bundle
...
- adding the bundle format option
2016-02-25 15:33:34 +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
4d769c0f7a
summary: the initial version did not support path, we need to remove the helper and allow the user to specify the entire path
2015-10-21 14:40:06 +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
9a14bbc919
- fixed the parsing of the json files
...
- fixed the getDurationWithin(); was returning in ms not seconds
2015-10-14 16:04:22 +01:00
Rohith
08d1667cb6
- changing the resource options to full names rather than shortcuts, make its more obvious
...
- adding a delay in the revoke option
2015-10-14 14:17:17 +01:00
Rohith
f1807db7e2
- pushing the version to v1.0.2
2015-10-12 16:06:40 +01:00
Rohith
9880cc458e
- adding the coverage, vetting and linting to the Makefile and test stage
...
- fixing the "range variable listener captured by func literal" issue
2015-10-12 12:35:12 +01:00
Rohith
8ce85540b3
Merge pull request #9 from gambol99/fix/golinting
...
Fix/golinting
2015-10-12 11:27:57 +01:00
Rohith
d170507110
- need to move the coverage statement
2015-10-12 11:25:08 +01:00
Rohith
95d966be0f
- fixing up the test
...
- adding the coverage to the makefile as a reminder
2015-10-12 11:23:36 +01:00
Rohith
2c5e02f518
- fixing up the docmentation and anything highlighted by the linter
2015-10-12 11:18:57 +01:00
Rohith
4e2640171b
Merge pull request #8 from gambol99/fix/ca_root
...
Fix/ca root
2015-10-12 11:06:05 +01:00
Rohith
30db56eadc
- fixing the typo on the scheduleNow() method
2015-10-09 21:08:59 +01:00
Rohith
5031f49461
- using the scheduleNow() method instead of channel push, to bypass the potential of a block
2015-10-09 21:06:42 +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
8b8c4db161
- adding the k8s service file
...
- adding the tls sidekick
2015-09-24 17:27:28 +01:00
Rohith
e116556e7f
- removing the /release directory in the make clean
2015-09-23 22:58:23 +01:00
Rohith
232d8dc91f
Merge pull request #7 from gambol99/fix/clean_up
...
- updated the readme
2015-09-23 22:41:58 +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
350f9e1216
Merge branch 'master' of github.com:gambol99/vault-sidekick into fix/tls_verify
2015-09-23 17:38:16 +01:00
Rohith
3165c564a7
- fixing up the dockerfile
...
- adding the k8s demo services
2015-09-23 17:37:12 +01:00
Rohith
e24d4ca7dc
- updating the readme to reflect the options
2015-09-23 14:25:14 +01:00
Rohith
20cc8b5195
Merge pull request #6 from gambol99/fix/tls_verify
...
TLS switch
2015-09-23 14:23:16 +01:00
Rohith
5b481fc19e
- added the docker push test
...
- added the option to skip tls verify
2015-09-23 14:21:54 +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
30b1e652b1
Merge pull request #4 from gambol99/wip/csv_output
...
csv format
2015-09-21 16:14:34 +01:00
Rohith
63532735c7
Merge pull request #5 from gambol99/wip/auth_backends
...
Wip/auth backends
2015-09-21 16:13:38 +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
4e9bf27021
- added the csv output format
2015-09-21 11:31:12 +01:00
Rohith
096e365598
Merge pull request #3 from gambol99/fix/formatting
...
- - fixed up the formatting
2015-09-21 11:22:37 +01:00
Rohith
20baf582fe
- fixed up the formatting
...
- fixing up the imports
2015-09-21 11:14:21 +01:00
Rohith
b6e5503615
- removing the auth from master for now
2015-09-21 11:11:19 +01:00
Rohith
9c90a63f5e
- fixed up the Makefile
2015-09-21 11:09:38 +01:00