Add support to resolve credentials from settings.xml (#1362)

fixes #1350
This commit is contained in:
Eddú Meléndez Gonzales
2020-04-03 00:36:05 -06:00
committed by GitHub
parent 972df3d412
commit b500bc7ad9
16 changed files with 222 additions and 16 deletions

View File

@@ -29,6 +29,7 @@
|stubrunner.properties | | Map of properties that can be passed to custom {@link org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder}.
|stubrunner.proxy-host | | Repository proxy host.
|stubrunner.proxy-port | | Repository proxy port.
|stubrunner.server-id | | Server value registered at `settings.xml` to get the proper credentials to authenticate against the remote repository.
|stubrunner.stream.enabled | true | Whether to enable Stub Runner integration with Spring Cloud Stream.
|stubrunner.stubs-mode | | Pick where the stubs should come from.
|stubrunner.stubs-per-consumer | false | Should only stubs for this particular consumer get registered in HTTP server stub.