aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src
Commit message (Collapse)AuthorAgeFilesLines
* fix mock in testleandroalves/prod-controllerbjormel2023-09-201-1/+2
|
* Use getConfigServerVipUri, not getConfigServerYcpiUribjormel2023-09-203-6/+3
|
* use Ycpi in FlagsTargetbjormel2023-09-201-1/+2
|
* Use Ycpi enpoint if controller is in AWSbjormel2023-09-201-0/+2
|
* Merge pull request #28509 from vespa-engine/hakonhall/additionalIpAddresses-listHåkon Hallingstad2023-09-182-25/+23
|\ | | | | Change primary and pool IPs from Set to List
| * Change primary and pool IPs from Set to ListHåkon Hallingstad2023-09-142-25/+23
| |
* | Support references to billing system on cloud tenantsØyvind Grønnesby2023-09-142-2/+16
|/
* Support GPU resources in Applicaiton node API callØyvind Grønnesby2023-09-121-1/+33
|
* Include message about builds being skipped when equal to the previousjonmv2023-09-061-2/+2
|
* Separate container endpoint per auth methodMartin Polden2023-09-041-5/+4
|
* Add GPU cost to the total in a billØyvind Grønnesby2023-09-011-1/+1
|
* Precompute zone endpoints on deploymentMartin Polden2023-08-303-72/+47
|
* Add AccountId class ...jonmv2023-08-281-0/+12
|
* Use JIRA account owners instead of usernamesjonmv2023-08-258-34/+54
|
* Add 'cloud-account' dimensiongjoranv2023-08-231-4/+4
|
* Return build number with submit responsejonmv2023-08-231-4/+4
|
* Expose CloudAccount in Node objectØyvind Grønnesby2023-08-221-2/+15
|
* Always resolve the systemHåkon Hallingstad2023-08-101-1/+1
|
* Fix checking of zonesHåkon Hallingstad2023-08-102-213/+234
|
* Remove unused constantHåkon Hallingstad2023-08-081-1/+0
|
* Include prod.controller in zone setHåkon Hallingstad2023-08-081-1/+4
|
* Also ignore dotfiles in ZIPHåkon Hallingstad2023-08-071-6/+4
|
* Skip test of existence of zone in condition client-sideHåkon Hallingstad2023-08-061-2/+4
|
* Hosted feature flags validationHåkon Hallingstad2023-08-065-113/+240
|
* Treat null value on rule like commentHåkon Hallingstad2023-08-023-42/+131
|
* Remove sentinel null valued rules independent of any conditionsHåkon Hallingstad2023-08-023-11/+58
|
* Add environment dimensionHåkon Hallingstad2023-07-313-2/+10
|
* Update test after merge with HEADHåkon Hallingstad2023-07-291-1/+1
|
* Add cloud flag dimensionHåkon Hallingstad2023-07-285-130/+233
|
* 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
|