aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ogronnesby/billing-reportingØyvind Grønnesby2023-07-2529-423/+327
|\
| * OS downgradesMartin Polden2023-07-201-1/+1
| |
| * Add expiration concept to data plane tokensBjørn Christian Seime2023-07-122-2/+7
| |
| * Add API for searching deployments by endpointMartin Polden2023-07-071-1/+2
| |
| * EndpointCertificateRequestMetadata -> EndpointCertificateRequestMartin Polden2023-07-065-202/+44
| |
| * EndpointCertificateMetadata -> EndpointCertificateMartin Polden2023-07-069-65/+70
| |
| * Update domain meta with a dedicated main keyjonmv2023-07-051-1/+1
| |
| * Compute success factor for tenant role maintainerjonmv2023-07-053-3/+4
| |
| * 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
| |
* | New maintainer to report usageØyvind Grønnesby2023-06-292-0/+8
|/
* 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
| |