[{"data":1,"prerenderedAt":1238},["ShallowReactive",2],{"/blog/mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane":3,"navigation-en-us":455,"banner-en-us":883,"footer-en-us":893,"blog-post-authors-en-us-Darby Frey":1135,"blog-related-posts-en-us-mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane":1150,"blog-promotions-en-us":1175,"next-steps-en-us":1228},{"id":4,"title":5,"authors":6,"body":8,"category":432,"date":433,"description":434,"extension":435,"externalUrl":436,"faq":436,"featured":437,"heroImage":438,"meta":439,"navigation":440,"path":441,"seo":442,"slug":447,"stem":448,"tags":449,"template":453,"updatedDate":436,"__hash__":454},"blogPosts/en-us/blog/mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane.md","Mobile DevOps with GitLab, Part 3 - Code signing for iOS with GitLab CI and Fastlane",[7],"Darby Frey",{"type":9,"value":10,"toc":424},"minimark",[11,15,37,58,67,72,75,86,97,104,108,116,120,123,160,163,166,191,195,198,222,225,231,235,242,284,287,293,299,304,310,315,350,369,384,388,393,408,420],[12,13,14],"p",{},"This post is the third in a series of three blog posts showing how GitLab makes code signing easier using a new feature called Project-level Secure Files.",[16,17,18,27,34],"ul",{},[19,20,21,26],"li",{},[22,23,25],"a",{"href":24},"/blog/mobile-devops-with-gitlab-part-1/","Part 1"," introduces the Project-level Secure Files feature and the basics of getting started.",[19,28,29,33],{},[22,30,32],{"href":31},"/blog/mobile-devops-with-gitlab-part-2/","Part 2"," shows an example of how to use Project-level Secure Files to sign an Android app.",[19,35,36],{},"This post shows how to use the integration with Fastlane Match to sign an iOS app.",[12,38,39,40,45,46,51,52,57],{},"Code signing for iOS projects is ",[22,41,44],{"href":42,"rel":43},"https://twitter.com/davidcrawshaw/status/1159083791232765953",[],"notoriously"," ",[22,47,50],{"href":48,"rel":49},"https://twitter.com/bc3tech/status/692778139517255680",[],"difficult"," and can lead to a lot of time spent debugging errors, but a tool called Fastlane makes it much easier. ",[22,53,56],{"href":54,"rel":55},"https://fastlane.tools/",[],"Fastlane"," is an open source tool that greatly simplifies the complexity of the code signing process for iOS development.",[12,59,60,61,66],{},"In ",[22,62,65],{"href":63,"rel":64},"https://github.com/fastlane/fastlane/pull/20386",[],"Fastlane 2.207.2"," we released support for Project-level Secure Files as a storage backend for Fastlane Match, making it even easier for mobile projects to manage their signing certificates and provisioning profiles within GitLab. Now, we will cover a couple of ways to get started using Project-level Secure Files in a Fastlane project.",[68,69,71],"h2",{"id":70},"set-up-fastlane-match","Set up Fastlane Match",[12,73,74],{},"If your project doesn't have a Fastlane Matchfile yet, you can generate one by running the following:",[76,77,83],"pre",{"className":78,"code":80,"language":81,"meta":82},[79],"language-text","bundle exec fastlane match init\n","text","",[84,85,80],"code",{"__ignoreMap":82},[12,87,88,89,92,93,96],{},"This command will prompt you to choose which storage backend you want to use (select ",[84,90,91],{},"gitlab_secure_files",") and to input your project path (for example: ",[84,94,95],{},"gitlab-org/gitlab","). It will then generate a Fastlane Matchfile configured to use your project's secure files for Fastlane Match.",[12,98,99],{},[100,101],"img",{"alt":102,"src":103},"Initialize Fastlane Match","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397726/blog/Content%20Images/2022-09-19-mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane/match-init.png",[68,105,107],{"id":106},"generate-a-personal-access-token","Generate a Personal Access Token",[12,109,110,111,115],{},"Next, you'll need a GitLab Personal Access Token to use Fastlane Match from your local machine. To create a Personal Access Token, visit the Access Tokens section in your GitLab profile (for example: ",[22,112,113],{"href":113,"rel":114},"https://gitlab.com/-/profile/personal_access_tokens",[],"). Create a new token with the “api” scope. Take note of the token you just created, we'll be using it later.",[68,117,119],{"id":118},"generate-and-upload","Generate and upload",[12,121,122],{},"If you have not created signing certificates or provisioning profiles yet for your project, running Fastlane Match will do all of the work for you. Run the command below with your Personal Access Token:",[76,124,128],{"className":125,"code":126,"language":127,"meta":82,"style":82},"language-shell shiki shiki-themes github-light","PRIVATE_TOKEN=YOUR-TOKEN bundle exec fastlane match \n","shell",[84,129,130],{"__ignoreMap":82},[131,132,135,139,143,147,151,154,157],"span",{"class":133,"line":134},"line",1,[131,136,138],{"class":137},"sgsFI","PRIVATE_TOKEN",[131,140,142],{"class":141},"sD7c4","=",[131,144,146],{"class":145},"sYBdl","YOUR-TOKEN",[131,148,150],{"class":149},"s7eDp"," bundle",[131,152,153],{"class":145}," exec",[131,155,156],{"class":145}," fastlane",[131,158,159],{"class":145}," match\n",[12,161,162],{},"You may be prompted to log in with your Apple developer account. Once authenticated, this command will generate development certificates and profiles in the Apple Developer portal and upload those files to GitLab. You'll be able to view the files in your project's CI/CD settings as soon as the command completes.",[12,164,165],{},"You can also generate other certificate types by specifying the type in the command, for example:",[76,167,169],{"className":125,"code":168,"language":127,"meta":82,"style":82},"PRIVATE_TOKEN=YOUR-TOKEN bundle exec fastlane match appstore\n",[84,170,171],{"__ignoreMap":82},[131,172,173,175,177,179,181,183,185,188],{"class":133,"line":134},[131,174,138],{"class":137},[131,176,142],{"class":141},[131,178,146],{"class":145},[131,180,150],{"class":149},[131,182,153],{"class":145},[131,184,156],{"class":145},[131,186,187],{"class":145}," match",[131,189,190],{"class":145}," appstore\n",[68,192,194],{"id":193},"upload-only","Upload-only",[12,196,197],{},"If you have already created signing certificates and provisioning profiles for your project, you can use Fastlane Match Import to load your existing files into Project-level Secure Files. Simply run:",[76,199,201],{"className":125,"code":200,"language":127,"meta":82,"style":82},"PRIVATE_TOKEN=YOUR-TOKEN bundle exec fastlane match import\n",[84,202,203],{"__ignoreMap":82},[131,204,205,207,209,211,213,215,217,219],{"class":133,"line":134},[131,206,138],{"class":137},[131,208,142],{"class":141},[131,210,146],{"class":145},[131,212,150],{"class":149},[131,214,153],{"class":145},[131,216,156],{"class":145},[131,218,187],{"class":145},[131,220,221],{"class":145}," import\n",[12,223,224],{},"You'll be prompted to input the path to your files. Once those options are provided, your files will be uploaded and visible in your project's CI/CD settings. (Note: If you are prompted for the git_url during the import, it is safe to leave it blank and hit enter.)",[12,226,227],{},[100,228],{"alt":229,"src":230},"Fastlane Match Import","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397725/blog/Content%20Images/2022-09-19-mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane/match-import.png",[68,232,234],{"id":233},"cicd-pipelines","CI/CD pipelines",[12,236,237,238,241],{},"With your signing certificates and provisioning profiles loaded in Project-level Secure Files, it's now easy to use those files in your ",[22,239,234],{"href":240},"/topics/ci-cd/",". No access tokens are needed when running jobs in GitLab, so you can load your files into a CI/CD job by adding the fastlane command to a CI job script. For example:",[76,243,247],{"className":244,"code":245,"language":246,"meta":82,"style":82},"language-yaml shiki shiki-themes github-light","test:\n  stage: test\n  script:\n    bundle exec fastlane match –readonly\n\n","yaml",[84,248,249,258,270,278],{"__ignoreMap":82},[131,250,251,255],{"class":133,"line":134},[131,252,254],{"class":253},"shJU0","test",[131,256,257],{"class":137},":\n",[131,259,261,264,267],{"class":133,"line":260},2,[131,262,263],{"class":253},"  stage",[131,265,266],{"class":137},": ",[131,268,269],{"class":145},"test\n",[131,271,273,276],{"class":133,"line":272},3,[131,274,275],{"class":253},"  script",[131,277,257],{"class":137},[131,279,281],{"class":133,"line":280},4,[131,282,283],{"class":145},"    bundle exec fastlane match –readonly\n",[12,285,286],{},"Using the –readonly flag on CI is suggested to prevent any unintended changes to signing certificates by Fastlane. The Fastlane Match command will sync the certificates to the machine, but does not build the application. To run match and build, configure a lane in your project's Fastfile to do both steps. For example:",[12,288,289],{},[290,291,292],"strong",{},"Fastfile",[76,294,297],{"className":295,"code":296,"language":81,"meta":82},[79],"default_platform(:ios)\n\nplatform :ios do\n  desc \"Build the App\"\n  lane :build do\n    setup_ci\n    match(type: 'appstore', readonly: is_ci)\n    build_app(\n      clean: true,\n      project: \"ios_demo.xcodeproj\", \n      scheme: \"ios_demo\"\n    )\n  end\nend\n",[84,298,296],{"__ignoreMap":82},[12,300,301],{},[290,302,303],{},"Matchfile",[76,305,308],{"className":306,"code":307,"language":81,"meta":82},[79],"gitlab_project(\"gitlab-org/incubation-engineering/mobile-devops/ios_demo\")\nstorage_mode(\"gitlab_secure_files\")\ntype(\"appstore\")\n",[84,309,307],{"__ignoreMap":82},[12,311,312],{},[290,313,314],{},".gitlab-ci.yml File",[76,316,318],{"className":244,"code":317,"language":246,"meta":82,"style":82},"build:\n  stage: build\n  script:\n    - bundle exec fastlane build\n\n",[84,319,320,327,336,342],{"__ignoreMap":82},[131,321,322,325],{"class":133,"line":134},[131,323,324],{"class":253},"build",[131,326,257],{"class":137},[131,328,329,331,333],{"class":133,"line":260},[131,330,263],{"class":253},[131,332,266],{"class":137},[131,334,335],{"class":145},"build\n",[131,337,338,340],{"class":133,"line":272},[131,339,275],{"class":253},[131,341,257],{"class":137},[131,343,344,347],{"class":133,"line":280},[131,345,346],{"class":137},"    - ",[131,348,349],{"class":145},"bundle exec fastlane build\n",[12,351,352,353,356,357,360,361,364,365,368],{},"With all of that in place, you'll have a CI pipeline that runs a single build job. That job will use the ",[84,354,355],{},":build"," lane from fastlane to run ",[84,358,359],{},"setup_ci",", ",[84,362,363],{},"match",", and ",[84,366,367],{},"build_app",". The result from that job will be a build of your app, signed with the certificates stored in your project with Project-level Secure Files. You could then extend fastlane to push that build to Test Flight or the App Store.",[12,370,371,372,377,378,383],{},"Fastlane does a good job of handling the complexity associated with certificate management, so you don't have to worry about it, but there is a bit of a learning curve to getting used to Fastlane. Take a look at ",[22,373,376],{"href":374,"rel":375},"https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/ios_demo/-/tree/fastlane_build",[],"this branch"," in the ios_demo project to for a full working example. Please add any feedback you have in the ",[22,379,382],{"href":380,"rel":381},"https://gitlab.com/gitlab-org/gitlab/-/issues/362407",[],"feedback issue",".",[68,385,387],{"id":386},"better-mobile-devops","Better Mobile DevOps",[12,389,390,391,383],{},"With Project-level Secure Files, you no longer need to rely on hacks or workarounds to automate code signing, and it can be easily added to new or existing ",[22,392,234],{"href":240},[12,394,395,396,401,402,407],{},"For more about how we are working to make better Mobile DevOps at GitLab, check out the ",[22,397,400],{"href":398,"rel":399},"https://docs.gitlab.com/ci/mobile_devops/",[],"Mobile DevOps Docs",", SaaS runners on macOS, and the ",[22,403,406],{"href":404,"rel":405},"https://www.youtube.com/playlist?list=PL05JrBw4t0KoVEdembEIySgiciCuZj7Zl",[],"Mobile DevOps Playlist"," on GitLab Unfiltered.",[12,409,410,411,415,416],{},"Cover image by ",[22,412,414],{"href":413},"https://unsplash.com/@viniciusamano?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText","Vinicius \"amnx\" Amano"," on ",[22,417,419],{"href":418},"https://unsplash.com/s/photos/complex-to-simple?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText","Unsplash",[421,422,423],"style",{},"html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .shJU0, html code.shiki .shJU0{--shiki-default:#22863A}",{"title":82,"searchDepth":260,"depth":260,"links":425},[426,427,428,429,430,431],{"id":70,"depth":260,"text":71},{"id":106,"depth":260,"text":107},{"id":118,"depth":260,"text":119},{"id":193,"depth":260,"text":194},{"id":233,"depth":260,"text":234},{"id":386,"depth":260,"text":387},"devsecops","2022-10-03","Learn how to use Project-level Secure Files with Fastlane Match to sign an iOS app.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668568/Blog/Hero%20Images/vinicius-amnx-amano-IPemgbj9aDY-unsplash.jpg",{},true,"/en-us/blog/mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane",{"title":443,"description":434,"ogTitle":443,"ogDescription":434,"noIndex":437,"ogImage":438,"ogUrl":444,"ogSiteName":445,"ogType":446,"canonicalUrls":444},"Mobile DevOps: iOS code signing with GitLab CI & Fastlane","https://about.gitlab.com/blog/mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane","https://about.gitlab.com","article","mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane","en-us/blog/mobile-devops-with-gitlab-part-3-code-signing-for-ios-with-gitlab-and-fastlane",[450,451,452],"agile","DevOps","security","BlogPost","WuRH76kGzNL5ebQewdFlBlIbO2pl_tSDjBmMAHSEJ3I",{"logo":456,"freeTrial":461,"sales":466,"login":471,"items":476,"search":803,"minimal":834,"duo":853,"switchNav":862,"pricingDeployment":873},{"config":457},{"href":458,"dataGaName":459,"dataGaLocation":460},"/","gitlab logo","header",{"text":462,"config":463},"Get free trial",{"href":464,"dataGaName":465,"dataGaLocation":460},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":467,"config":468},"Request a demo",{"href":469,"dataGaName":470,"dataGaLocation":460},"/sales/?contact-topic=request-demo","sales",{"text":472,"config":473},"Sign in",{"href":474,"dataGaName":475,"dataGaLocation":460},"https://gitlab.com/users/sign_in/","sign in",[477,506,606,611,725,781],{"text":478,"config":479,"menu":481},"Platform",{"dataNavLevelOne":480},"platform",{"type":482,"columns":483},"cards",[484,490,498],{"title":478,"description":485,"link":486},"The intelligent orchestration platform for DevSecOps",{"text":487,"config":488},"Explore our Platform",{"href":489,"dataGaName":480,"dataGaLocation":460},"/platform/",{"title":491,"description":492,"link":493},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":494,"config":495},"Meet GitLab Duo",{"href":496,"dataGaName":497,"dataGaLocation":460},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":499,"description":500,"link":501},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":502,"config":503},"Learn more",{"href":504,"dataGaName":505,"dataGaLocation":460},"/why-gitlab/","why gitlab",{"text":507,"left":440,"config":508,"menu":510},"Product",{"dataNavLevelOne":509},"solutions",{"type":511,"link":512,"columns":516,"feature":585},"lists",{"text":513,"config":514},"View all Solutions",{"href":515,"dataGaName":509,"dataGaLocation":460},"/solutions/",[517,541,564],{"title":518,"description":519,"link":520,"items":525},"Automation","CI/CD and automation to accelerate deployment",{"config":521},{"icon":522,"href":523,"dataGaName":524,"dataGaLocation":460},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[526,530,533,537],{"text":527,"config":528},"CI/CD",{"href":529,"dataGaLocation":460,"dataGaName":527},"/solutions/continuous-integration/",{"text":491,"config":531},{"href":496,"dataGaLocation":460,"dataGaName":532},"gitlab duo agent platform - product menu",{"text":534,"config":535},"Source Code Management",{"href":536,"dataGaLocation":460,"dataGaName":534},"/solutions/source-code-management/",{"text":538,"config":539},"Automated Software Delivery",{"href":523,"dataGaLocation":460,"dataGaName":540},"Automated software delivery",{"title":542,"description":543,"link":544,"items":549},"Security","Deliver code faster without compromising security",{"config":545},{"href":546,"dataGaName":547,"dataGaLocation":460,"icon":548},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[550,554,559],{"text":551,"config":552},"Application Security Testing",{"href":546,"dataGaName":553,"dataGaLocation":460},"Application security testing",{"text":555,"config":556},"Software Supply Chain Security",{"href":557,"dataGaLocation":460,"dataGaName":558},"/solutions/supply-chain/","Software supply chain security",{"text":560,"config":561},"Software Compliance",{"href":562,"dataGaName":563,"dataGaLocation":460},"/solutions/software-compliance/","software compliance",{"title":565,"link":566,"items":571},"Measurement",{"config":567},{"icon":568,"href":569,"dataGaName":570,"dataGaLocation":460},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[572,576,580],{"text":573,"config":574},"Visibility & Measurement",{"href":569,"dataGaLocation":460,"dataGaName":575},"Visibility and Measurement",{"text":577,"config":578},"Value Stream Management",{"href":579,"dataGaLocation":460,"dataGaName":577},"/solutions/value-stream-management/",{"text":581,"config":582},"Analytics & Insights",{"href":583,"dataGaLocation":460,"dataGaName":584},"/solutions/analytics-and-insights/","Analytics and insights",{"title":586,"type":511,"items":587},"GitLab for",[588,594,600],{"text":589,"config":590},"Enterprise",{"icon":591,"href":592,"dataGaLocation":460,"dataGaName":593},"Building","/enterprise/","enterprise",{"text":595,"config":596},"Small Business",{"icon":597,"href":598,"dataGaLocation":460,"dataGaName":599},"Work","/small-business/","small business",{"text":601,"config":602},"Public Sector",{"icon":603,"href":604,"dataGaLocation":460,"dataGaName":605},"Organization","/solutions/public-sector/","public sector",{"text":607,"config":608},"Pricing",{"href":609,"dataGaName":610,"dataGaLocation":460,"dataNavLevelOne":610},"/pricing/","pricing",{"text":612,"config":613,"menu":615},"Resources",{"dataNavLevelOne":614},"resources",{"type":511,"link":616,"columns":620,"feature":714},{"text":617,"config":618},"View all resources",{"href":619,"dataGaName":614,"dataGaLocation":460},"/resources/",[621,654,681],{"title":622,"items":623},"Getting started",[624,629,634,639,644,649],{"text":625,"config":626},"Install",{"href":627,"dataGaName":628,"dataGaLocation":460},"/install/","install",{"text":630,"config":631},"Quick start guides",{"href":632,"dataGaName":633,"dataGaLocation":460},"/get-started/","quick setup checklists",{"text":635,"config":636},"Learn",{"href":637,"dataGaLocation":460,"dataGaName":638},"https://university.gitlab.com/","learn",{"text":640,"config":641},"Product documentation",{"href":642,"dataGaName":643,"dataGaLocation":460},"https://docs.gitlab.com/","product documentation",{"text":645,"config":646},"Best practice videos",{"href":647,"dataGaName":648,"dataGaLocation":460},"/getting-started-videos/","best practice videos",{"text":650,"config":651},"Integrations",{"href":652,"dataGaName":653,"dataGaLocation":460},"/integrations/","integrations",{"title":655,"items":656},"Discover",[657,662,667,672,676],{"text":658,"config":659},"Customer success stories",{"href":660,"dataGaName":661,"dataGaLocation":460},"/customers/","customer success stories",{"text":663,"config":664},"Blog",{"href":665,"dataGaName":666,"dataGaLocation":460},"/blog/","blog",{"text":668,"config":669},"Demo Hub",{"href":670,"dataGaName":671,"dataGaLocation":460},"/demo-hub/","demo hub",{"text":673,"config":674},"The Source",{"href":675,"dataGaName":666,"dataGaLocation":460},"/the-source/",{"text":677,"config":678},"Remote",{"href":679,"dataGaName":680,"dataGaLocation":460},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":682,"items":683},"Connect",[684,689,694,699,704,709],{"text":685,"config":686},"GitLab Services",{"href":687,"dataGaName":688,"dataGaLocation":460},"/services/","services",{"text":690,"config":691},"Contribute",{"href":692,"dataGaName":693,"dataGaLocation":460},"https://contributors.gitlab.com","contribute",{"text":695,"config":696},"Community",{"href":697,"dataGaName":698,"dataGaLocation":460},"/community/","community",{"text":700,"config":701},"Forum",{"href":702,"dataGaName":703,"dataGaLocation":460},"https://forum.gitlab.com/","forum",{"text":705,"config":706},"Events",{"href":707,"dataGaName":708,"dataGaLocation":460},"/events/","events",{"text":710,"config":711},"Partners",{"href":712,"dataGaName":713,"dataGaLocation":460},"/partners/","partners",{"config":715,"title":718,"text":719,"link":720},{"background":716,"textColor":717},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":721,"config":722},"Read the latest",{"href":723,"dataGaName":724,"dataGaLocation":460},"/whats-new/","whats new",{"text":726,"config":727,"menu":729},"Company",{"dataNavLevelOne":728},"company",{"type":511,"columns":730},[731],{"items":732},[733,738,744,746,751,756,761,766,771,776],{"text":734,"config":735},"About",{"href":736,"dataGaName":737,"dataGaLocation":460},"/company/","about",{"text":739,"config":740,"footerGa":743},"Jobs",{"href":741,"dataGaName":742,"dataGaLocation":460},"/jobs/","jobs",{"dataGaName":742},{"text":705,"config":745},{"href":707,"dataGaName":708,"dataGaLocation":460},{"text":747,"config":748},"Leadership",{"href":749,"dataGaName":750,"dataGaLocation":460},"/company/team/e-group/","leadership",{"text":752,"config":753},"Handbook",{"href":754,"dataGaName":755,"dataGaLocation":460},"https://handbook.gitlab.com/","handbook",{"text":757,"config":758},"Investor relations",{"href":759,"dataGaName":760,"dataGaLocation":460},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":762,"config":763},"Trust Center",{"href":764,"dataGaName":765,"dataGaLocation":460},"/security/","trust center",{"text":767,"config":768},"AI Transparency Center",{"href":769,"dataGaName":770,"dataGaLocation":460},"/ai-transparency-center/","ai transparency center",{"text":772,"config":773},"Newsletter",{"href":774,"dataGaName":775,"dataGaLocation":460},"/company/contact/#contact-forms","newsletter",{"text":777,"config":778},"Press",{"href":779,"dataGaName":780,"dataGaLocation":460},"/press/","press",{"text":782,"config":783,"menu":784},"Contact us",{"dataNavLevelOne":728},{"type":511,"columns":785},[786],{"items":787},[788,793,798],{"text":789,"config":790},"Talk to sales",{"href":791,"dataGaName":792,"dataGaLocation":460},"/sales/","talk to sales",{"text":794,"config":795},"Support portal",{"href":796,"dataGaName":797,"dataGaLocation":460},"https://support.gitlab.com/hc/en-us","support portal",{"text":799,"config":800},"Customer portal",{"href":801,"dataGaName":802,"dataGaLocation":460},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":804,"login":805,"suggestions":812},"Close",{"text":806,"link":807},"To search repositories and projects, login to",{"text":808,"config":809},"gitlab.com",{"href":474,"dataGaName":810,"dataGaLocation":811},"search login","search",{"text":813,"default":814},"Suggestions",[815,817,821,823,827,831],{"text":491,"config":816},{"href":496,"dataGaName":491,"dataGaLocation":811},{"text":818,"config":819},"Code Suggestions (AI)",{"href":820,"dataGaName":818,"dataGaLocation":811},"/solutions/code-suggestions/",{"text":527,"config":822},{"href":529,"dataGaName":527,"dataGaLocation":811},{"text":824,"config":825},"GitLab on AWS",{"href":826,"dataGaName":824,"dataGaLocation":811},"/partners/technology-partners/aws/",{"text":828,"config":829},"GitLab on Google Cloud",{"href":830,"dataGaName":828,"dataGaLocation":811},"/partners/technology-partners/google-cloud-platform/",{"text":832,"config":833},"Why GitLab?",{"href":504,"dataGaName":832,"dataGaLocation":811},{"freeTrial":835,"mobileIcon":840,"desktopIcon":845,"secondaryButton":848},{"text":836,"config":837},"Start free trial",{"href":838,"dataGaName":465,"dataGaLocation":839},"https://gitlab.com/-/trials/new/","nav",{"altText":841,"config":842},"Gitlab Icon",{"src":843,"dataGaName":844,"dataGaLocation":839},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":841,"config":846},{"src":847,"dataGaName":844,"dataGaLocation":839},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":849,"config":850},"Get Started",{"href":851,"dataGaName":852,"dataGaLocation":839},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":854,"mobileIcon":858,"desktopIcon":860},{"text":855,"config":856},"Learn more about GitLab Duo",{"href":496,"dataGaName":857,"dataGaLocation":839},"gitlab duo",{"altText":841,"config":859},{"src":843,"dataGaName":844,"dataGaLocation":839},{"altText":841,"config":861},{"src":847,"dataGaName":844,"dataGaLocation":839},{"button":863,"mobileIcon":868,"desktopIcon":870},{"text":864,"config":865},"/switch",{"href":866,"dataGaName":867,"dataGaLocation":839},"#contact","switch",{"altText":841,"config":869},{"src":843,"dataGaName":844,"dataGaLocation":839},{"altText":841,"config":871},{"src":872,"dataGaName":844,"dataGaLocation":839},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":874,"mobileIcon":879,"desktopIcon":881},{"text":875,"config":876},"Back to pricing",{"href":609,"dataGaName":877,"dataGaLocation":839,"icon":878},"back to pricing","GoBack",{"altText":841,"config":880},{"src":843,"dataGaName":844,"dataGaLocation":839},{"altText":841,"config":882},{"src":847,"dataGaName":844,"dataGaLocation":839},{"title":884,"titleMobile":885,"button":886,"config":891},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":502,"config":887},{"href":888,"dataGaName":889,"dataGaLocation":890},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":892,"disabled":437},"release",{"data":894},{"text":895,"source":896,"edit":902,"contribute":907,"config":912,"items":917,"minimal":1124},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":897,"config":898},"View page source",{"href":899,"dataGaName":900,"dataGaLocation":901},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":903,"config":904},"Edit this page",{"href":905,"dataGaName":906,"dataGaLocation":901},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":908,"config":909},"Please contribute",{"href":910,"dataGaName":911,"dataGaLocation":901},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":913,"facebook":914,"youtube":915,"linkedin":916},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[918,965,1016,1060,1092],{"title":607,"links":919,"subMenu":934},[920,924,929],{"text":921,"config":922},"View plans",{"href":609,"dataGaName":923,"dataGaLocation":901},"view plans",{"text":925,"config":926},"Why Premium?",{"href":927,"dataGaName":928,"dataGaLocation":901},"/pricing/premium/","why premium",{"text":930,"config":931},"Why Ultimate?",{"href":932,"dataGaName":933,"dataGaLocation":901},"/pricing/ultimate/","why ultimate",[935],{"title":936,"links":937},"Contact Us",[938,941,943,945,950,955,960],{"text":939,"config":940},"Contact sales",{"href":791,"dataGaName":470,"dataGaLocation":901},{"text":794,"config":942},{"href":796,"dataGaName":797,"dataGaLocation":901},{"text":799,"config":944},{"href":801,"dataGaName":802,"dataGaLocation":901},{"text":946,"config":947},"Status",{"href":948,"dataGaName":949,"dataGaLocation":901},"https://status.gitlab.com/","status",{"text":951,"config":952},"Terms of use",{"href":953,"dataGaName":954,"dataGaLocation":901},"/terms/","terms of use",{"text":956,"config":957},"Privacy statement",{"href":958,"dataGaName":959,"dataGaLocation":901},"/privacy/","privacy statement",{"text":961,"config":962},"Cookie preferences",{"dataGaName":963,"dataGaLocation":901,"id":964,"isOneTrustButton":440},"cookie preferences","ot-sdk-btn",{"title":507,"links":966,"subMenu":975},[967,971],{"text":968,"config":969},"DevSecOps platform",{"href":489,"dataGaName":970,"dataGaLocation":901},"devsecops platform",{"text":972,"config":973},"AI-Assisted Development",{"href":496,"dataGaName":974,"dataGaLocation":901},"ai-assisted development",[976],{"title":977,"links":978},"Topics",[979,983,988,992,997,1001,1006,1011],{"text":980,"config":981},"CICD",{"href":240,"dataGaName":982,"dataGaLocation":901},"cicd",{"text":984,"config":985},"GitOps",{"href":986,"dataGaName":987,"dataGaLocation":901},"/topics/gitops/","gitops",{"text":451,"config":989},{"href":990,"dataGaName":991,"dataGaLocation":901},"/topics/devops/","devops",{"text":993,"config":994},"Version Control",{"href":995,"dataGaName":996,"dataGaLocation":901},"/topics/version-control/","version control",{"text":998,"config":999},"DevSecOps",{"href":1000,"dataGaName":432,"dataGaLocation":901},"/topics/devsecops/",{"text":1002,"config":1003},"Cloud Native",{"href":1004,"dataGaName":1005,"dataGaLocation":901},"/topics/cloud-native/","cloud native",{"text":1007,"config":1008},"AI for Coding",{"href":1009,"dataGaName":1010,"dataGaLocation":901},"/topics/devops/ai-for-coding/","ai for coding",{"text":1012,"config":1013},"Agentic AI",{"href":1014,"dataGaName":1015,"dataGaLocation":901},"/topics/agentic-ai/","agentic ai",{"title":1017,"links":1018},"Solutions",[1019,1021,1023,1028,1032,1035,1039,1042,1044,1047,1050,1055],{"text":551,"config":1020},{"href":546,"dataGaName":551,"dataGaLocation":901},{"text":540,"config":1022},{"href":523,"dataGaName":524,"dataGaLocation":901},{"text":1024,"config":1025},"Agile development",{"href":1026,"dataGaName":1027,"dataGaLocation":901},"/solutions/agile-delivery/","agile delivery",{"text":1029,"config":1030},"SCM",{"href":536,"dataGaName":1031,"dataGaLocation":901},"source code management",{"text":980,"config":1033},{"href":529,"dataGaName":1034,"dataGaLocation":901},"continuous integration & delivery",{"text":1036,"config":1037},"Value stream management",{"href":579,"dataGaName":1038,"dataGaLocation":901},"value stream management",{"text":984,"config":1040},{"href":1041,"dataGaName":987,"dataGaLocation":901},"/solutions/gitops/",{"text":589,"config":1043},{"href":592,"dataGaName":593,"dataGaLocation":901},{"text":1045,"config":1046},"Small business",{"href":598,"dataGaName":599,"dataGaLocation":901},{"text":1048,"config":1049},"Public sector",{"href":604,"dataGaName":605,"dataGaLocation":901},{"text":1051,"config":1052},"Education",{"href":1053,"dataGaName":1054,"dataGaLocation":901},"/solutions/education/","education",{"text":1056,"config":1057},"Financial services",{"href":1058,"dataGaName":1059,"dataGaLocation":901},"/solutions/finance/","financial services",{"title":612,"links":1061},[1062,1064,1066,1068,1071,1073,1076,1078,1080,1082,1084,1086,1088,1090],{"text":625,"config":1063},{"href":627,"dataGaName":628,"dataGaLocation":901},{"text":630,"config":1065},{"href":632,"dataGaName":633,"dataGaLocation":901},{"text":635,"config":1067},{"href":637,"dataGaName":638,"dataGaLocation":901},{"text":640,"config":1069},{"href":642,"dataGaName":1070,"dataGaLocation":901},"docs",{"text":663,"config":1072},{"href":665,"dataGaName":666,"dataGaLocation":901},{"text":1074,"config":1075},"What's new",{"href":723,"dataGaName":724,"dataGaLocation":901},{"text":658,"config":1077},{"href":660,"dataGaName":661,"dataGaLocation":901},{"text":677,"config":1079},{"href":679,"dataGaName":680,"dataGaLocation":901},{"text":685,"config":1081},{"href":687,"dataGaName":688,"dataGaLocation":901},{"text":690,"config":1083},{"href":692,"dataGaName":693,"dataGaLocation":901},{"text":695,"config":1085},{"href":697,"dataGaName":698,"dataGaLocation":901},{"text":700,"config":1087},{"href":702,"dataGaName":703,"dataGaLocation":901},{"text":705,"config":1089},{"href":707,"dataGaName":708,"dataGaLocation":901},{"text":710,"config":1091},{"href":712,"dataGaName":713,"dataGaLocation":901},{"title":726,"links":1093},[1094,1096,1098,1100,1102,1104,1108,1113,1115,1117,1119],{"text":734,"config":1095},{"href":736,"dataGaName":728,"dataGaLocation":901},{"text":739,"config":1097},{"href":741,"dataGaName":742,"dataGaLocation":901},{"text":747,"config":1099},{"href":749,"dataGaName":750,"dataGaLocation":901},{"text":752,"config":1101},{"href":754,"dataGaName":755,"dataGaLocation":901},{"text":757,"config":1103},{"href":759,"dataGaName":760,"dataGaLocation":901},{"text":1105,"config":1106},"Sustainability",{"href":1107,"dataGaName":1105,"dataGaLocation":901},"/sustainability/",{"text":1109,"config":1110},"Diversity, inclusion and belonging (DIB)",{"href":1111,"dataGaName":1112,"dataGaLocation":901},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":762,"config":1114},{"href":764,"dataGaName":765,"dataGaLocation":901},{"text":772,"config":1116},{"href":774,"dataGaName":775,"dataGaLocation":901},{"text":777,"config":1118},{"href":779,"dataGaName":780,"dataGaLocation":901},{"text":1120,"config":1121},"Modern Slavery Transparency Statement",{"href":1122,"dataGaName":1123,"dataGaLocation":901},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1125},[1126,1129,1132],{"text":1127,"config":1128},"Terms",{"href":953,"dataGaName":954,"dataGaLocation":901},{"text":1130,"config":1131},"Cookies",{"dataGaName":963,"dataGaLocation":901,"id":964,"isOneTrustButton":440},{"text":1133,"config":1134},"Privacy",{"href":958,"dataGaName":959,"dataGaLocation":901},[1136],{"id":1137,"title":7,"body":436,"config":1138,"content":1140,"description":436,"extension":1144,"meta":1145,"navigation":440,"path":1146,"seo":1147,"stem":1148,"__hash__":1149},"blogAuthors/en-us/blog/authors/darby-frey.yml",{"template":1139},"BlogAuthor",{"name":7,"config":1141},{"headshot":1142,"ctfId":1143},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey","yml",{},"/en-us/blog/authors/darby-frey",{},"en-us/blog/authors/darby-frey","lqGN1mYG_LRXzRujnkqXvcZHmVHEKoeXrwJofasmK_8",[1151,1159,1167],{"title":1152,"description":1153,"heroImage":1154,"category":432,"date":1155,"authors":1156,"slug":1158,"externalUrl":436},"Consolidate your GitLab stack with Gitaly on Kubernetes","Discover how to install Gitaly on Kubernetes, which is now generally available.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1756500636/wmey6kqzzuhirk88w2de.png","2026-05-07",[1157],"Olivier Campeau","gitaly-on-kubernetes-generally-available",{"title":1160,"description":1161,"heroImage":1162,"category":432,"date":1163,"authors":1164,"slug":1166,"externalUrl":436},"Teaching software development the easy way using GitLab","Learn how University of Washington lecturer Stephen G. Dame uses GitLab for Education to manage student assignments, distribute course materials, and provide inline code feedback at scale.\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659537/Blog/Hero%20Images/display-article-image-0679-1800x945-fy26.png","2026-04-29",[1165],"Rod Burns","teaching-software-development-the-easy-way-using-gitlab",{"title":1168,"description":1169,"heroImage":1170,"category":432,"date":1171,"authors":1172,"slug":1174,"externalUrl":436},"AI is reshaping DevSecOps: Attend GitLab Transcend to see what’s next","AI-generated code is 34% of development work. Discover how to balance productivity gains with quality, reliability, and security.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1767982271/e9ogyosmuummq7j65zqg.png","2026-01-08",[1173],"Manav Khurana","ai-is-reshaping-devsecops-attend-gitlab-transcend-to-see-whats-next",{"promotions":1176},[1177,1191,1203,1214],{"id":1178,"categories":1179,"header":1181,"text":1182,"button":1183,"image":1188},"ai-modernization",[1180],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1184,"config":1185},"Get your AI maturity score",{"href":1186,"dataGaName":1187,"dataGaLocation":666},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1189},{"src":1190},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1192,"categories":1193,"header":1195,"text":1182,"button":1196,"image":1200},"devops-modernization",[1194,432],"product","Are you just managing tools or shipping innovation?",{"text":1197,"config":1198},"Get your DevOps maturity score",{"href":1199,"dataGaName":1187,"dataGaLocation":666},"/assessments/devops-modernization-assessment/",{"config":1201},{"src":1202},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1204,"categories":1205,"header":1206,"text":1182,"button":1207,"image":1211},"security-modernization",[452],"Are you trading speed for security?",{"text":1208,"config":1209},"Get your security maturity score",{"href":1210,"dataGaName":1187,"dataGaLocation":666},"/assessments/security-modernization-assessment/",{"config":1212},{"src":1213},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1215,"paths":1216,"header":1219,"text":1220,"button":1221,"image":1226},"github-azure-migration",[1217,1218],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1222,"config":1223},"See how GitLab compares to GitHub",{"href":1224,"dataGaName":1225,"dataGaLocation":666},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1227},{"src":1202},{"header":1229,"blurb":1230,"button":1231,"secondaryButton":1236},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1232,"config":1233},"Get your free trial",{"href":1234,"dataGaName":465,"dataGaLocation":1235},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":939,"config":1237},{"href":791,"dataGaName":470,"dataGaLocation":1235},1786803773201]