summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of junit.frameworkJon Bratseth2018-04-303-13/+9
* Replace 'Authentication' with 'Identification' for AuthenticationFilter and f...Bjørn Christian Seime2018-04-255-42/+39
* Make dependency on AuthenticationFilter more explicitBjørn Christian Seime2018-04-252-1/+5
* Add unit test for AWS host certificatesBjørn Christian Seime2018-04-252-7/+34
* Modify AuthorizationFilter to assume AuthenticationFilter is part of filter c...Bjørn Christian Seime2018-04-253-14/+11
* Include both identity name and hostname in getName()Bjørn Christian Seime2018-04-251-1/+5
* Add separate node authentication filterBjørn Christian Seime2018-04-252-0/+54
* Implement toString, equals and hashCode for NodePrincipalBjørn Christian Seime2018-04-241-0/+24
* Allow us to reset hardwarefailure by passing 'null' over RESTtoby2018-04-231-2/+2
* Only remove node if docker container and tenantValerij Fredriksen2018-04-202-4/+24
* Use NodePrincipal in Authorizer to distinguish between identity and hostnameBjørn Christian Seime2018-04-203-79/+97
* Accept Athenz certs from controller in HostAuthenticatorBjørn Christian Seime2018-04-204-18/+77
* Merge pull request #5636 from vespa-engine/bratseth/load-models-in-use-only-i...Harald Musum2018-04-192-1/+27
|\
| * Load the minimal set of models needed in devJon Bratseth2018-04-192-1/+27
* | Merge pull request #5630 from vespa-engine/bjorncs/configserver-authz-filterBjørn Christian Seime2018-04-195-23/+322
|\ \ | |/ |/|
| * Rename TlsPrincipal -> NodePrincipalBjørn Christian Seime2018-04-194-11/+9
| * Allow Athenz AWS certificatesBjørn Christian Seime2018-04-191-1/+1
| * Export package containing TlsPrincipalBjørn Christian Seime2018-04-191-0/+3
| * Support Athenz certs from Openstack and Vespa in authorization filterBjørn Christian Seime2018-04-194-23/+321
* | Allow more than one node in a cluster on same parent host in cd and non-prodHarald Musum2018-04-193-2/+52
|/
* Rename getCommonNames -> getSubjectCommonNamesBjørn Christian Seime2018-04-171-1/+1
* Remove apache depValerij Fredriksen2018-04-171-2/+1
* Whitelist hostnames in AuthorizerValerij Fredriksen2018-04-174-21/+30
* Merge pull request #5556 from vespa-engine/mpolden/remove-controllerdbMartin Polden2018-04-161-1/+1
|\
| * Fix typoMartin Polden2018-04-121-1/+1
* | Merge pull request #5578 from vespa-engine/mpolden/health-status-use-rotation...Martin Polden2018-04-131-3/+2
|\ \
| * | SimplifyMartin Polden2018-04-131-3/+2
| |/
* / Make set node to dirty recursiveValerij Fredriksen2018-04-136-12/+90
|/
* Merge pull request #5513 from vespa-engine/smorgrav/aclmaintainerTorbjørn Smørgrav2018-04-126-13/+45
|\
| * tokenize arguments to docker exec, simplyfy ports for iptablestoby2018-04-111-7/+7
| * Update RestAPI with trusted portstoby2018-04-104-5/+12
| * Add trusted ports to the NodeAcl objecttoby2018-04-093-6/+31
* | Remove unnecessary override for CD now that cache is enabled by defaultHarald Musum2018-04-101-2/+1
|/
* Merge pull request #5484 from vespa-engine/bratseth/nonfunctional-changesgjoranv2018-04-092-3/+5
|\
| * Nonfunctional changesJon Bratseth2018-04-062-3/+5
* | Merge pull request #5497 from vespa-engine/freva/make-availabe-for-new-alloca...Valerij Fredriksen2018-04-093-23/+19
|\ \
| * | Use makeAvailiableForNewAllocations to handle ready state transitionValerij Fredriksen2018-04-083-23/+19
| |/
* | Remove unused variablesHarald Musum2018-04-081-8/+3
* | Set lower expiry times for failed nodes in CDHarald Musum2018-04-071-4/+9
|/
* Make it possible to configure use of Curator client cache in node repoHarald Musum2018-04-0315-23/+30
* Revert "Revert "Only allow Zookeeper access for config servers in hosted Vespa""Harald Musum2018-04-034-123/+0
* Enforce config server authorization in mainMartin Polden2018-03-265-28/+6
* Don't fail with 500 when CN is missingBjørn Christian Seime2018-03-231-5/+8
* Use helpers in vespa-athenz instead of BouncyCastleBjørn Christian Seime2018-03-223-53/+16
* Allow proxyhost to access /routing/v1Martin Polden2018-03-222-9/+19
* Merge pull request #5342 from vespa-engine/mpolden/enforce-authorizationMartin Polden2018-03-213-14/+39
|\
| * Enforce config server API authorization in CDMartin Polden2018-03-213-14/+39
* | Improve method namesJon Bratseth2018-03-211-6/+6
* | Allow applications of the same tenant on the same host when exclusiveJon Bratseth2018-03-212-15/+16
* | Merge with masterJon Bratseth2018-03-2111-51/+61
|\ \