Rohith Jayawardene
12208bcad4
Merge pull request #46 from jeffersongirao/vault-url-from-kube-auth-file
...
Loading vault url from kubernetes vault auth file, exit if vault url is not set.
2017-08-15 20:31:42 +01:00
Jefferson Girao
b12944d8a7
Loading vault url from kubernetes vault auth file
2017-07-25 09:08:15 +02:00
James Munnelly
e5da153b5c
Add 'retries' parameter to resources to allow optional maxRetries
2017-07-17 16:34:25 +01:00
Rohith Jayawardene
19590bb00a
Merge pull request #39 from darron/darron/kubernetes-vault
...
Adding kubernetes-vault support - slightly different file format.
2017-06-02 15:39:43 +01:00
Rohith
bd252c234a
CA Certificate
...
- fixing the loading of the ca certificate for verification
2017-05-24 16:02:35 +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
Darron Froese
15817c5173
Adding kubernetes-vault support - slightly different file format.
2017-05-07 21:05:03 -06:00
rob boll
8718ddda57
enable authentication with approle backend
2016-09-17 12:07:52 -04: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
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
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
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
2c5e02f518
- fixing up the docmentation and anything highlighted by the linter
2015-10-12 11:18:57 +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
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
5b481fc19e
- added the docker push test
...
- added the option to skip tls verify
2015-09-23 14:21:54 +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
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