aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/java/com/yahoo/config/provision/ZoneEndpoint.java
Commit message (Collapse)AuthorAgeFilesLines
* Add comment for endpoint service generationjonmv2023-09-261-3/+10
|
* Store multiple endpoint services, but still show only the latest onejonmv2023-02-171-1/+1
|
* Add generation to zone endpointjonmv2023-02-171-0/+7
|
* Remove problematic zone-endpoint-settings validationjonmv2023-02-141-2/+0
| | | | | | | Cannot require this, as that makes it impossible to remove a private endpoint; the config server will attempt to create a new ZoneEndpoint with non-empty allowed URNs, but also not a private endpoint. We could also require a two-step decommissioning, but meh ...
* Disable internet-facing endpoints in test/staging if any zone has them disabledjonmv2023-02-021-0/+1
|
* Revert "Merge pull request #25776 from ↵jonmv2023-01-301-7/+0
| | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-0/+7
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Inline obsolete constructorjonmv2023-01-261-7/+0
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-181-0/+132
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-132/+0
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-181-0/+132
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-132/+0
|
* Validate zone endpoint changes in controller, on submissionjonmv2023-01-171-4/+5
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-0/+131