Commit graph

16 commits

Author SHA1 Message Date
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 e14ea53b44 - removing the regexs import 2016-07-13 16:00:17 +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 890021c0e2 - adding the ability to expansion environment variable in the resource path 2016-04-28 00:29:03 +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 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 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 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 2c5e02f518 - fixing up the docmentation and anything highlighted by the linter 2015-10-12 11:18:57 +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 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 477c10e62f - adding the initial commit 2015-09-18 10:14:15 +01:00