Max Lambrecht
a5b28922c9
This PR includes the following changes
...
- workload.proto updated to the last version
- updated SpiffeSVID, X509SVIDFetcher and SpiffeIdManager to read the Federated
Bundles and use them in the TrustStore checkClient validation method.
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-09-14 16:27:49 -03:00
Max
178070dcd9
Merge pull request #8 from maxlambrecht/dev
...
Removing BouncyCastle dependency and using JCE standard library
2018-09-05 12:32:27 -03:00
Max
a0d9746971
Merge pull request #9 from maxlambrecht/exposing-svid
...
Exposing SpiffeSVID to the library users
2018-09-05 12:31:44 -03:00
Max Lambrecht
f2d492e586
Exposing SpiffeSVID and SpiffeIdManager
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-09-04 12:20:59 -03:00
Max Lambrecht
66414f0eb9
Removing BouncyCastle dependency and using JCE standard library
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-09-04 12:06:04 -03:00
Max
5a8662563e
Merge pull request #5 from maxlambrecht/spiffe-provider
...
SPIFFE based Java Security Provider (KeyStore and TrustStore)
2018-08-22 13:59:24 -03:00
Max Lambrecht
2f6c960a91
Adding LICENSE
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-22 10:53:38 -03:00
Max Lambrecht
613f34da1c
Use optimistic read
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-17 10:24:58 -03:00
Max Lambrecht
fdff8485cf
Synchronize reads and writes in Spiffe SVID Manager
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-17 10:11:07 -03:00
Max Lambrecht
0a2fc88078
Allowing ssl.spiffe.accept to be a list
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-15 08:50:41 -03:00
Max Lambrecht
c0f0fbeced
Amending validation error message
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-14 09:04:49 -03:00
Max Lambrecht
318a6be9a8
Minor amendments
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-09 16:41:18 -03:00
Max Lambrecht
09156bc789
Minor amendment in error message
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-09 10:13:15 -03:00
Max Lambrecht
c7857e9593
Addressing PR comments. Clarifying readme, refactoring code to improve readability and handling error scenarios. Adding log. Removing unused method
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-08 15:51:14 -03:00
Max Lambrecht
87b9f59de2
Minor amendments in readme
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-07 12:31:09 -03:00
Max Lambrecht
85b04cb5ad
Amending link
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-06 11:08:41 -03:00
Max Lambrecht
d434240a47
Implementation of SPIFFE KeyStore
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-08-06 10:44:55 -03:00
Max
b101cdf363
Merge pull request #3 from maxlambrecht/master
...
First implementation of java-spiffe
2018-06-20 16:17:10 -03:00
Max Lambrecht
cedd418c21
Clarifying requirements in README. Upgrading gradle version to 4.8
2018-06-20 15:56:25 -03:00
Max Lambrecht
4a283133ad
Changing Retry configurable parameter. Adding socket address resolution through JVM property
2018-06-15 09:57:59 -03:00
Max Lambrecht
938503f90c
Resetting retry handler when a connection is succesful. Removing dependency
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-06-09 17:42:32 -03:00
Max Lambrecht
5e6fbdd5c4
Adding max retries parameter to RetryPolicy. Setting defaults. Completing README
...
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
2018-06-08 16:37:13 -03:00
Max Lambrecht
d669a63ea5
Making changes suggested by PR reviewer: creating interface, moving class to a package, renaming method to clarify intention. Other changes: adding plugin to generate fat jar, removing SLF4J simple imp to avoid conflicts when importing the library
2018-06-06 15:50:54 -03:00
Max Lambrecht
64900d732c
Amendment in the error code
2018-06-01 16:18:54 -03:00
Max Lambrecht
00ad2f81c1
Add precondition checking not null
2018-06-01 16:14:22 -03:00
Max Lambrecht
618cc0e022
Improving validations to channel address
2018-06-01 16:08:28 -03:00
Max Lambrecht
218b8dc079
Refactoring the retries handling
2018-06-01 11:44:44 -03:00
Max Lambrecht
7540427fc2
Validation for UDS address
2018-05-31 17:46:37 -03:00
Max Lambrecht
932bf7876f
Adding a basic implementation of the retry when there is an error on the async call
2018-05-31 17:11:24 -03:00
Max Lambrecht
3f4d446529
Removing synchronous fetchSVIDs call
2018-05-30 16:22:03 -03:00
Max Lambrecht
bf50006809
Upgrading gradle version to 4.7. Adding source and targe version 1.8
2018-05-30 16:15:43 -03:00
Max Lambrecht
ccab04ba42
Merge branch 'master' of https://github.com/maxlambrecht/java-spiffe-1
2018-05-30 12:12:28 -03:00
Max Lambrecht
24f7b5c0da
Adding asynchrounous call to fetch the svids
2018-05-30 10:30:24 -03:00
Max Lambrecht
f1358e6dcf
Minor amendment in README
2018-05-29 10:03:22 -03:00
Max Lambrecht
f7a5363fe4
Minor amendment in README
2018-05-29 09:58:21 -03:00
Max Lambrecht
4598ed993b
minor change in readme
2018-05-28 16:57:03 -03:00
Max Lambrecht
b6bba1a3a1
Completing README. Minor amendments in Backoff
2018-05-28 16:54:42 -03:00
Max Lambrecht
4e479aa689
Completing README
2018-05-28 15:42:21 -03:00
Max Lambrecht
051eeede05
Adding ClientExample. Completing README. Refactoring method
2018-05-28 15:37:04 -03:00
Max Lambrecht
d4fee39bb7
First commit
2018-05-28 12:39:13 -03:00
David Langhorst
ef6ad6aac5
Initial commit
2018-05-23 10:10:05 -07:00