summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Remove getConfigServerUris from ZoneRegistryBjørn Christian Seime2018-01-091-9/+1
|
* Provide secure configserver uris from application v4 apiBjørn Christian Seime2018-01-091-1/+3
|
* Remove getNodeList from ConfigServerClientBjørn Christian Seime2018-01-082-45/+0
| | | | The implementation is just a wrapper around node repository client.
* Open-source NodeRepositoryClient and ProvisionResourceBjørn Christian Seime2018-01-0813-0/+742
|
* Merge pull request #4542 from vespa-engine/jvenstad/zone-cleanup-5Jon Marius Venstad2018-01-052-10/+10
|\ | | | | vargargs for some filters
| * vargargs for some filtersJon Marius Venstad2018-01-032-10/+10
| |
* | Revert "Jvenstad/pushing build system"Jon Marius Venstad2018-01-052-37/+3
| |
* | Merge pull request #4556 from vespa-engine/jvenstad/pushing-build-systemJon Bratseth2018-01-052-3/+37
|\ \ | | | | | | Jvenstad/pushing build system
| * | Moved mock to stubs and removed unused code (putting it in a different branch)Jon Marius Venstad2018-01-051-0/+15
| | |
| * | Fix testsJon Marius Venstad2018-01-041-0/+22
| | |
| * | Stash...Jon Marius Venstad2018-01-031-3/+0
| | |
| * | Unfinished PushingBuildSystemJon Marius Venstad2018-01-031-2/+2
| | |
* | | Revert "Use httpclient version matching zts-client"Bjørn Christian Seime2018-01-051-1/+5
| | |
* | | Use httpclient version matching zts-clientBjørn Christian Seime2018-01-041-5/+1
| | | | | | | | | | | | Also remove hostnameverifier adapter that is no longer needed.
* | | Create X509HostnameVerifier adapter to verify Athenz identity in httpclientBjørn Christian Seime2018-01-041-2/+5
| | |
* | | Revert "Implement Apache Http verifier interface in AthenzIdentityVerifier"Bjørn Christian Seime2018-01-041-32/+4
|/ / | | | | | | This reverts commit 615232d1cd53b20c7e91a2d445c4cd162c11e54b.
* | Provide Athenz identity of configservers in ZoneRegistryBjørn Christian Seime2018-01-031-0/+4
| |
* | Implement Apache Http verifier interface in AthenzIdentityVerifierBjørn Christian Seime2018-01-031-4/+32
|/
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-038-9/+206
| | | | This reverts commit 7b99d259bf378c0e5c43c9a199efffdf056678f4.
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-028-206/+9
|
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-028-9/+206
|
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-028-206/+9
|
* Merge branch 'master' into jvenstad/zone-cleanup-4Jon Marius Venstad2018-01-027-69/+206
|\
| * Add dependency on container-devBjørn Christian Seime2017-12-181-66/+1
| |
| * Support Athenz authentication through x509 certificatesBjørn Christian Seime2017-12-181-1/+1
| |
| * Make NToken optional in AthenzPrincipalBjørn Christian Seime2017-12-181-2/+7
| |
| * Verify that certificate is not a role certificateBjørn Christian Seime2017-12-181-1/+9
| |
| * Move logic from determing Athenz identity from x509 certificate to AthenzUtilsBjørn Christian Seime2017-12-182-15/+21
| |
| * Add hostname verifier that verifies CN in Athenz x509 certificatesBjørn Christian Seime2017-12-153-0/+150
| |
| * Add utility method to create Athenz identity from stringBjørn Christian Seime2017-12-152-0/+33
| |
* | Split Zones and renamed itJon Marius Venstad2017-12-166-60/+77
| |
* | Changes to Zones, a MockZones and some usagesJon Marius Venstad2017-12-153-14/+80
| |
* | Moved ZoneId to controller-api and added ZonesJon Marius Venstad2017-12-146-8/+122
|/
* Optional<Duration> againJon Marius Venstad2017-12-141-2/+2
|
* Correct deprecation messageJon Marius Venstad2017-12-121-1/+1
|
* Need new classes for hosted compilationJon Marius Venstad2017-12-124-0/+72
|\
| * Add provider for SSLContext configured with Athenz certsBjørn Christian Seime2017-12-121-0/+14
| | | | | | | | | | | | The provided SSLContext is configured with a keystore containing the Athenz service certificate and a trust store containing the Athenz CA certificates.
| * Add getIdentityCertificate and getRoleCertificate to ZtsClientBjørn Christian Seime2017-12-123-0/+58
| |
| * Revert "Add getIdentityCertificate and getRoleCertificate to ZtsClient"Arnstein Ressem2017-12-114-72/+0
| |
| * Merge pull request #4385 from vespa-engine/bjorncs/retrieve-athenz-tls-certBjørn Christian Seime2017-12-114-0/+72
| |\ | | | | | | Add getIdentityCertificate and getRoleCertificate to ZtsClient
| | * Add provider for SSLContext configured with Athenz certsBjørn Christian Seime2017-12-111-0/+14
| | | | | | | | | | | | | | | | | | The provided SSLContext is configured with a keystore containing the Athenz service certificate and a trust store containing the Athenz CA certificates.
| | * Add getIdentityCertificate and getRoleCertificate to ZtsClientBjørn Christian Seime2017-12-073-0/+58
| | |
* | | Added new secure config server uri stuffJon Marius Venstad2017-12-121-1/+8
| | |
* | | Reintroduced Optional for default region and made mock consistentJon Marius Venstad2017-12-122-3/+3
| | |
* | | DeploymentId beautificationJon Marius Venstad2017-12-121-25/+23
| | |
* | | Fix mock, move kibana stuff to hosted and add some docJon Marius Venstad2017-12-121-4/+21
| | |
* | | More simplificationsJon Marius Venstad2017-12-111-1/+2
| | |
* | | Removed two pointless Optional<> and replaced more (Env, Reg) with ZoneIdJon Marius Venstad2017-12-111-3/+3
| | |
* | | Replaced ZoneId getZone(ZoneId zoneId) with hasZone(ZoneId zoneId)Jon Marius Venstad2017-12-111-2/+2
|/ /
* | Need to change new code as wellJon Marius Venstad2017-12-113-10/+16
|\ \