934628f382
Test against Vault 0.8.0-rc1
2017-08-04 08:46:33 +02:00
ce90f9fba2
Readme 0.6.1
2017-08-04 08:37:03 +02:00
6b25113b9f
Bump version to 0.6.1
v0.6.1
2017-08-02 17:50:20 +02:00
63dc329857
Revert Travis test to Vault 0.7,3
...
Partially reverts e9663ef (commented out), because fixes should be released before 0.8 compatibility is finally required.
2017-08-02 17:46:56 +02:00
42094101a3
Code style
...
A number of style corrections in main source files.
Trimmed lines to 120 characters, added some spaces and line breaks.
Removed unused imports
2017-08-02 17:46:56 +02:00
259747afae
JavaDoc fixes
...
Added various JavaDoc blocks for public methods in model classes and some minor style corrections.
2017-08-02 17:46:56 +02:00
d7365dcaf1
Fix typo in TokenData.getCreationTtl()
...
The method getCreatinTtl() has been renamed to getCreatoinTtl(),
2017-08-02 17:46:56 +02:00
c24d1cae0b
Fix CredentialsPassword model
2017-08-02 17:46:56 +02:00
af7b99587f
Model classes and various method parameters declared final.
...
As the model classes are not designed for inheritance, they are now explicitly declared final.
Same for various input parameters, as thes should be immutable in most methods.
2017-08-02 17:46:55 +02:00
13c2cce162
Bump Jackson to 2.9.0
2017-07-31 20:46:15 +02:00
e9663ef794
Fix token creation test for compatibiltiy with Vault 0.8.0 ( #10 )
...
As of Vault 0.8.0 specifying the same token ID twice is prohibited. Adapted the unit test to match this behavior.
2017-07-31 20:38:54 +02:00
3fd74a7fd2
Jackson dependency Update
...
Updated Jackson libraries to 2.9.0.pr4 to evaluate compatibility with upcoming release
2017-07-18 11:12:56 +02:00
21943896c7
Test against 0.7.3
2017-06-08 21:18:50 +02:00
3794f4aac6
Preparations for 0.6.0 release
v0.6.0
2017-05-12 12:15:35 +02:00
f805a9c751
Test against 0.7.2
2017-05-09 19:32:00 +02:00
767c2cce91
ReadMe and dependency updates
2017-04-30 13:31:54 +02:00
ed703f6e53
Implement AutoCloseable
2017-04-13 19:49:47 +02:00
e767c07a61
#8 Initialization from environment variables
2017-04-13 19:46:01 +02:00
c1f6ee891b
#9 Number of retries and custom timeout
2017-04-10 13:22:54 +02:00
5d46e75068
Prevent SecretResponse from raising NPE in get()
2017-04-10 12:30:36 +02:00
7a67080aa0
TlsException cleanup
2017-04-07 15:47:13 +02:00
81c28f10c1
Travis trusty environment
2017-03-19 12:57:10 +01:00
b99edb86ac
.gitignore in repo
2017-03-19 12:40:13 +01:00
594b80f62b
Typo fix
v0.5.0
2017-03-19 12:13:52 +01:00
4bd614a633
Dependencies updated, Release 0.5.0
2017-03-18 14:39:49 +01:00
0f6bccff02
PNG logo
2017-03-18 14:35:00 +01:00
fca6e496d8
SecretResponse.getValue() deprecated
2017-03-18 14:28:48 +01:00
0f5540913a
Logo and ReadMe updates
2017-03-18 14:28:48 +01:00
8129017ad0
#7 Convenience methods for SQL credentials
2017-03-18 14:19:40 +01:00
c0ad451134
Test against vault 0.7.0
2017-03-18 13:49:37 +01:00
5f3e285a8a
Added "local" attribute for AuthMethod response (0.7.0 compatibility)
2017-03-18 13:48:47 +01:00
107244cb81
Minor fixed and test coverage
2017-02-10 11:16:31 +01:00
e877d377c0
Dependencies updated
2017-02-10 09:58:09 +01:00
a565411b22
UnitTest against 0.6.5
2017-02-10 09:54:23 +01:00
6f13af5c91
More usage examples
2017-01-09 12:48:49 +01:00
ce2de2df81
TokenBuilder with policies as vararg
2017-01-09 12:42:12 +01:00
d7e4e7e5be
Writing of complex data
2017-01-09 12:41:49 +01:00
2f312d3937
Read/write/list arbitrary keys
2017-01-08 12:45:07 +01:00
2f5b6d1523
Travis
2017-01-07 21:09:29 +01:00
69874bdceb
ReadMe updated
2017-01-07 19:18:37 +01:00
8ab9c23605
Copyright updated
2017-01-07 19:18:37 +01:00
324bff7e58
Additional information in POM
2016-12-30 10:16:12 +01:00
b036b73e11
Typos
2016-12-27 17:49:51 +01:00
17145e53be
Minor JavaDoc corrections
v0.4.1
2016-12-24 12:43:58 +01:00
e988833eb9
Preparations for 0.4.1 release
2016-12-24 12:24:32 +01:00
ea3b6d50cb
Fix #6 Factory Null-tolerant for trusted certificate
2016-12-21 20:30:28 +01:00
3f7f88e14a
Tested against 0.6.3
2016-12-14 09:08:05 +01:00
3396693120
Test stacktraces for revealing any secret information
2016-12-04 10:38:30 +01:00
ca51fed145
Unimplemented initialization method removed
2016-12-04 10:18:31 +01:00
9c216dd805
ReadMe updated
2016-12-04 10:12:35 +01:00