Goutham Veeramachaneni
0f48d07f95
Fix Map Race by Moving Locking closer to the Write ( #2476 )
8 years ago
Richard Kiene
ec692f6161
Add triton zone brand metadata
8 years ago
Robson Roberto Souza Peixoto
cc3e859d9e
Add support for multiple ports in Marathon ( #2506 )
...
- create a target for every port
- add meta labels for Marathon labels in portMappings and portDefinitions
8 years ago
yklausz
75880b594f
Adding consul capability to connect via tls
8 years ago
Tobias Schmidt
7bde44e98e
Remove testing.T usage in goroutines
...
The staticcheck warns about testing.T usage in goroutines. Moving the
t.Fatal* calls to the main thread showed immediately that this is a good
practice, as one of the test setups didn't work.
8 years ago
Tobias Schmidt
58cd39aacd
Follow golang naming conventions in discovery packages
8 years ago
Robert Neumayer
feb7670929
Add tests for consul service discovery ( #2490 )
...
* Add tests for consul service discovery
* Add license header
* Address comments
* inline variables
* check for extra error
* Fix error formatting
8 years ago
Michael Kraus
690b49e503
Fix marathon tests
8 years ago
Michael Kraus
31252cc1b5
Clarify explicit use of authorization header
8 years ago
Michael Kraus
47bdcf0f67
Allow the use of bearer_token or bearer_token_file for MarathonSD
8 years ago
James Hartig
865f28bb15
discovery: Instead of looping over conf.Search, use NameList()
8 years ago
Alex Somesan
b22eb65d0f
Cleaner separation between ServiceAccount and custom authentication in K8S SD ( #2348 )
...
* Canonical usage of cluster service-account in K8S SD
* Early validation for opt-in custom auth in K8S SD
* Fix typo in condition
8 years ago
Richard Kiene
f3d9692d09
Add Joyent Triton discovery
8 years ago
Fabian Reinartz
35da23fd82
consul: start service watch as goroutine
8 years ago
Fabian Reinartz
200bbe1bad
config: extract SD and HTTPClient configurations
8 years ago
Fabian Reinartz
d7f4f8b879
discovery: move TargetSet into discovery package
8 years ago
Fabian Reinartz
d19d1bcad3
discovery: move into top-level package
8 years ago