summaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Add "gcpProject" to AthenzDomainMetajonmv2023-07-041-1/+1
|
* Merge pull request #27601 from vespa-engine/jonmv/vespa-athenz-gcpValerij Fredriksen2023-06-301-1/+67
|\ | | | | Set up GCP container identities for enclaves
| * Set up GCP container identities for enclavesjonmv2023-06-301-1/+67
| |
* | Delay using released versions as compile version for three hoursjonmv2023-06-303-8/+42
|/
* Update GcpScretStorejonmv2023-06-292-7/+16
|
* Store CMR categories and forward to node reportsOla Aunronning2023-06-263-77/+18
|
* Revert "Revert "Bjorncs/endpoint auth type" MERGEOK"Morten Tokle2023-06-231-1/+5
|
* Revert "Bjorncs/endpoint auth type"Morten Tokle2023-06-231-5/+1
|
* Add auth type to instance informationBjørn Christian Seime2023-06-221-1/+5
|
* randomized endpoint cert pool (#27488)Andreas Eriksen2023-06-223-139/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * randomized endpoint cert pool * test name format * recordify EndpointCertificateMetadata * save randomized id to cert * assigned randomized endpoint cert to app when flag is set * remove assigned certs from ready pool * skip validation of SANs for randomized certs * remove unused clock * reminder to assign randomized certs at application level * remove getters, move comments to record constructor * camel case field name * CertPoolMaintainer -> CertificatePoolMaintainer * fix enum names * randomIdentifier -> generateRandomId * Wire maintainer * Add PooledCertificateSerializer * Use PooledCertificate * Remove unused enum * exclude all cert pool ids from cleanup * don't set randomizedId in mock * use SecureRandom for id generation * fix NodesV2ApiTest * add cert request method without applicationId * remove unused import * assert on generated key names, remove unused clock * remove unused import * don't use : in ckms prefix! * entirely remove application id from cert provider interface * use correct key prefix in handler too * Assign certificate to application from pool * PooledCertificate -> UnassignedCertificate * Read/write AssignedCertificate everywhere --------- Co-authored-by: Martin Polden <mpolden@mpolden.no>
* export packageMorten Tokle2023-06-161-0/+5
|
* Include dataplane tokens on deployMorten Tokle2023-06-151-0/+8
|
* API to generate/list/delete dataplane tokensMorten Tokle2023-06-127-3/+84
|
* more exact requirements in error messageArne Juul2023-06-081-1/+1
|
* Fix exclave conditionValerij Fredriksen2023-06-011-2/+6
|
* Merge pull request #27171 from vespa-engine/ogronnesby/supporter-access-routingØyvind Grønnesby2023-05-232-10/+12
|\ | | | | Give operators access to routing changes
| * Give operators access to routing changesØyvind Grønnesby2023-05-222-10/+12
| |
* | Add back method used by code in internal repoHarald Musum2023-05-221-0/+18
| |
* | Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-221-18/+2
|/ | | | exceed""
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-2/+18
|
* Handle quota exceeded from config serverHarald Musum2023-05-221-18/+2
|
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-7/+18
|
* Verify cloud endpoint health in deployment jobsjonmv2023-04-271-1/+1
|
* Create API to trigger and view status for dropping documentsValerij Fredriksen2023-04-214-9/+48
|
* Merge pull request #26790 from ↵Øyvind Grønnesby2023-04-201-1/+4
|\ | | | | | | | | vespa-engine/ogronnesby/grant-configserver-v1-to-supporters Re-enable the actions in the node view for supporters
| * Re-enable the actions in the node view for supportersØyvind Grønnesby2023-04-201-1/+4
| |
* | Merge remote-tracking branch 'origin/master' into ogronnesby/gpu-billingØyvind Grønnesby2023-04-196-75/+42
|\| | | | | | | | | Conflicts: controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/PlanRegistryMock.java
| * Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-181-17/+17
| |
| * Merge pull request #26739 from vespa-engine/olaa/dont-rewrite-cmr-reportOla Aunrønning2023-04-142-55/+9
| |\ | | | | | | Automatically approve CMR impacting proxy node
| | * Convert class to recordOla Aunronning2023-04-141-61/+5
| | |
| | * Automatically approve CMR if only one proxy node impactedOla Aunronning2023-04-141-0/+1
| | |
| | * Don't rewrite CMR report. Add status fieldOla Aunronning2023-04-121-5/+14
| | |
| * | Merge pull request #26731 from vespa-engine/hmusum/verify-plan-on-submitHarald Musum2023-04-131-2/+6
| |\ \ | | | | | | | | Verify plan when submitting an application
| | * | Verify plan when submitting an applicationHarald Musum2023-04-131-2/+6
| | |/
| * | more generic log message (still friendly enough?)Andreas Eriksen2023-04-131-3/+2
| | |
| * | don't log exception when waiting for certificates to be availableAndreas Eriksen2023-04-131-2/+5
| |/
| * Add archiveUri to NodeRepositoryNodeValerij Fredriksen2023-03-311-0/+7
| |
* | Merge remote-tracking branch 'origin/master' into ogronnesby/gpu-billingØyvind Grønnesby2023-03-301-0/+4
|\|
| * Revert "Add API to list zones"Valerij Fredriksen2023-03-291-1/+0
| | | | | | | | This reverts commit 538f72529022e703aea37c3baec7eba5403aedfd.
| * Add API to list zonesValerij Fredriksen2023-03-291-0/+1
| |
| * Add method to get a zone by IDValerij Fredriksen2023-03-291-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into ogronnesby/gpu-billingØyvind Grønnesby2023-03-2810-20/+157
|\|
| * Merge pull request #26533 from vespa-engine/ogronnesby/user-v1-user-rdsØyvind Grønnesby2023-03-234-0/+55
| |\ | | | | | | Maintain cache of plans in use
| | * Maintain cache of plans in useØyvind Grønnesby2023-03-234-0/+55
| | |
| * | Merge pull request #26497 from vespa-engine/mortent/vespa-provider-setupMorten Tokle2023-03-211-0/+5
| |\ \ | | |/ | |/| Update provider endpoints
| | * Update provider endpointsMorten Tokle2023-03-201-0/+5
| | |
| * | proton metrics -> searchnode metricsHarald Musum2023-03-202-7/+7
| |/ | | | | | | | | Use name of service and add API that does not use the generic /metrics path for searchnode metrics
| * Ignore minor/micro versions in snapshotsØyvind Grønnesby2023-03-142-12/+12
| |
| * Don't propagate .any architectureØyvind Grønnesby2023-03-131-1/+1
| |
| * Revert "Revert "Use own zero node resources implementation""Øyvind Grønnesby2023-03-131-1/+8
| |