Commit Graph

68 Commits

Author SHA1 Message Date
Scott Frederick
b0284ba1d8 Fix build command in demo app README. 2017-12-14 11:19:09 -06:00
Scott Frederick
5eeb98a198 Increment version to 1.0.1.BUILD-SNAPSHOT. 2017-12-12 09:09:56 -06:00
Scott Frederick
f5cb0111b1 Remove snapshot and milestone repos from build files. 2017-12-11 16:50:10 -06:00
Scott Frederick
0980e37a2c Fix getByName. Add passwordHash field to UserCredential. Cleanup typing in unit tests. 2017-12-11 15:56:16 -06:00
Scott Frederick
572453ae07 Relax requirements on credential names containing a leading slash. 2017-11-13 18:46:26 -06:00
Scott Frederick
15f9bec14d Revert propdeps-plugin to 0.0.7 for Java 7 compatibility. 2017-11-06 17:28:33 -06:00
Scott Frederick
bdbb74a87b Revert io.spring.gradle:propdeps-plugin to 0.0.9. 2017-11-06 17:16:30 -06:00
Scott Frederick
e0edb29576 Remove support for OkHttp for compatibility with Spring Boot 2 and Spring IO Cairo. 2017-11-06 17:06:19 -06:00
Scott Frederick
fae55ea40f Upgrade gradle wrapper and Spring gradle plugins. Fixed springIO compatibility checks. 2017-11-06 16:58:40 -06:00
Scott Frederick
76043d2aa8 Remove unused -dependencies subproject. 2017-11-06 15:51:05 -06:00
Scott Frederick
763dcbf27b Merge pull request #30 from daniellavoie/oauth2
Build and Javadoc Fix
2017-11-06 14:19:17 -06:00
Daniel Lavoie
ebd2bc02aa Build and Javadoc Fix 2017-11-06 15:16:25 -05:00
Scott Frederick
72094879a8 Merge pull request #29 from daniellavoie/oauth2
Allow OAuth2 authentication
2017-11-06 13:53:06 -06:00
Daniel Lavoie
fa88e52154 Allow OAuth2 authentication
[Closes #11]
2017-11-06 14:51:16 -05:00
Scott Frederick
976f92c4dc Merge pull request #28 from daniellavoie/renerate
Support credential re-generation
2017-11-06 10:36:52 -06:00
Daniel Lavoie
961ce65070 Support credential re-generation
[Closes #13]
2017-11-06 11:34:27 -05:00
Scott Frederick
1ba7a7a6b8 Merge pull request #27 from daniellavoie/master
Fix JavaDoc
2017-11-06 10:18:56 -06:00
Daniel Lavoie
b02fe43a6b Fix JavaDoc 2017-11-06 07:45:48 -05:00
Scott Frederick
d924dbbff9 Merge pull request #25 from daniellavoie/auto-config
Support Spring Boot autoconfiguration
2017-11-03 10:53:45 -05:00
Daniel Lavoie
0446b8f096 Support Spring Boot autoconfiguration
- Added spring-credhub-starter project
- Updated demo app with spring-credhub-starter

[Closes #23]
2017-11-03 11:40:07 -04:00
Scott Frederick
86ba84f419 Support "user" and "client" permissions without a zone ID. 2017-10-04 16:54:32 -05:00
Scott Frederick
32d659a831 Add support for regeneration of credentials. 2017-08-18 15:08:48 -05:00
Scott Frederick
4d1d37b61c Add support for setting permissions on generate credential requests. Rationalize credential requests and parameter requests since they have the same base fields. 2017-08-16 17:45:44 -05:00
Scott Frederick
63bb0b3cc3 Support retrieving, adding, and deleting credential permissions. Remove CredHubTemplate methods that take a String name to reduce the footprint. 2017-08-16 14:47:36 -05:00
Scott Frederick
c7fea3bdc0 Change getByName methods to return only the current credential value, and add getByNameWithHistory methods. 2017-08-10 14:54:32 -05:00
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