Spring Operator
|
89b44020ed
|
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 191 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:50:52 -05:00 |
|
Spring Operator
|
fc327ae0b9
|
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 fixed successfully.
* http://docs.oracle.com/javase/7/docs/api/ migrated to:
https://docs.oracle.com/javase/7/docs/api/ ([https](https://docs.oracle.com/javase/7/docs/api/) result 200).
* http://docs.oracle.com/javase/8/docs/api/ migrated to:
https://docs.oracle.com/javase/8/docs/api/ ([https](https://docs.oracle.com/javase/8/docs/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ 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 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 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 migrated to:
https://projects.spring.io/spring-credhub ([https](https://projects.spring.io/spring-credhub) result 301).
|
2019-03-06 08:35:17 -06:00 |
|
Scott Frederick
|
9a51e3f092
|
Use Apache HttpClient in integration tests by default. Warn when certs are configured by JDK HTTP client in use.
|
2019-02-11 11:44:20 -06:00 |
|
Scott Frederick
|
2927213a8d
|
Split reactive and non-reactive integration tests into separate subprojects.
|
2019-02-07 11:40:38 -06:00 |
|
Scott Frederick
|
c4a66c4f10
|
Allow custom configuration of properties.
|
2018-12-04 16:06:23 -06:00 |
|
Scott Frederick
|
968bc20bc3
|
Add integration tests for CredentialOperations.getByNameWithHistory operations.
|
2018-11-30 10:35:21 -06:00 |
|
Scott Frederick
|
8f0286f6f4
|
Add integration tests for reactive operations.
|
2018-11-29 20:00:14 -06:00 |
|
Scott Frederick
|
71788b0a18
|
Add ReactiveCredHubTemplate. Update OAuth2 support to use Spring
Security 5.1.
|
2018-11-28 16:21:17 -06:00 |
|
Scott Frederick
|
09c64f6cb3
|
Add missing copyright file headers.
|
2018-11-05 13:04:00 -06:00 |
|
Scott Frederick
|
66ad2bf359
|
Fix integration test build file.
|
2018-11-02 17:27:21 -05:00 |
|
Scott Frederick
|
7a60c9cd04
|
Upgrade integration tests to Boot 2.0.
|
2018-11-02 15:41:46 -05:00 |
|
Scott Frederick
|
49fe1223b3
|
Add permission V2 operations.
Fixes #44
|
2018-10-31 14:12:57 -05:00 |
|
Scott Frederick
|
fd811f36a5
|
Support custom certificates for external connectivity.
|
2018-10-29 16:14:51 -05:00 |
|
Scott Frederick
|
7a08161744
|
Fix integration tests for CredHub 1.x servers.
|
2018-10-25 16:14:17 -05:00 |
|
Scott Frederick
|
4798ef8dfb
|
Add integration tests for interpolation operations.
|
2018-10-25 15:37:10 -05:00 |
|
Scott Frederick
|
85f33f6fa5
|
Add regenerate method to certificate operations to bulk-regenerate certificates
Fixes #43
|
2018-10-25 15:06:25 -05:00 |
|
Scott Frederick
|
1504e64759
|
Deprecate permissions fields on requests.
Fixes #45
|
2018-10-24 14:47:57 -05:00 |
|
Scott Frederick
|
2d302b88b3
|
Move credential-specific classes to the appropriate package.
|
2018-10-24 14:36:05 -05:00 |
|
Scott Frederick
|
9af009a5d2
|
Add updateTransitionalVersion method to certificate operations.
Fixes #42
|
2018-10-24 14:33:12 -05:00 |
|
Scott Frederick
|
926de97c91
|
Add regenerate method to certificate operations.
Fixes #41
|
2018-10-23 18:18:04 -05:00 |
|
Scott Frederick
|
f6442def66
|
Add certificate integration tests
|
2018-10-23 17:39:34 -05:00 |
|
Scott Frederick
|
ec522d06bd
|
Add generate and regenerate integration tests.
|
2018-10-23 16:24:34 -05:00 |
|
Scott Frederick
|
8a1cc78d75
|
Add InfoOperations and version operation. Put operations into subpackages.
|
2018-10-23 15:37:58 -05:00 |
|
Scott Frederick
|
29987d3e71
|
Add initial integration tests.
|
2018-10-23 14:13:59 -05:00 |
|