Commit Graph

73 Commits

Author SHA1 Message Date
Spring Operator
b9e0df7014 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://spring-credhub-demo.cf.example.com/test (UnknownHostException) with 1 occurrences migrated to:
  https://spring-credhub-demo.cf.example.com/test ([https](https://spring-credhub-demo.cf.example.com/test) result UnknownHostException).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.cloudfoundry.org/cf-cli/getting-started.html with 1 occurrences migrated to:
  https://docs.cloudfoundry.org/cf-cli/getting-started.html ([https](https://docs.cloudfoundry.org/cf-cli/getting-started.html) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projects.spring.io/spring-credhub with 1 occurrences migrated to:
  https://projects.spring.io/spring-credhub ([https](https://projects.spring.io/spring-credhub) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://username:password@rabbitmq-broker:12345/api with 1 occurrences
2019-03-26 04:17:20 -05:00
Spring Operator
b2c7a028c7 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 114 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 14:51:43 -05:00
Spring Operator
cf55d398b9 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://docs.oracle.com/javaee/6/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javaee/6/api/ ([https](https://docs.oracle.com/javaee/6/api/) result 200).
* http://docs.oracle.com/javase/7/docs/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javase/7/docs/api/ ([https](https://docs.oracle.com/javase/7/docs/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 5 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://projects.spring.io/spring-credhub with 1 occurrences migrated to:
  https://projects.spring.io/spring-credhub ([https](https://projects.spring.io/spring-credhub) result 301).
2019-03-18 10:52:52 -05:00
Spring Buildmaster
54be535007 [artifactory-release] Release version 1.0.1.RELEASE 2018-03-26 19:46:50 +00:00
Scott Frederick
3970f54c3c Fix auto-configuration with OAuth2 authentication to use the credentials provided in configuration. 2018-02-21 18:10:28 -06:00
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