Commit Graph

43 Commits

Author SHA1 Message Date
Scott Frederick
eddb2ad4c9 Fix Javadoc warnings. 2017-08-10 13:47:18 -05:00
Scott Frederick
6347a69c8e Remove use of deprecated OkHttp3 method. 2017-08-10 13:46:23 -05:00
Scott Frederick
5f80c341db Remove dependencies subproject from top-level build. 2017-06-15 14:47:21 -05:00
Scott Frederick
4ae6c1d2f0 Remove maven build files. Remove demo project from top-level build. 2017-06-15 14:33:11 -05:00
Scott Frederick
b97be5bfa1 Exclude demo app from aggregated javadocs. 2017-06-15 13:42:35 -05:00
Scott Frederick
26c7dc4312 Add Gradle build files. 2017-06-15 12:10:42 -05:00
Scott Frederick
0a89dde930 Run tests with distribution profile. 2017-06-14 14:52:57 -05:00
Scott Frederick
e8cf30a515 Remove javadoc flag that fails the CI build. 2017-06-14 14:40:00 -05:00
Scott Frederick
45612bde3c Update docs generation in pom.xml. 2017-06-14 14:22:53 -05:00
Scott Frederick
fd6c2271c0 Update README, with content moved to the project site https://projects.spring.io/spring-credhub/. 2017-06-13 16:29:13 -05:00
Scott Frederick
4ca7cc2b43 Use Spring Cloud Connectors 1.2.5.RC1. 2017-06-12 15:54:44 -05:00
Scott Frederick
6bc39c2ad7 Change the name of the interpolation endpoint. Remove wrapping of service data with a 'VCAP_SERVICES' key in the interpolation implementation. 2017-06-09 17:02:12 -05:00
Scott Frederick
578f3b635d Rename 'access_control_entries' request field to 'additional_permissions'. 2017-06-09 16:07:35 -05:00
Scott Frederick
875060222f Add package-level javadocs. 2017-06-06 11:07:25 -05:00
Scott Frederick
d4fda5762b Add support for OkHttp and Netty for HTTP connections. 2017-06-05 19:49:48 -05:00
Scott Frederick
5419dff5eb Set Accept and Content-type headers. Simplify type usage with RestTemplate. 2017-06-05 16:17:02 -05:00
Scott Frederick
dca9837071 Update authentication information in README. 2017-06-02 16:10:25 -05:00
Scott Frederick
68e045adf2 Improve error handling in cloud connector. 2017-06-02 11:32:47 -05:00
Scott Frederick
3a7e1b548d Support connections using core JDK facilities. 2017-06-01 16:28:53 -05:00
Scott Frederick
c3f8efbb92 Temporarily rename 'additional_permissions' request field back to 'access_control_entries'. 2017-06-01 14:21:11 -05:00
Scott Frederick
9ffed3dbbb Remove mutual TLS configuration, in favor of the Cloud Foundry Java Buildpack's container security provider support. 2017-05-31 17:14:36 -05:00
Scott Frederick
70393b7345 Update README. 2017-05-31 16:59:51 -05:00
Scott Frederick
a8b9d8bd06 Add support for generation of user credentials. 2017-05-31 16:01:20 -05:00
Scott Frederick
4e47a2f55a Polish support for generation of certificate credentials. 2017-05-31 15:34:45 -05:00
Scott Frederick
e971bd3de6 Add support for generation of certificate credentials. 2017-05-26 18:00:47 -05:00
Scott Frederick
961c506352 Add unit tests for CredHubTemplate.generate(). 2017-05-26 15:52:49 -05:00
Scott Frederick
cfae43a34f Add support for generation of RSA and SSH credentials. 2017-05-26 15:18:08 -05:00
Scott Frederick
e1e23bced2 Only force "/c" prefix on credential names for service broker names. 2017-05-25 18:07:44 -05:00
Scott Frederick
eb03f85ab6 Add support for generation of password credentials. 2017-05-25 17:40:47 -05:00
Scott Frederick
3489a8d30d Rename WriteRequest classes to CredentialRequest 2017-05-22 18:03:54 -05:00
Scott Frederick
ec17ba7ba7 Add support for credentials of type "certificate". 2017-05-22 17:26:55 -05:00
Scott Frederick
0cfe0385b8 Add support for credentials of type "ssh". 2017-05-22 16:16:42 -05:00
Scott Frederick
6cafccac40 Add support for credentials of type "rsa". 2017-05-22 15:46:32 -05:00
Scott Frederick
891d550173 Add support for credentials of type "user". 2017-05-19 18:40:27 -05:00
Scott Frederick
353f0af126 Add support for credentials of type "value". 2017-05-19 17:13:16 -05:00
Scott Frederick
06d4003f66 Centralize jackson configuration. 2017-05-19 14:01:03 -05:00
Scott Frederick
ea38f690fb Make operations that return credential details type-safe. 2017-05-18 17:20:55 -05:00
Scott Frederick
c5a426e6ea Refactor WriteRequest creation to use type-safe builders and constructors. Remove builders only used in tests. 2017-05-16 16:36:23 -05:00
Scott Frederick
7afbe578a8 Rename access_control_entries field to additional_permissions. 2017-05-16 13:39:14 -05:00
Scott Frederick
fe2768a957 Add Connectors credentials post-processor. 2017-05-11 16:21:59 -05:00
Scott Frederick
75d5403f29 Add README, license, and code of conduct. Add maven wrapper. 2017-04-28 17:09:33 -05:00
Scott Frederick
75b06263de Polish and add JavaDoc. 2017-04-28 15:19:01 -05:00
Scott Frederick
b5708f0df8 Initial commit. 2017-04-21 16:16:41 -05:00