aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Install javax.servlet-api with vespa security bundles.gjoranv2022-07-262-4/+5
* Move installing of servlet-api bundle to config-model.gjoranv2022-07-263-2/+5
* Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-266-26/+81
* minor: use consistent casing for constantsgjoranv2022-07-222-2/+2
* Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-213-11/+8
* Handle bundle jars with no custom filename suffix.gjoranv2022-07-211-3/+4
* Set up more bundles via config-model.gjoranv2022-07-213-15/+19
* Merge pull request #23528 from vespa-engine/bjorncs/capabilitiesBjørn Christian Seime2022-07-2081-289/+448
|\
| * Include client certificate chain even when authorization is disabledBjørn Christian Seime2022-07-204-7/+14
| * Improve testing of JRT access filteringBjørn Christian Seime2022-07-204-33/+71
| * Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-2011-38/+90
| * Add to-string helper to ConnectionAuthContextBjørn Christian Seime2022-07-201-1/+38
| * Simplify type definition for subject alternative namesBjørn Christian Seime2022-07-2016-54/+52
| * Add 'X509CertificateUtils.getSubjectCommonName()'Bjørn Christian Seime2022-07-201-1/+7
| * Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-2018-36/+22
| * Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-2038-110/+52
| * Remove empty packageBjørn Christian Seime2022-07-201-8/+0
| * Add 'CapabilitySet.has()' methodsBjørn Christian Seime2022-07-201-0/+3
| * Introduce per method request access filtering to JRTBjørn Christian Seime2022-07-205-2/+67
| * Add environment variable for capabilities enforcement modeBjørn Christian Seime2022-07-202-0/+33
* | Merge pull request #23527 from vespa-engine/aressem/cleanup-el7-rpms-as-wellJon Bratseth2022-07-201-2/+7
|\ \
| * | After switching to el8 / Vespa 8, we stopped cleaning the old Vespa 7 release...Arnstein Ressem2022-07-201-2/+7
| |/
* | Merge pull request #23526 from vespa-engine/add-test-for-exported-packagesJon Bratseth2022-07-204-45/+104
|\ \ | |/ |/|
| * Add test to properly verify all exported packages from jdisc_coregjoranv2022-07-204-45/+104
|/
* Merge pull request #23496 from vespa-engine/bjorncs/capabilitiesv8.21.11Bjørn Christian Seime2022-07-1921-195/+196
|\
| * Rename method/variable names to match new class nameBjørn Christian Seime2022-07-192-9/+9
| * Include mode in log messageBjørn Christian Seime2022-07-151-3/+4
| * Rename 'toCapabilityNames()' to 'toNames()'Bjørn Christian Seime2022-07-153-3/+3
| * Always run PeerAutorizerBjørn Christian Seime2022-07-159-45/+44
| * Rename 'hasAllCapabilities()' => 'hasAll()'Bjørn Christian Seime2022-07-152-2/+2
| * Change type from SortedSet to SetBjørn Christian Seime2022-07-153-9/+5
| * Rename 'succeeded' => 'authorized'Bjørn Christian Seime2022-07-154-6/+6
| * Include full certificate chain in auth contextBjørn Christian Seime2022-07-155-18/+29
| * Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-1515-131/+125
* | Merge pull request #23525 from vespa-engine/vekterli/avoid-holding-ref-to-gen...Tor Brede Vekterli2022-07-191-2/+2
|\ \
| * | Avoid holding ref to last generated operationTor Brede Vekterli2022-07-191-2/+2
|/ /
* | Merge pull request #23523 from vespa-engine/aressem/update-rpm-build-vespa8Jo Kristian Bergum2022-07-198-110/+23
|\ \
| * | Point to Vespa 8 development environment.Arnstein Ressem2022-07-191-13/+13
| * | Remove old rpm build system. Update repo definition.Arnstein Ressem2022-07-187-97/+10
* | | Merge pull request #23524 from vespa-engine/verify-installed-platform-bundlesJon Bratseth2022-07-193-33/+70
|\ \ \
| * | | Add reminder for an obvious fact that is still easy to forget.gjoranv2022-07-191-0/+1
| * | | Rename and rearrange test helpers, and declare static.gjoranv2022-07-191-36/+35
| * | | Add tests for (non-)installed platform bundles.gjoranv2022-07-192-3/+40
|/ / /
* | | Merge pull request #23521 from vespa-engine/bratseth/autoscaling-test-cleanupv8.20.14Jon Bratseth2022-07-189-591/+587
|\ \ \
| * | | CleanupJon Bratseth2022-07-181-4/+0
| * | | Use fixtureJon Bratseth2022-07-182-33/+33
| * | | Use fixture and handle just 1 nodeJon Bratseth2022-07-183-17/+12
| * | | Use fixtureJon Bratseth2022-07-181-56/+42
| * | | Use fixtureJon Bratseth2022-07-183-47/+47
| * | | Use fixtureJon Bratseth2022-07-183-32/+22