content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
# Message queues Spacelift uses a number of message queues to support asynchronous processing. We support two options for message queues: AWS SQS, or a built-in message broker that uses your Postgres database. For new installations we suggest using the Postgres message broker. The main exception to this is if you want ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/message-queues.md
main
spacelift
[ -0.053432587534189224, -0.058523453772068024, -0.002211326966062188, 0.09228525310754776, -0.10780903697013855, -0.07534150034189224, 0.019717587158083916, -0.029349666088819504, 0.03942975401878357, 0.02982005663216114, -0.019450446590781212, -0.039733897894620895, 0.010851491242647171, -...
0.032833
queue should have its redrive policy configured to send messages to the "Deadletter queue (FIFO)". - All other queues should use the "Deadletter queue". ### IoT Core topic rule In order to allow messages sent from Spacelift workers to be processed by the backend services, an IoT Core topic rule needs to be created to p...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/message-queues.md
main
spacelift
[ -0.05599992722272873, -0.055579911917448044, 0.022111257538199425, 0.06287918984889984, -0.02601834014058113, -0.08833041042089462, 0.08173028379678726, -0.07472191751003265, 0.03776739910244942, 0.10398560017347336, -0.03342340886592865, -0.0846053957939148, 0.07100088894367218, 0.0210949...
0.041508
# Usage reporting Spacelift supports three methods for reporting usage: automatic, manual, and via script. Please choose the method that best suits your environment and operational requirements to ensure timely and accurate reporting. ## Automatic \*\*Best for\*\*: Standard deployments with internet access. The easiest...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/usage-reporting.md
main
spacelift
[ -0.020610017701983452, -0.002318674698472023, -0.06882965564727783, 0.04768609628081322, -0.0351283885538578, -0.032786816358566284, 0.021812349557876587, 0.06778878718614578, -0.009716294705867767, 0.031239954754710197, -0.04166095331311226, -0.03315487876534462, 0.010846336372196674, -0....
0.064855
# Telemetry The Spacelift backend services emit telemetry data that can be collected and visualised using a variety of tools. This document describes how to configure Spacelift to emit those data. ## Configuration guides For step-by-step instructions on setting up telemetry collection for your Spacelift installation in...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/telemetry.md
main
spacelift
[ -0.04525597766041756, -0.024474799633026123, 0.02240571193397045, -0.029134193435311317, -0.10715623944997787, -0.0316782183945179, -0.009917423129081726, 0.014662283472716808, 0.02848898246884346, 0.02162942849099636, 0.008074468933045864, -0.0839385837316513, -0.021458493545651436, -0.04...
0.114388
# General configuration This page lists the basic configuration options available for running the Spacelift backend services. It contains a command reference, and then separate sections for various configuration options grouped by functionality. ## Command reference The Spacelift backend services are distributed as a c...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/general-configuration.md
main
spacelift
[ -0.049526527523994446, -0.03870066627860069, -0.06682145595550537, -0.017081666737794876, -0.09696950763463974, -0.03200193867087364, -0.04294218495488167, 0.020922278985381126, -0.04289315640926361, 0.0017084606224671006, 0.007275727577507496, 0.0010886922245845199, 0.05154624581336975, -...
0.084341
into. Defaults to `aws`. | | `AWS\_REGION` | Yes | The region you are deploying Spacelift into. | | `AWS\_DEFAULT\_REGION` | Yes | Set to the same value as `AWS\_REGION`. | | `AWS\_SECONDARY\_REGION` | No | The failover region to use when configuring disaster recovery. | ### Google Cloud We use the Google Cloud Go SDK ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/reference-architecture/reference/general-configuration.md
main
spacelift
[ -0.007273409515619278, -0.031780872493982315, 0.06791510432958603, -0.08804792910814285, -0.0740918442606926, 0.006105750799179077, 0.030413955450057983, 0.01121027022600174, 0.00691000884398818, 0.03196660801768303, -0.009886343032121658, -0.04993779584765434, 0.07094322144985199, -0.0392...
-0.122009
# PostgreSQL Version Upgrades Starting with Self-Hosted v4.0.0, you can configure the PostgreSQL engine version for CloudFormation-based installations using the `postgres\_engine\_version` parameter in your configuration file. This guide explains how to safely upgrade your database version and what to expect during the...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/postgresql-version-upgrade.md
main
spacelift
[ 0.047294750809669495, -0.026403745636343956, 0.024174300953745842, -0.03800014406442642, -0.05627773329615593, -0.0024131436366587877, -0.11017207056283951, -0.10734155774116516, -0.02238551899790764, 0.05655409023165703, -0.028002185747027397, -0.00013283209409564734, -0.014645025134086609,...
-0.087125
``` The installer will detect the version change and apply the upgrade. This is when the 10-30 minute downtime occurs. ### 3. Restart Spacelift Services Re-enable all Spacelift services: ```bash ./start-stop-services.sh -e true -c config.json ``` The services will start back up and reconnect to the upgraded database. !...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/postgresql-version-upgrade.md
main
spacelift
[ 0.01859760470688343, -0.0991351529955864, 0.026576446369290352, -0.08801040053367615, -0.017223212867975235, 0.014585491269826889, -0.04598129168152809, -0.08740612864494324, -0.06342720240354538, 0.02760949358344078, 0.017146160826086998, 0.050199463963508606, -0.018744369968771935, 0.008...
-0.10538
# Slack integration setup If you want to use the [Slack integration](https://docs.spacelift.io/integrations/chatops/slack) in your self-hosting instance, you need to create your own Slack app and add its details to the \_config.json\_ file before running the self-hosting installer. This section explains how to do that,...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/slack-integration-setup.md
main
spacelift
[ -0.04680411517620087, -0.08953148871660233, 0.027398763224482536, -0.013655473478138447, -0.05597536638379097, -0.06878959387540817, -0.042974118143320084, 0.07918374240398407, 0.015456471592187881, 0.08394647389650345, 0.016287831589579582, -0.07183876633644104, -0.02983063831925392, 0.08...
0.068583
"client\_secret": "", "signing\_secret": "" } } ``` Once you have populated your configuration, just run the installer as described in the [installation guide](./install.md#running-the-installer). After the installation script finishes. You can now go to your self-hosted Spacelift instance, to Settings -> Slack and ins...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/slack-integration-setup.md
main
spacelift
[ -0.06521346420049667, -0.04940207675099373, 0.05201153829693794, -0.03330308571457863, -0.032934147864580154, 0.018656650558114052, -0.03269818425178528, 0.08040283620357513, -0.007864121347665787, 0.06407837569713593, 0.01131345983594656, -0.049470726400613785, 0.04049352928996086, 0.0460...
0.023335
# Installation Guide This guide contains instructions on installing a self-hosted copy of Spacelift in an AWS account you control. ## Pre-requisites Before proceeding with the installation, you need to satisfy the following pre-requisites: - You need access to an AWS account you wish to install Spacelift into. - You ne...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ -0.08029437810182571, -0.10194145143032074, -0.007932860404253006, -0.041917476803064346, -0.08909760415554047, -0.006500652059912682, -0.03825775161385536, 0.02367600053548813, 0.036446720361709595, 0.041168369352817535, 0.006458769552409649, -0.0834043100476265, 0.02329160086810589, -0.0...
-0.060909
wish to install self-hosting in has at least 3 EIPs available. The [default quota](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#using-instance-addressing-limit) per region in an AWS account only allows 5 EIPs to be created, so you may need to choose another region or ask for an incr...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ 0.04703313857316971, -0.03296937420964241, 0.06456904113292694, -0.03889753669500351, -0.01668081246316433, 0.0021781567484140396, 0.013049047440290451, 0.018904240801930428, 0.10047396272420883, 0.11307260394096375, -0.0467124804854393, -0.05451102927327156, -0.026439044624567032, -0.0184...
0.006562
your Spacelift installation. - `sso\_config.sso\_type` - the type of SSO you wish to use. Valid values are `OIDC` and `SAML`. - `sso\_config.oidc\_args` - if `sso\_type` is `OIDC`, all fields are mandatory: - `client\_id` - the OIDC client ID. - `client\_credentials` - the OIDC client secret. - `identity\_provider\_hos...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ -0.09087634086608887, -0.028283651918172836, -0.023671012371778488, 0.0381215438246727, -0.07679179310798645, -0.04816646873950958, 0.05593493580818176, 0.005665885284543037, 0.012986156158149242, -0.03394072875380516, -0.001498518860898912, -0.07396803051233292, -0.0027938662096858025, 0....
0.024485
load balancer is launched. It can be set to either `public`(default) or `private`. ##### Database There are two ways to configure the database: either let Spacelift create the RDS cluster for you or you can create and manage it yourself, and just provide the SecretsManager secret ARN to the installer. The possible conf...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ -0.04103448614478111, -0.04048290476202965, -0.0423465333878994, -0.0136914923787117, -0.054720424115657806, 0.03472840413451195, 0.006871963385492563, -0.03757032752037048, -0.017331071197986603, 0.05249117314815521, -0.011084375903010368, -0.003080883761867881, 0.034291014075279236, -0.0...
-0.018259
Spacelift installation. It is accessible via the CloudWatch UI. Additionally, we can also create a few preconfigured alerts for you. You can configure the following options for the CloudWatch alarms: ```json "alerting": { "sns\_topic\_arn": "" } ``` If an SNS topic ARN is configured, we'll create an SNS subscription fo...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ -0.030371474102139473, -0.05080975964665413, -0.01861877366900444, 0.020848101004958153, 0.06114674359560013, 0.038690462708473206, 0.013862434774637222, -0.07007595896720886, 0.10530935972929001, 0.0286784078925848, -0.06981533765792847, -0.016760723665356636, 0.03318332880735397, -0.0053...
0.034239
you could run the following command: ```shell cat metadata.xml| jq -R -s '.' ``` You would then enter the escaped string into your \_config.json\_ file: ```json "saml\_args": { "metadata": "xml version=\"1.0\" encoding=\"utf-8\"?"] ``` The `-c` flag is optional, it defaults to `config.json` if not specified. When the i...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ -0.01485421508550644, -0.026341741904616356, -0.012507837265729904, -0.05117189511656761, -0.02409408800303936, -0.0005103962030261755, 0.012565044686198235, 0.0006607416435144842, 0.0677843913435936, 0.06974933296442032, 0.018720578402280807, -0.06236804649233818, 0.04105092212557793, -0....
-0.057338
-h] ``` Flags: - `-c `: path to the config file (default: `config.json`) - `-f`: force uninstallation, do not prompt for confirmation - `-n`: do not retain S3 buckets, database or KMS keys. complete uninstallation. - `-h`: show help For example: ```shell ./uninstall.sh ```
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/install.md
main
spacelift
[ 0.010461469180881977, 0.0713442862033844, -0.035310421139001846, -0.0894324779510498, 0.11116620153188705, 0.00777018116787076, 0.024011895060539246, -0.019050372764468193, 0.018125850707292557, 0.02864360809326172, 0.06564997136592865, -0.023245831951498985, 0.03528618440032005, -0.006792...
0.026333
# Advanced Installations ## Custom VPC In certain situations you may want to have full control of the network that Spacelift runs in, and the default VPC and security groups created by Spacelift don't fit your circumstances. In these situations, you can create your own networking components and supply them during the i...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/advanced-installations.md
main
spacelift
[ -0.09653711318969727, -0.08833668380975723, -0.041787005960941315, -0.0040054926648736, -0.07241282612085342, 0.06494304537773132, 0.012588204815983772, 0.014585130847990513, -0.008715162053704262, 0.014211405999958515, -0.017627805471420288, -0.036514393985271454, 0.01876629889011383, -0....
-0.047818
FromPort: 1983 ToPort: 1983 IpProtocol: "tcp" SourceSecurityGroupId: {Ref: LoadBalancerSecurityGroup} VpcId: {Ref: VPC} ``` #### Load Balancer The load balancer needs to be able to accept traffic from any clients (e.g. users logging into Spacelift via a browser or using `spacectl`), and also needs to accept incoming we...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/advanced-installations.md
main
spacelift
[ -0.11341176927089691, 0.0773264691233635, -0.06348489224910736, -0.04773559793829918, -0.012001631781458855, 0.020880671218037605, -0.02230483666062355, -0.02171514183282852, 0.08119967579841614, -0.009390359744429588, -0.03106389194726944, -0.10228268802165985, -0.005352157633751631, -0.0...
0.004069
```json { "proxy\_config": { "http\_proxy": "http://my.http.proxy", "https\_proxy": "https://my.https.proxy", "no\_proxy": "safe.domain" } } ``` However if you only need to specify the `HTTPS\_PROXY` environment variable you can use the following configuration: ```json { "proxy\_config": { "http\_proxy": "", "https\_pr...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/advanced-installations.md
main
spacelift
[ -0.08075402677059174, 0.018698321655392647, -0.00576731888577342, -0.05282790586352348, -0.07850044220685959, -0.03795575723052025, 0.0004708488704636693, 0.012887168675661087, 0.033868491649627686, -0.0008361366344615817, -0.03986182436347008, -0.024340344592928886, 0.042774002999067307, ...
-0.051711
substitute `` with your install region): ```shell s3..amazonaws.com,license-manager..amazonaws.com,a3mducvsqca9re-ats.iot..amazonaws.com,logs..amazonaws.com,monitoring..amazonaws.com,sqs..amazonaws.com,xray..amazonaws.com,secretsmanager..amazonaws.com,kms..amazonaws.com,ecr..amazonaws.com,api.ecr..amazonaws.com ``` ###...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/advanced-installations.md
main
spacelift
[ -0.022510455921292305, -0.005626843310892582, -0.12264719605445862, -0.0742751881480217, 0.0487363338470459, 0.006830418948084116, -0.03085589036345482, -0.0538267120718956, 0.04953993856906891, 0.0316711887717247, 0.02306945249438286, -0.08820754289627075, 0.027493005618453026, 0.00528902...
-0.040552
to be created. Also note that each of your Spacelift subnets will also need a route table attached that can be referenced in the endpoint definition: ```yaml S3GatewayEndpoint: Type: AWS::EC2::VPCEndpoint Properties: ServiceName: {Fn::Sub: "com.amazonaws.${AWS::Region}.s3"} VpcEndpointType: Gateway VpcId: {Ref: VPC} Ro...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/advanced-installations.md
main
spacelift
[ -0.07606600970029831, -0.09611961990594864, -0.08166342228651047, 0.02099032700061798, 0.0001213547438965179, 0.04751867055892944, -0.04200199618935585, -0.0036199288442730904, 0.017116252332925797, 0.022300783544778824, -0.017590409144759178, -0.0709725022315979, 0.015502765774726868, -0....
-0.029308
# Disaster Recovery Spacelift Self-Hosted installations support multi-region disaster recovery (DR). This allows you to cope with an outage of an entire AWS region by failing over to a secondary region. At a high level, the architecture of a multi-region DR installation of Spacelift looks like the following: ![Architec...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/disaster-recovery.md
main
spacelift
[ -0.016868744045495987, -0.06567490100860596, 0.04447079822421074, -0.041128627955913544, -0.027203483507037163, -0.03677776828408241, -0.0915316492319107, -0.029950926080346107, 0.045635975897312164, 0.017950505018234253, -0.04782726615667343, 0.03383658453822136, 0.0671793594956398, -0.08...
0.046869
logs: arn:aws:s3:::012345678901-spacelift-run-logs-ca9bf8 \* Modules: arn:aws:s3:::012345678901-spacelift-modules-ca9bf8 \* Policy inputs: arn:aws:s3:::012345678901-spacelift-policy-inputs-ca9bf8 \* Workspaces: arn:aws:s3:::012345678901-spacelift-workspaces-ca9bf8 ``` The key pieces of information you need for the next...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/disaster-recovery.md
main
spacelift
[ -0.032061848789453506, -0.061261389404535294, -0.03543741628527641, -0.06202526390552521, 0.030377807095646858, -0.018415207043290138, -0.015119235962629318, -0.052811697125434875, 0.0019341359147801995, 0.03722235932946205, 0.0027776891365647316, -0.05265913903713226, 0.056908946484327316, ...
-0.032172
done this, you can run the installer again to complete your DR setup: ```json ./install.sh -c config.json ``` ## Migrating from an existing installation to one with DR This section explains how to take an existing Self-Hosted installation, and enable multi-region failover for disaster recovery purposes. For the most pa...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/disaster-recovery.md
main
spacelift
[ 0.04250796511769295, -0.036217380315065384, 0.044552650302648544, -0.04154028743505478, 0.024063119664788246, -0.06512374430894852, -0.10762526839971542, 0.026187334209680557, -0.03929727524518967, 0.02216254733502865, 0.015581907704472542, -0.0016269724583253264, 0.07321372628211975, -0.0...
-0.032148
the batch replication jobs you need to define an IAM role that has permissions on both your source and destination buckets. You can use a policy like the following (although you can also adjust the policy to restrict it to the specific buckets you need to replicate): ```json { "Version": "2012-10-17", "Statement": [ { ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/disaster-recovery.md
main
spacelift
[ -0.05926179513335228, -0.04113510996103287, -0.05732415243983269, -0.018254615366458893, 0.008511864580214024, 0.01735028810799122, -0.0006537341396324337, -0.08409637957811356, -0.01117320079356432, 0.05487590655684471, -0.006472569890320301, -0.05952223390340805, 0.06971951574087143, -0....
0.016094
services in your secondary region: `./start-stop-services.sh -e true -c config.dr.json` (where config.dr.json contains the configuration for your secondary region). 1. Note: it may take a few minutes for the services to start fully. 3. Update your server DNS to point at the load balancer for your secondary region. 4. U...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/disaster-recovery.md
main
spacelift
[ 0.015452836640179157, 0.00605043163523078, 0.07432485371828079, -0.0349973663687706, -0.05335913598537445, -0.03241267800331116, -0.04293335601687431, -0.06396660208702087, 0.05324218049645424, 0.035174522548913956, -0.022428199648857117, -0.005443946458399296, -0.030804719775915146, 0.018...
0.038174
# CloudFormation to OpenTofu/Terraform migration If you seek to migrate from the Cloudformation-based installation to the reference architecture, we developed [a small migration toolkit to help you with the process](https://github.com/spacelift-io/self-hosted-v2-to-v3-kit){: rel="nofollow"}. The end result will be simi...
https://github.com/spacelift-io/user-documentation/blob/main/docs/installing-spacelift/cloudformation/cloudformation-to-opentofu-terraform-migration.md
main
spacelift
[ -0.05713040009140968, -0.032609354704618454, 0.009204397909343243, 0.00021741146338172257, 0.016399014741182327, -0.04014129191637039, -0.095077283680439, -0.014734858646988869, -0.002705979160964489, -0.01773967035114765, -0.01281980611383915, -0.06369093805551529, 0.034013256430625916, -...
0.046747
# Data Processing Agreement Last updated: November 4, 2024 This Data Processing Agreement (\*\*“DPA”\*\*) is incorporated by reference into Terms and Conditions, Master Services Agreement, or any other written agreement (the \*\*“Services Agreement”\*\*) between Customer and Spacelift, Inc. (\*\*“Spacelift”\*\*) for th...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.13973328471183777, 0.0035541688557714224, 0.04588339105248451, -0.08068545907735825, -0.02627238817512989, 0.012139802798628807, 0.02423999086022377, -0.038110312074422836, 0.003397796070203185, -0.016016144305467606, 0.04537990316748619, 0.0009178329491987824, 0.035240791738033295, -0....
0.103982
1 (Definitions) will have the meaning given to them elsewhere in this DPA and/or the Services Agreement and/or in Applicable Data Protection Laws unless otherwise specified. ## 2. PERSONAL DATA PROCESSING 2.1. \*\*Roles\*\*. The parties acknowledge and agree that with regard to the Processing of Personal Data, Customer...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.11356694996356964, -0.046313345432281494, 0.02667941525578499, -0.07520387321710587, -0.05571993812918663, 0.0005232212715782225, 0.06927663832902908, 0.028133446350693703, -0.014377308078110218, 0.0030878663528710604, 0.018160006031394005, 0.026053985580801964, 0.015478271059691906, -0...
0.155261
the Subprocessor that cause Spacelift to breach any of its obligations under this DPA. 3.3. \*\*New Subprocessors\*\*. When any new Subprocessor is engaged, Spacelift will notify Customer of the engagement, which notice may be given via email and/or by updating the Subprocessor list available at Trust Center (Customer ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.13883765041828156, -0.029712341725826263, 0.07421787083148956, -0.015758225694298744, 0.011394607834517956, -0.034834347665309906, 0.0580943264067173, 0.03634389117360115, 0.013367674313485622, 0.035539910197257996, 0.017033956944942474, -0.030820220708847046, 0.010703290812671185, -0.0...
0.160661
with its requirements and legal obligations under Applicable Data Protection Laws. Customer acknowledges that, notwithstanding Spacelift's obligations outlined in this DPA, Customer is solely accountable for utilizing the Services. This includes (a) ensuring the Services are appropriately used to maintain a level of se...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.17739586532115936, -0.03860047832131386, 0.050654180347919464, -0.06116669625043869, -0.018316399306058884, -0.006350622046738863, 0.09074205905199051, -0.01173084881156683, 0.05603310093283653, 0.012462153099477291, 0.024160105735063553, -0.009483796544373035, 0.06635318696498871, -0.0...
0.091514
to carry out a data protection impact assessment or handle prior consultation with the applicable data protection authority related to Customer’s use of the Services, to the extent Customer does not otherwise have access to the relevant information, and to the extent such information is available to Spacelift. ## 8. DE...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.1489654779434204, 0.007892054505646229, 0.03406563401222229, -0.05948459357023239, -0.0015407631872221828, 0.017624467611312866, 0.07806482166051865, -0.0041156355291605, 0.018528277054429054, 0.0157607514411211, 0.0700446143746376, 0.044747162610292435, 0.0723649114370346, -0.046552240...
0.053096
Jurisdiction Specific Terms, if applicable: - 11.4.1. the parties to this DPA hereby agree to abide by the jurisdiction specified in the Services Agreement for the resolution of any disputes or claims arising under this DPA. This includes disputes related to its existence, validity, termination, or the consequences of ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.10304324328899384, 0.029875461012125015, 0.013900648802518845, -0.11241785436868668, -0.005968793295323849, 0.014085216447710991, 0.006415211595594883, -0.03285857290029526, -0.01026526652276516, -0.012874583713710308, 0.036563754081726074, 0.0085165249183774, 0.05974815413355827, 0.028...
0.105323
TERMS ### 1. EUROPEAN ECONOMIC AREA (EEA) AND UNITED KINGDOM (UK) #### 1.1. Definitions. 1.1.1. The definition of \*\*“Applicable Data Protection Laws”\*\* includes the General Data Protection Regulation (EU 2016/679) (\*\*“GPDR”\*\*) and the EU GDPR as saved into UK law by virtue of Section 3 of the UK’s European Unio...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.04109567031264305, -0.007434351369738579, -0.009028023108839989, -0.06929174065589905, 0.06125008687376976, -0.004397161770612001, 0.06324656307697296, -0.01354839839041233, -0.0030590021051466465, -0.06158417463302612, 0.04937826469540596, -0.055581554770469666, 0.014211870729923248, -...
0.084072
1.4. \*\*UK IDTA\*\*. In relation to Controller Personal Data that is protected by the UK GDPR, the UK IDTA will apply completed as follows: - 1.4.1. The EU SCCs, completed as set out above in Clause 1.3 of this Annex will also apply to transfers of such Personal Data, subject to Sub-clause 1.4.2 below; - 1.4.2. Tables...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.06327687203884125, -0.025534622371196747, 0.017414294183254242, -0.05716034397482872, 0.035790979862213135, 0.04604250565171242, 0.10438038408756256, -0.032170381397008896, -0.015081281773746014, 0.008307088166475296, 0.06189721077680588, -0.0033976100385189056, 0.02976798452436924, -0....
0.049884
Services Agreement or any written agreement entered in connection therewith, the parties acknowledge and agree that Spacelift’s access to Customer Personal Data does not constitute part of the consideration exchanged by the parties in respect of the Services Agreement. 3.7. Spacelift agrees that it will provide Custome...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/dpa.md
main
spacelift
[ -0.11793458461761475, -0.01103654969483614, 0.023975631222128868, -0.05314156413078308, -0.0873953327536583, 0.03458840027451515, 0.08633812516927719, -0.020525380969047546, 0.015867894515395164, -0.03239267319440842, 0.040001120418310165, 0.017208527773618698, -0.004347638692706823, -0.00...
0.071637
# Privacy Thank you for choosing to be part of our community at Spacelift (“company”, “we”, “us”, or “our”). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about our policy, or our practices with regards to your personal information, please cont...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/privacy.md
main
spacelift
[ -0.07199838012456894, -0.008094253949820995, 0.01219677459448576, 0.0017240368761122227, 0.055268753319978714, -0.00005393748142523691, 0.10263838618993759, -0.07827018201351166, 0.01987340673804283, -0.04130781814455986, 0.02426731586456299, 0.05172770097851753, -0.01490371860563755, 0.00...
0.054359
interests. - \*\*Performance of a Contract:\*\* Where we have entered into a contract with you, we may process your personal information to fulfil the terms of our contract. - \*\*Legal Obligations:\*\* We may disclose your information where we are legally required to do so in order to comply with applicable law, gover...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/privacy.md
main
spacelift
[ -0.05114070698618889, 0.05422336235642433, -0.05049729347229004, -0.06516651064157486, 0.016668392345309258, 0.04492185264825821, 0.1069309189915657, -0.00382033153437078, 0.06688999384641647, -0.007138530723750591, -0.05039074644446373, 0.03077453188598156, 0.012989896349608898, -0.008208...
0.162931
information transferred internationally? Our servers are located in Ireland. If you are accessing our site from outside, please be aware that your information may be transferred to, stored, and processed by us in our facilities and by those third parties with whom we may [share your personal information](privacy.md#2-w...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/privacy.md
main
spacelift
[ -0.02225962094962597, 0.013282963074743748, 0.006931706797331572, -0.07680222392082214, 0.05985978990793228, 0.0413549542427063, 0.04739760607481003, -0.04993116483092308, 0.029463186860084534, -0.02783563733100891, 0.006975742056965828, 0.050956811755895615, 0.018297307193279266, 0.012160...
-0.021223
not affect the lawfulness of the processing before its withdrawal. If you are resident in the European Economic Area and you believe we are unlawfully processing your personal information, you also have the right to complain to your local data protection supervisory authority. You can find their contact details here: [...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/privacy.md
main
spacelift
[ 0.04015013575553894, 0.04050954803824425, -0.02688215672969818, -0.04612094908952713, 0.01112349797040224, 0.026883771643042564, 0.07633397728204727, -0.07010196149349213, 0.06613139808177948, -0.016848895698785782, 0.07112756371498108, 0.013317707926034927, 0.024506626650691032, -0.045161...
0.038689
# Cookie Policy Last updated: June 10, 2022 This Cookies Policy explains what Cookies are and how We use them. You should read this policy so You can understand what type of cookies We use, the information We collect using Cookies, and how that information is used. Cookies do not typically contain any information that ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/cookie-policy.md
main
spacelift
[ -0.033455200493335724, -0.007963528856635094, -0.014326993376016617, -0.03288012742996216, -0.0029200261924415827, -0.023451214656233788, 0.16850142180919647, -0.04999170079827309, -0.019961215555667877, -0.0765918493270874, 0.02434619329869747, 0.02745889686048031, -0.03702111169695854, -...
0.036394
device you use to access the Website. We may also use these Cookies to test new advertisements, pages, features or new functionality of the Website to see how our users react to them. - \*\*Targeting and Advertising Cookies\*\* Type: Persistent Cookies Administered by: Third-Parties Purpose: These Cookies track your br...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/cookie-policy.md
main
spacelift
[ -0.05784132331609726, -0.03752628713846207, -0.08192477375268936, -0.02663625217974186, 0.10931745916604996, -0.023667914792895317, 0.10952791571617126, 0.00964226946234703, 0.05393882840871811, -0.04925878345966339, 0.06413532793521881, 0.03377561643719673, -0.06101309508085251, -0.020616...
0.13923
# Terms of use of AI Services 1. \*\*What is SaturnHead Run Summarization ("AI Feature")?\*\* SaturnHead Run Summarization is employed to help users rapidly interpret log summaries and deliver technical solutions to effectively diagnose and fix failed runs. The SaturnHead Run Summarization feature is designed for core ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/ai-terms.md
main
spacelift
[ -0.11543063819408417, -0.030168186873197556, 0.028337884694337845, -0.0637122392654419, 0.03147519752383232, 0.0339171439409256, 0.01866823434829712, 0.009542882442474365, 0.05544086918234825, 0.025123896077275276, -0.04525533691048622, -0.022776223719120026, 0.04312359169125557, -0.041543...
0.211977
given written permission from Spacelift; - Use the AI Feature for illegal or fraudulent purposes; - Exploit or misuse personal or sensitive data in violation of privacy laws; - Falsely represent identity or affiliation; - Attempt to gain unauthorized access to systems or networks; - Violate third party intellectual pro...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/ai-terms.md
main
spacelift
[ -0.12200694531202316, -0.05221043899655342, 0.020346948876976967, -0.007625978905707598, -0.0382123738527298, -0.001204247702844441, 0.01955808326601982, -0.003054993459954858, -0.03840088099241257, -0.019514357671141624, 0.03727887570858002, 0.00419048173353076, 0.013271303847432137, -0.0...
0.210774
# Terms and Conditions Last updated: July 14, 2025 These Terms and Conditions (\*\*“Terms”\*\*, \*\*“T&C”\*\*) are between the entity you represent, or, if you do not indicate an entity in connection with the Services, you individually (\*\*“Customer”\*\*, \*\*“you”\*\* or \*\*“your”\*\*), and Spacelift, Inc. with its ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.16890978813171387, -0.009879565797746181, 0.016305429860949516, -0.03497583046555519, -0.02057342417538166, 0.03296107426285744, 0.09736109524965286, -0.02092050574719906, 0.0840088501572609, 0.031910475343465805, 0.0532693937420845, -0.025461100041866302, 0.033314961940050125, -0.03879...
0.129177
Customer-controlled environment (\*\*“Private Worker”\*\*) or any other software agent, provided and managed by Spacelift in a common secure worker pool (\*\*“Public Worker”\*\*). 1.7. \*\*“Patch”\*\* means a modification of the self-hosted version of the Services, released independently of the latest Version of the Se...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.18807636201381683, 0.002075041877105832, -0.0019522304646670818, 0.0030222737696021795, -0.04029935225844383, -0.03212769329547882, 0.08659489452838898, -0.019362308084964752, -0.012191561050713062, 0.00795779563486576, 0.04601985216140747, -0.010558102279901505, 0.06168395280838013, -0...
0.248929
You are not authorized to use (and will not permit any third party to use) the Services, Website, Documentation, or any portion thereof except as expressly authorized by the Terms. Specifically, no part of the Services, Documentation, or Website may be copied, reproduced, aggregated, republished, uploaded, posted, publ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.08119376003742218, 0.0052150520496070385, -0.04909313842654228, -0.04944779351353645, -0.016653021797537804, 0.03273396193981171, 0.04108564928174019, -0.015758635476231575, 0.04835520684719086, -0.0036997911520302296, 0.04085385426878929, 0.009078718721866608, 0.041845135390758514, -0....
0.125454
the development, provision, or use of a competing software service or product. 3.5. \*\*Customer Data\*\*. You are and will remain the sole and exclusive owner of all rights, title, and interest in and to all Customer Data, including all IPR, subject to the rights and permissions granted in the Terms. You have exclusiv...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.07353787869215012, 0.03132597357034683, -0.014988088980317116, -0.0702614113688469, -0.022799259051680565, 0.0015201619826257229, 0.08218179643154144, -0.006485250312834978, -0.012526744045317173, 0.020326759666204453, 0.09170784801244736, -0.007196860853582621, 0.05912413075566292, -0....
0.157247
rel="nofollow"} incorporated herein by reference. 4.4. \*\*Access and Security\*\*. You will employ all physical, administrative, and technical controls, screening, security procedures, and other safeguards necessary to: (a) securely administer the distribution and use of all access credentials and protect against any ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.1132865846157074, 0.018142681568861008, -0.10463716089725494, 0.0011253810953348875, -0.02653195895254612, -0.011629998683929443, 0.09793192148208618, -0.06299111992120743, 0.04366142675280571, -0.03576720505952835, 0.07680049538612366, 0.0448480024933815, 0.0917101725935936, 0.00427902...
0.173218
measures to prevent and promptly notify us of any unauthorized access to Authorized User accounts of which you become aware of, and (d) provide all cooperation and assistance as we may reasonably request to enable us to exercise our rights and perform our obligations under and in connection with the Terms; (e) retain s...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.05582737177610397, 0.04994631186127663, -0.01847396232187748, -0.10046947002410889, -0.0273338183760643, 0.028467105701565742, 0.14136679470539093, -0.028249898925423622, 0.05136137828230858, -0.0062767378985881805, 0.023695914074778557, 0.04557768628001213, 0.08719043433666229, -0.0166...
0.17972
to know Services before starting any of the Subscription Plans and it expires 14 days after your registration to the Services. Upon the end of trial, you may: (a) stop using the Services and delete your account thus terminating the Terms, (b) continue to use the Services under one of the available Subscriptions Plans, ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.062225114554166794, -0.034660935401916504, 0.09119071066379547, -0.010796151123940945, 0.0155996885150671, -0.03130711615085602, -0.02008981630206108, -0.05664408579468727, 0.04728261008858681, 0.047347404062747955, -0.00010727997141657397, 0.06594935804605484, 0.004815939348191023, -0....
-0.01376
add-ons. Your billing will be adjusted accordingly and you will be owed the prorated fees for the difference between your current Subscription Plan and the upgraded Plan for the remainder of the current billing cycle. To receive the refund, please contact [ar@spacelift.io](mailto:ar@spacelift.io). 5.7. \*\*Individual A...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.13650745153427124, -0.02008454129099846, 0.037232860922813416, -0.03038116730749607, -0.005166330374777317, 0.04435935616493225, 0.029758654534816742, -0.009430878795683384, 0.035136427730321884, 0.06184180825948715, -0.01889883540570736, -0.008776291273534298, 0.024889424443244934, -0....
0.034255
start by providing you with a notice prior to the commencement of the next Subscription Period. Your continued use of the Services constitutes your acceptance of such changed Subscription Fees. ## 7. SUSPENSION AND TERMINATION 7.1. \*\*Suspension\*\*. Without limiting any other provision of the Terms, we reserve the ri...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.07423049956560135, -0.020762547850608826, 0.053951941430568695, -0.07468588650226593, 0.056879449635744095, 0.07232578098773956, 0.0771234780550003, -0.08032185584306717, 0.03533139452338219, 0.027139604091644287, 0.04976131021976471, 0.035068366676568985, 0.05691703036427498, -0.019403...
0.042347
provided that, for clarity, our obligations under this Section 7.4 do not apply to any Resultant Data or other data that is required to establish proof of a right or a contract, which will be stored for the duration provided by applicable law; (c) you will immediately cease all use of any Services and destroy all docum...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.125520259141922, 0.06669729202985764, 0.03774826601147652, -0.027259835973381996, 0.00857596006244421, 0.0031788477208465338, 0.009407809935510159, -0.05812840163707733, 0.018139472231268883, 0.07615229487419128, 0.08329417556524277, 0.012155610136687756, 0.054443519562482834, -0.040598...
0.025264
FORTH IN THIS SECTION 8, ALL SERVICES, DOCUMENTATION, AND WEBSITE ARE PROVIDED "AS IS." WE SPECIFICALLY DISCLAIM ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, AND ALL WARRANTIES ARISING FROM THE COURSE OF DEALING, USAGE, OR TRADE PRACTICE. WITHOUT LIMITING THE...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.17761723697185516, 0.02313852868974209, 0.014102388173341751, -0.11490122973918915, 0.006050076801329851, 0.036072734743356705, 0.035914745181798935, 0.037955597043037415, -0.03547142073512077, 0.006458939518779516, 0.04253216087818146, 0.01571790687739849, 0.009952589869499207, -0.0361...
0.233746
covenants, or obligations under the Terms; or (e) negligence or more culpable act or omission (including recklessness or willful misconduct) by you, any Authorized User, or any third party acting on your behalf or any Authorized User, in connection with the Terms, provided, that you will have no obligation under this S...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.1204281821846962, 0.04589660465717316, 0.03925415128469467, -0.05698767304420471, -0.03811079263687134, 0.02956661395728588, 0.04559648782014847, 0.03144630789756775, 0.03496995195746422, 0.034826625138521194, 0.041096992790699005, -0.055347833782434464, -0.016402989625930786, -0.003399...
0.117737
EXCEED THE GREATER OF (a) THE TOTAL AMOUNTS PAID TO SPACELIFT UNDER THESE TERMS IN THE 6 MONTH PERIOD PRECEDING THE EVENT GIVING RISE TO THE CLAIM OR (b) THE AMOUNT OF 5000 USD. THE FOREGOING LIMITATIONS APPLY EVEN IF ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE. 10.4. \*\*Exceptions\*\*. NOTHING IN THIS SECTION 10 WILL B...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.03613417223095894, 0.0713912695646286, 0.002080195816233754, -0.07626054435968399, 0.018626749515533447, 0.08400535583496094, 0.042774852365255356, 0.02175430953502655, -0.006225370801985264, 0.016297442838549614, 0.05231090635061264, -0.049479395151138306, 0.021250592544674873, 0.01572...
0.049732
PROVISIONS 12.1. \*\*Current Version of the Terms\*\*. Usage of the Services is subject to the then-current version of the Terms posted on the Website and we advise you to periodically review the latest currently effective Terms. We reserve the right to update the provisions of the Terms from time to time at our sole d...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.05848649889230728, 0.00988538283854723, 0.0209310632199049, -0.0952480360865593, 0.007910814136266708, -0.006749842781573534, -0.03646731749176979, -0.14109157025814056, -0.02676856517791748, 0.06843911111354828, 0.03865103796124458, 0.07370468229055405, 0.065850630402565, 0.01999375969...
-0.021261
and warrant that you are: (a) not a resident of a country sanctioned by the Office of Foreign Assets Control, Department of the Treasury (\*\*“OFAC”\*\*); (b) not currently identified on the Specially Designated Nationals and Blocked Persons List maintained by OFAC and/or on any other similar list maintained by the OFA...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/terms.md
main
spacelift
[ -0.09467123448848724, -0.05008760839700699, -0.02755364216864109, -0.06664753705263138, 0.007352130953222513, 0.02541276440024376, 0.08092920482158661, -0.08216264843940735, -0.021568644791841507, 0.056098077446222305, 0.11955960839986801, -0.013015035539865494, 0.041215669363737106, 0.009...
0.047342
# Refund Policy ## GENERAL PROVISIONS Refunds will be made on the terms and conditions set out in this Policy in the event that the Customer withdraws from the Software purchase Agreement. ## DEFINITIONS The following definitions are set out for the purposes of this Policy: 1. Policy - these regulations for making refu...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/refund-policy.md
main
spacelift
[ -0.12554046511650085, 0.014423997141420841, 0.07649965584278107, -0.039006199687719345, 0.008926764130592346, 0.017511935904622078, 0.06409407407045364, 0.0063451919704675674, -0.00381823000498116, 0.013586648739874363, 0.06966595351696014, -0.0161115862429142, 0.02729477547109127, -0.1015...
0.049623
# Spacelift Intent Early Access Release ## Terms and Conditions Effective Date: October 8, 2025 These Terms and Conditions ("\*\*Agreement\*\*") govern your participation in and use of the beta version of Spacelift Intent commercial implementation ("\*\*Beta Product\*\*"). This Agreement constitutes a binding agreement...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.07109459489583969, -0.05723122879862785, 0.02315136231482029, -0.03158542513847351, -0.052555523812770844, 0.07492551952600479, 0.10487491637468338, -0.005521141923964024, 0.047640975564718246, -0.0005608765059150755, -0.010780352167785168, 0.04323640838265419, -0.015057668089866638, 0....
0.118114
of the Beta Product release at our sole discretion. ## 3. BETA PRODUCT LIMITATIONS AND AI CONSIDERATIONS \*\*3.1 Pre-Release Status.\*\* The Beta Product is pre-release software provided exclusively for testing, evaluation, and feedback purposes. The Beta Product is not a final commercial product and may be subject to ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.1036367118358612, -0.07503089308738708, 0.04242583364248276, -0.025453099980950356, 0.037205711007118225, 0.012281851842999458, 0.018864303827285767, 0.01761280931532383, -0.029277129098773003, 0.030132725834846497, 0.006577421445399523, 0.022189894691109657, -0.03005794994533062, -0.04...
0.291457
about the Beta Product, (iv) only share information about the Beta Product with other authorized participants, and (v) maintain the confidentiality of all Confidential Information with at least the same degree of care you use to protect your own confidential information, but in no event less than reasonable care. \*\*4...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.05897996947169304, 0.07234633713960648, 0.006950449198484421, -0.026089375838637352, 0.026508476585149765, 0.05290079116821289, 0.05663303658366203, 0.0023179941345006227, 0.011277823708951473, -0.0008356932085007429, -0.015347917564213276, 0.023434359580278397, -0.006225144024938345, -...
0.148537
use the Beta Product for illegal purposes or to violate third-party rights, (viii) use the Beta Product or Documentation for competitive analysis or developing competing products, or (ix) perform unauthorized security testing or vulnerability scanning. ## 7. INTELLECTUAL PROPERTY \*\*7.1 Spacelift Ownership.\*\* We ret...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.1125025823712349, -0.0017039831727743149, -0.03912288695573807, -0.04299620911478996, 0.04476819559931755, 0.04240550100803375, 0.0849430039525032, 0.03669247031211853, -0.004550229758024216, -0.011333812959492207, -0.015023574233055115, -0.0010210216278210282, 0.03145208582282066, -0.0...
0.150359
AGGREGATE LIABILITY OF SPACELIFT ARISING OUT OF OR RELATED TO THIS AGREEMENT, WHETHER ARISING UNDER OR RELATED TO BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY, OR ANY OTHER LEGAL OR EQUITABLE THEORY, EXCEED THE AMOUNT OF FIVE THOUSAND US DOLLARS ($5,000.00 USD). THE FOREGOING LIMITATIONS APPLY EVEN...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.10220609605312347, 0.06082291901111603, 0.03122178465127945, -0.06173982471227646, -0.02064531482756138, 0.032352447509765625, 0.03877174109220505, 0.07727756351232529, -0.009903260506689548, 0.012559845112264156, 0.033493950963020325, -0.03941454738378525, -0.007397131994366646, -0.009...
0.178381
joint venture, partnership, employment, or agency relationship created between you and us as a result of the Agreement or your use of the Beta Product. \*\*12.9 Force Majeure.\*\* Neither party is liable for delays or failures due to causes beyond reasonable control. \*\*12.10 Export Compliance.\*\* You must comply wit...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/intent-terms.md
main
spacelift
[ -0.0632382407784462, -0.05314350128173828, 0.012381522916257381, -0.06729362905025482, -0.025998953729867935, 0.08013201504945755, -0.002689142944291234, -0.012097480706870556, -0.017276056110858917, -0.020106876268982887, 0.01445120107382536, 0.038371019065380096, -0.03521663323044777, 0....
0.053236
# Terms and Conditions Effective from November 4, 2024 till June 9, 2025 These Terms and Conditions (\*\*“Terms”\*\*, \*\*“T&C”\*\*) are between the entity you represent, or, if you do not indicate an entity in connection with the Services, you individually (\*\*“Customer”\*\*, \*\*“you”\*\* or \*\*“your”\*\*), and Spa...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.16422030329704285, -0.015077147632837296, 0.02953219786286354, -0.04070769250392914, -0.018001073971390724, 0.03707456216216087, 0.08936405181884766, -0.02898884378373623, 0.08145291358232498, 0.02417520247399807, 0.057562798261642456, -0.012692846357822418, 0.03492717072367668, -0.0368...
0.116305
in a Customer-controlled environment (\*\*“Private Worker”\*\*) or any other software agent, provided and managed by Spacelift in a common secure worker pool (\*\*“Public Worker”\*\*). 1.7. \*\*“Services”\*\* means the Spacelift’s specialized, continuous integration and deployment (CI/CD) platform for infra-as-code; 1....
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.14816701412200928, 0.032898858189582825, 0.011871418915688992, 0.008873806335031986, -0.022855117917060852, 0.003279313910752535, 0.08896408975124359, -0.04841151088476181, 0.030830226838588715, -0.007048992905765772, 0.052525900304317474, -0.04776937887072563, 0.09042878448963165, -0.0...
0.162561
Information and derivations thereof will remain our sole and exclusive property. You should not disclose, use or publish Confidential Information without our prior written consent. You must hold all our Confidential Information in strict confidence and safeguard the Confidential Information from unauthorized use, acces...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.10152240842580795, -0.015467928722500801, -0.008563297800719738, -0.05184946209192276, 0.016931971535086632, 0.03963654115796089, 0.06350989639759064, -0.005009380169212818, 0.027700796723365784, 0.004163096658885479, 0.043952833861112595, 0.03871438279747963, 0.030146652832627296, -0.0...
0.071424
collect data and information related to your use of the Services that is used by us in an aggregate manner, including to compile statistical and performance information related to the provision and operation of the Services (\*\*“Resultant Data”\*\*). You unconditionally and irrevocably grant to us an assignment of all...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.09049127250909805, 0.005203276872634888, -0.013323656283318996, -0.010694448836147785, 0.014259052462875843, 0.050637271255254745, 0.061963070183992386, -0.011319665238261223, 0.017533736303448677, 0.02579939179122448, -0.020542087033391, 0.017847876995801926, 0.06510807573795319, -0.00...
0.169535
operator. We are not responsible for and do not endorse any third-party websites or applications or their availability or content. 4.8. \*\*Access by Third-Party Accounts\*\*. You may register and login to the Services using your third-party service providers account details, like a Google or GitHub account (\*\*“Third...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.10145996510982513, -0.0690235123038292, -0.0057340762577950954, -0.07872969657182693, 0.03693351894617081, 0.011068218387663364, 0.11249342560768127, -0.0634961724281311, 0.0381612628698349, -0.04253410920500755, 0.0712907612323761, 0.020223308354616165, 0.07450373470783234, -0.02645343...
0.052819
of a chosen Subscription Plan. 5.2. \*\*Subscription Plans\*\*. The Services are available under the Subscription Plans presented on [https://spacelift.io/pricing/](https://spacelift.io/pricing){: rel="nofollow"} (and incorporated to the Terms by reference), describing in detail the relevant Metrics, Subscription Fees,...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.0931183323264122, -0.0571306087076664, 0.03295636549592018, -0.005564376246184111, 0.03974752128124237, -0.0001508343411842361, 0.01980149932205677, -0.05296696722507477, 0.0593603290617466, 0.023633521050214767, 0.0346355065703392, 0.038629718124866486, 0.02195395529270172, -0.02996225...
0.064469
selected functionalities, such as add-ons. Your billing will be adjusted accordingly and you will be owed the prorated fees for the difference between your current Subscription Plan and the upgraded Plan for the remainder of the current billing cycle. To receive the refund, please contact [ar@spacelift.io](mailto:ar@sp...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.15049099922180176, -0.013147173449397087, 0.0520971454679966, -0.025905132293701172, -0.013767177239060402, 0.06262984126806259, 0.028735605999827385, 0.0007787729846313596, 0.030029797926545143, 0.05105549842119217, -0.004528917372226715, -0.015481274574995041, 0.027314679697155952, -0...
0.041617
person for any reason including but not limited to (a) proven or suspected breach of any representation, warranty or covenant contained in the Terms or of any applicable law or regulation; (b) your use of the Services poses a risk to the Services, our other customers, or us (including our infrastructure, security, and ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.14050723612308502, -0.06308769434690475, 0.01259860210120678, -0.07280992716550827, 0.01574452593922615, 0.06744128465652466, 0.09865311533212662, -0.08340346068143845, 0.04221102595329285, 0.007278085220605135, 0.07405251264572144, 0.026444634422659874, 0.08536139875650406, -0.04375784...
0.021794
survive termination or expiration of the Terms, will survive any expiration or termination of the Terms: 3.1, 3.2, 3.4, 3.7, 7.4, 7.5, 8.4, 9, 10, 12. ## 8. REPRESENTATIONS AND WARRANTIES 8.1. \*\*Mutual Representations and Warranties\*\*. Each party represents and warrants to the other party that it has the full right...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.13888609409332275, 0.011515967547893524, 0.02263716422021389, -0.08982165902853012, -0.02695409022271633, 0.05444544181227684, 0.0022902844939380884, 0.0073957741260528564, 0.03968549519777298, 0.020537402480840683, -0.0018150636460632086, 0.038248781114816666, 0.04036606848239899, -0.0...
0.161932
Data and any third-party materials) in accordance with these Terms infringes or misappropriates IPR. The foregoing obligation does not apply to the extent that the alleged infringement arises from (a) any third-party materials or Customer Data; (b) access to or use of the Services in combination with any hardware, syst...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.1610708385705948, -0.003229636698961258, 0.0772908553481102, -0.09568632394075394, 0.048598479479551315, 0.009088711813092232, 0.058185234665870667, 0.029510343447327614, -0.027027005329728127, 0.002356297802180052, 0.07663580775260925, 0.019734010100364685, 0.011305996216833591, 0.0047...
0.08729
LIABILITY 10.1. \*\*Exclusion of Liability\*\* In no event will Spacelift have any obligation or liability arising from (a) use or inability to use any Services if modified or combined with materials not provided by us; (b) statements or conduct of any third party on or in the Services, (c) any Customer Data, (d) any f...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.09970362484455109, -0.017219241708517075, 0.03178691864013672, -0.09320054948329926, -0.012702280655503273, 0.06463631242513657, 0.09202493727207184, 0.03800290450453758, 0.010775124654173851, 0.050014298409223557, 0.10397796332836151, 0.016033265739679337, 0.02394920587539673, -0.01790...
0.053993
you must inform us, Spacelift, Inc., of your decision to withdraw from the Terms by an unequivocal statement (e.g. an e-mail sent to [legal@spacelift.io](mailto:legal@spacelift.io)). To meet the withdrawal deadline, it is sufficient for you to send your communication concerning your exercise of the right of withdrawal ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.051227323710918427, 0.015710564330220222, 0.03434452787041664, -0.041522543877363205, -0.03233260661363602, 0.05615326762199402, 0.05045221745967865, 0.006589168682694435, 0.0022885953076183796, 0.06546953320503235, 0.0861561968922615, -0.013885113410651684, -0.011389658786356449, -0.02...
0.023817
-------------- | ----------------------- | | Consumers residing in the Member State of the European Union or the European Economic Area | Poland | Warsaw, Poland | | Other Customers | State of Delaware, US | County New Castle, Delaware, US | Each party irrevocably submits to the exclusive jurisdiction of such courts in...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.09489591419696808, 0.06020481511950493, 0.07724494487047195, -0.041668422520160675, -0.040870580822229385, -0.034933317452669144, 0.009441973641514778, -0.0035423729568719864, -0.03273375704884529, -0.015441253781318665, 0.009695674292743206, -0.046823401004076004, 0.009551683440804482, ...
0.067666
12.0. \*\*Severability\*\*. If any provision of the Terms is invalid, illegal, or unenforceable in any jurisdiction, such invalidity, illegality, or unenforceability will not affect any other provision of these Terms or invalidate or render unenforceable such provision in any other jurisdiction. 12.11. \*\*No relations...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.1009519025683403, -0.03672043979167938, -0.000635666714515537, -0.1029227077960968, -0.08786113560199738, 0.03855135664343834, 0.0014974743826314807, -0.09118139743804932, 0.042242471128702164, -0.005661822855472565, 0.039541300386190414, 0.02267441526055336, 0.0683618038892746, 0.03077...
0.015262
Services in a given month; 1.6.4. “\*\*Worker(s)\*\*” means a predefined set(s) of computing resources that are specifically optimized for the development and provisioning and deployment of cloud-based infrastructures based on IaC; a Worker can be either a self-hosted agent performing infrastructure management in a Cli...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.15026988089084625, -0.03537638857960701, 0.014238367788493633, -0.008878774009644985, -0.05892016738653183, -0.01938016340136528, 0.09965880960226059, -0.033695418387651443, 0.002158914227038622, 0.022543493658304214, -0.01160350814461708, -0.02789285220205784, 0.07187014818191528, -0.0...
0.251393
by this Agreement. Specifically, no part of the Services, Documentation, or Website may be copied, reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, modified, translated, transmitted, distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.10831856727600098, -0.011237116530537605, -0.013665669597685337, -0.04249873757362366, -0.025521891191601753, 0.022928506135940552, 0.03212630748748779, 0.017575455829501152, 0.051840994507074356, -0.0028232340700924397, -0.0032458058558404446, 0.01783790811896324, 0.005464847665280104, ...
0.151909
Client Data\*\*. You irrevocably grant all such rights and permissions in or relating to Client Data as are reasonably necessary or useful to us to enforce this Agreement and exercise our rights and perform our obligations hereunder. 3.7. \*\*Use of Resultant Data\*\*. We may collect data and information related to you...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.0866677314043045, 0.02572282962501049, -0.00041327037615701556, -0.060418691486120224, -0.030435292050242424, 0.0355009101331234, 0.07567647844552994, -0.05822428688406944, 0.005244776140898466, 0.035988595336675644, 0.009088089689612389, -0.006417077966034412, 0.0721011534333229, 0.012...
0.104039
way a burden to our systems; and (e) otherwise manage the Website and Services in a manner designed to protect our rights and property and to facilitate the proper functioning of the Website and Services. 4.9. \*\*Third-Party Materials\*\*. The Website and/or Services may contain links to websites or applications opera...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.11140849441289902, -0.06566119194030762, -0.047225531190633774, -0.06460454314947128, 0.05165647715330124, 0.01489664800465107, 0.12222173064947128, -0.0506996251642704, 0.03654692694544792, -0.041596103459596634, 0.0579298734664917, 0.022493282333016396, 0.09351685643196106, -0.0267999...
0.077931
refraining from taking, any action on the basis of the content on the Website. ## 5. SUBSCRIPTION PLANS AND TERMS 5.1. \*\*Effective Date and Term\*\*. This Agreement commences on the effective date being the day of your registration, access to, or use of the Services, whichever happens first (“\*\*Effective Date\*\*”)...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.04356930032372475, 0.026199715211987495, 0.029242144897580147, -0.020667664706707, 0.00628208601847291, 0.031642183661460876, -0.03609468787908554, -0.0840202271938324, 0.030888264998793602, 0.0183730386197567, 0.030353926122188568, 0.025884678587317467, 0.034026578068733215, -0.0000370...
0.000161
cancellation of either the recurring payments or your account, all accrued sums on or before the payment due date for the accrued sums. The "\*\*Subscription Billing Date\*\*" is the date when you purchase your first Subscription to the Services. Your account will be charged automatically on the Subscription Billing Da...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.034221429377794266, 0.0056901839561760426, 0.08271624892950058, -0.004155103582888842, 0.0005915376823395491, 0.02343396283686161, 0.04918724298477173, -0.0936238169670105, 0.08040563762187958, 0.08467958867549896, -0.0111839072778821, 0.006295915227383375, 0.03750929981470108, -0.05237...
0.020032
collecting any late payments or interest, including attorneys' fees, court costs, and collection agency fees; and (c) if such failure continues for fourteen (14) days following written notice, we may suspend performance of the Services until all past due amounts and interest have been paid, without incurring any obliga...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.06543418765068054, 0.0038897304330021143, 0.035480864346027374, -0.047278206795454025, 0.03846319392323494, 0.05728344991803169, 0.052220311015844345, -0.0849793329834938, 0.04394986480474472, 0.030610904097557068, 0.07473171502351761, 0.04596547409892082, 0.07291098684072495, -0.014274...
0.02443
Client Data and at your request destroy, all documents and tangible materials containing or based on Client Data and erase all Client Data from all our systems, provided that, for clarity, our obligations under this Section 7.4 do not apply to any Resultant Data or other data that is required to establish proof of a ri...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.09127895534038544, 0.11305452883243561, 0.03571106120944023, -0.049190692603588104, 0.01199615839868784, 0.013551021926105022, -0.009673184715211391, -0.048506222665309906, 0.025002863258123398, 0.05207514390349388, 0.05177225545048714, 0.07380793988704681, 0.04524925723671913, -0.01405...
0.062878
USAGE, OR TRADE PRACTICE. WITHOUT LIMITING THE FOREGOING, WE MAKE NO WARRANTY OF ANY KIND THAT THE SERVICES, DOCUMENTATION OR WEBSITE, OR ANY PRODUCTS OR RESULTS OF THE USE THEREOF, WILL MEET YOUR OR ANY OTHER PERSON'S REQUIREMENTS, OPERATE WITHOUT INTERRUPTION, ACHIEVE ANY INTENDED RESULT, BE COMPATIBLE OR WORK WITH A...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.17294692993164062, 0.0207950659096241, 0.027119653299450874, -0.1243835985660553, 0.01803329959511757, 0.02272353135049343, 0.05283217504620552, 0.037657104432582855, -0.025469670072197914, -0.004260220564901829, 0.06694478541612625, 0.026519931852817535, 0.020960642024874687, -0.030510...
0.203806
Agreement, provided, that Client will have no obligation under this Section 9.3 to the extent the applicable claim arises from Spacelift’s breach of this Agreement. 9.4. \*\*Indemnification Procedure\*\*. Each party’s indemnification obligations are conditioned on the indemnified party: (a) promptly giving written noti...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.12593449652194977, 0.0732857957482338, 0.0380873903632164, -0.06195133924484253, 0.01573164388537407, 0.07223790138959885, 0.08911655098199844, 0.02434089593589306, 0.010313750244677067, 0.04260056093335152, 0.07329612970352173, -0.06262585520744324, 0.026438718661665916, -0.01447838637...
0.039046
FAILS OF ITS ESSENTIAL PURPOSE. 10.4. \*\*Exceptions\*\*. NOTHING IN THIS SECTION 10 WILL BE DEEMED TO LIMIT EITHER PARTY’S LIABILITY FOR WILLFUL MISCONDUCT, GROSS NEGLIGENCE, FRAUD, OR INFRINGEMENT BY ONE PARTY OF THE OTHER’S INTELLECTUAL PROPERTY RIGHTS. ## 11. PROVISIONS RELATING TO CONSUMERS 11.1. \*\*Right to With...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.054116055369377136, 0.08576707541942596, 0.013109637424349785, -0.08236974477767944, 0.01021510362625122, 0.1259608119726181, 0.05699913948774338, 0.022231752052903175, -0.010113740339875221, -0.009238256141543388, 0.08112841844558716, -0.0033935706596821547, 0.028036773204803467, -0.00...
0.04544
advise you to periodically review the latest currently effective Agreement. We reserve the right to update the provisions of the Agreement from time to time at our sole discretion. The updated Agreement version supersedes all prior versions, as well as is effective and binding immediately after posting on the Website. ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.01685665175318718, 0.04079535976052284, 0.029681913554668427, -0.10143283009529114, -0.04698372259736061, 0.005425191950052977, -0.09581916034221649, -0.07093929499387741, -0.018299255520105362, 0.017714394256472588, 0.010971817187964916, 0.03274527192115784, -0.0011155123356729746, 0.0...
0.000819
is located in a country that is subject to a U.S. government embargo, or is listed on any U.S. government list of prohibited or restricted parties. 12.8. \*\*Non-waiver\*\*. Our failure to exercise or enforce any right or provision of the Agreement will not operate as a waiver of such right or provision. 12.9. \*\*Assi...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.07322699576616287, 0.02193433977663517, -0.02345254085958004, -0.07521940022706985, -0.004718524869531393, 0.09120777249336243, -0.015472427941858768, -0.08982677757740021, -0.012175003997981548, -0.010402108542621136, 0.09418138116598129, 0.014902151189744473, 0.03723255917429924, 0.01...
0.065079
charges ("Subscription Service"). If you activate a Subscription Service, you authorize Spacelift to periodically charge, on a going-forward basis and until cancellation of either the recurring payments or your account, all accrued sums on or before the payment due date for the accrued sums. The "Subscription Billing D...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.084384486079216, -0.07402633875608444, 0.020185131579637527, 0.023837175220251083, 0.001167547539807856, 0.0404268316924572, 0.05924662947654724, -0.07224653661251068, 0.05185287445783615, 0.030885234475135803, 0.0013975253095850348, -0.022372355684638023, 0.01888139545917511, 0.0024024...
0.109189
users; - Delete the copyright or other proprietary rights notice from any of the content; - Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material that interferes with any party’s uninterrupted use and enjoyment of the Site, or any material that acts as a passive or active in...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.06100553274154663, 0.02194765955209732, -0.05649920180439949, -0.04796857386827469, 0.021014321595430374, 0.04974949359893799, 0.06976146250963211, -0.021409472450613976, 0.004689391236752272, -0.08327268064022064, 0.06865520030260086, 0.023860566318035126, 0.07252103090286255, -0.03876...
0.118003
a Third Party Account or associated service becomes unavailable or our access to such Third Party Account is terminated by the third party service provider, then Social Network Content may no longer be available on and through the Site. You will have the ability to disable the connection between your account on the Sit...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.06065649166703224, -0.05037963390350342, -0.05101001635193825, -0.037587013095617294, 0.030948618426918983, 0.011156570166349411, 0.035769760608673096, -0.06383432447910309, 0.01571882702410221, -0.019333630800247192, 0.07891853153705597, 0.029027586802840233, 0.07416517287492752, -0.02...
0.0215
the Site or any networks, servers or computer systems connected to the Site; and/or (b) make for any purpose including error correction, any modifications, adaptations, additions or enhancements to the Site or Our Content, including the modification of the paper or digital copies you may have downloaded. \*\*5.5\*\* We...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.10833829641342163, 0.023877402767539024, -0.0017176008550450206, 0.007040973752737045, 0.0887618288397789, -0.006641986779868603, -0.015503842383623123, -0.028158163651823997, -0.013850795105099678, 0.02333700656890869, 0.04065833240747452, 0.045793935656547546, 0.03399888426065445, -0....
0.066122
that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Site or Services during any downtime or discontinuance of the Site or Services. We are not obliged to maintain and support the Site or Services or to supply any corrections, updates, or releases. \*...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.07142406702041626, 0.041782196611166, -0.0014308362733572721, -0.03384576365351677, 0.07060553133487701, 0.04782698675990105, 0.04244403541088104, 0.004403621423989534, 0.019326329231262207, 0.01451896596699953, 0.08596806973218918, 0.015423414297401905, 0.07211659103631973, -0.02853662...
0.096596
damage, whether in contract, tort (including negligence), breach of statutory duty, or otherwise, even if foreseeable, arising under or in connection with: - use of, or inability to use, our Site/Services; or - use of or reliance on any content displayed on our Site. In particular, we will not be liable for: - loss of ...
https://github.com/spacelift-io/user-documentation/blob/main/docs/legal/archive/terms.md
main
spacelift
[ -0.025307487696409225, 0.04112802445888519, 0.018632138147950172, -0.07636363059282303, 0.030098827555775642, 0.061294082552194595, 0.033797889947891235, 0.029655421152710915, -0.01699887216091156, 0.017799371853470802, 0.07723787426948547, 0.03708195313811302, 0.027455510571599007, -0.006...
0.002381