[{"data":1,"prerenderedAt":719},["ShallowReactive",2],{"/en-us/customers/knowbe4/":3,"navigation-en-us":75,"banner-en-us":493,"footer-en-us":508},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"config":64,"_id":69,"_type":70,"title":9,"_source":71,"_file":72,"_stem":73,"_extension":74},"/en-us/customers/knowbe4","customers",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10},"Knowbe4","Security provider KnowBe4 keeps code in-house and speeds up deployment",{"name":9,"logo":12,"hero":10,"heroImage":13,"benefits":14,"industry":27,"employeeCount":28,"location":29,"solution":30,"stats":31,"headline":41,"summary":42,"quotes":43,"content":50,"contributors":63},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1745517996/syj0scocuqi45yimagdx.svg","https://res.cloudinary.com/about-gitlab-com/image/upload/v1745518447/vf5uzygilfxxfuojm1wb.jpg",[15,19,23],{"metric":16,"config":17},"Easy integration",{"icon":18},"ContinuousIntegration",{"metric":20,"config":21},"Consolidating tools saves costs",{"icon":22},"TimeIsMoney",{"metric":24,"config":25},"Standardized platform",{"icon":26},"CogCode","Technology","850","Clearwater, FL","GitLab Ultimate",[32,35,38],{"value":33,"metric":34},"5+","Production deploys per day for any given application",{"value":36,"metric":37},"20+","Development environment deploys per day",{"value":39,"metric":40},"100%","AWS self-managed GitLab","KnowBe4 integrated GitLab to help with the company’s trajectory towards growth, scalability, and success","KnowBe4 removes its multi-toolchain and goes “all in” with GitLab for increased deployment speed\n",[44,48],{"quoteText":45,"author":46,"authorTitle":47,"authorCompany":9},"There's literally no other solution that does everything that GitLab does.\n","Alex Callihan","VP of platform engineering",{"quoteText":49,"author":46,"authorTitle":47,"authorCompany":9},"The GitLab migration in general is one of our largest successes. Of the primary implementations that Site Reliability Engineering has brought to engineering at KnowBe4, the choice to move the department to GitLab ranks up there as one of the best.\n",[51,54,57,60],{"header":52,"text":53},"Standout software security training company","KnowBe4, Inc. is the provider of the world’s largest security awareness training and simulated phishing platform. [KnowBe4](https://www.knowbe4.com/) helps manage the ongoing problems of social engineering with on-demand, interactive training for tens of thousands of organizations worldwide. It was ranked highest in ‘Ability to Execute’ and ‘Completeness of Vision’ on the 2019 Gartner Magic Quadrant for Security Awareness CBT.\n",{"header":55,"text":56},"Toolchain complexity caused delays in innovation and releases","Members of KnowBe4’s engineering team were using three separate tools in their deployment toolchain. One for code management, another for code testing, and a third for code deployment. With three solutions in use, all of their work was spread out in different places. While each tool had its own value set, the lack of integration among them caused additional work and stress for users. “Deploys would go off and trigger jobs in multiple different tools. Tests would trigger in one location, the deployments in another. Context switching was constant, and due to everything running concurrently, you never achieved the correct continuous pipeline,” says Alex Callihan, VP of Platform Engineering at KnowBe4. “Tests had the potential to fail after a deploy already succeeded. This was a problem. With GitLab, we were able to consolidate this process into a single tool and ensure the pipeline was executed in order.”\n\nThe team also was looking to reduce the costs associated with operating three platforms per toolchain. With their code testing tool, each concurrent test capacity incurred an additional cost, so teams couldn’t scale as much as they wanted without considering the financial burden that comes with adding capacity. “With our old code testing tool, we had to provision to our maximum. So if we ever needed to run 50 concurrent tests, we were forced to pay for 50 all day, every day. Our cost was approximately $50 per concurrent test per month for 50 concurrent tests, even though outside of our core business hours the tests were rarely needed to that magnitude,” says Matthew Duren, Principal Site Reliability Engineer.\n\nKnowBe4 was looking to consolidate to one tool that could provide end-to-end visibility. If the team no longer had to to spend time context switching between various tools, deployment speed could soar automatically. Other priorities for a new toolset included being able to:\n\n* Be self-managed\n* Reside in AWS\n* Integrate with Jira, Docker, and other tools as needed\n* Scale their Git solution in tandem with their employee and service growth\n",{"header":58,"text":59},"Success even before the POC ended","Duren and Callihan had previously used GitLab’s free version. Their experience and understanding of the platform was a driving factor in bringing GitLab to stakeholders.\n\nThe pair was eager for the rest of the company to understand the scope of the platform’s capabilities. In order to do that, they chose to do a proof of concept with a single product from their project list. The team was obligated to deliver the product in one month. “We happened to pick one product that we had to ship in a month. We shipped it on GitLab while we were still in the trial period,” Callihan said.\n\nFor stakeholders, an important aspect was ensuring security by keeping code in-house, which GitLab enabled them to do. “As our company has grown, being compliant across multiple standards has been a key goal of our development and infosec teams. GitLab’s tooling for security and ability to host within our own infrastructure was a big selling point to get approval for the POC.” Callihan says.\n",{"header":61,"text":62},"Operational efficiency, built-in security, and increased deployments","GitLab is at the heart of KnowBe4’s software development lifecycle. A developer will first open a feature branch off of master in GitLab. From there, they can deploy an on-demand development environment leveraging GitLab pipelines. When the development environment is determined verified working by QA, the developer opens a merge request to master. All commits then run test pipelines until that merge request is approved and ultimately merged. After merge, a pipeline is started to build and release the Docker image to AWS. After the release, a deployment stage kicks off [leveraging Terraform](/topics/gitops/gitlab-enables-infrastructure-as-code/){data-ga-name=\"terraform\" data-ga-location=\"body\"} to roll-in the latest image into production. All of this is orchestrated by GitLab runners deployed in AWS with full logging and visibility. Production now deploys five or more times per day for any given application. Development environments deploy 20 or more times per day for any given application. Hundreds to thousands of test jobs run every day across all applications.\n\nThe teams have standardized the development lifecycle for more than 60 microservices. “Due to that standardization, the simplicity of starting new projects or troubleshooting existing ones is incredibly easy. We all know how projects will build, release, and ship regardless of codebase or design,” Callihan says. “With a healthy mix of Docker, Terraform, and GitLab in GitLab pipelines, we’ve got a system in place that is super efficient.” They’ve also lowered time to production by allowing multiple concurrent test pipelines and with deploying and auto-scaling their own runners.\n\nGitLab’s continuous integration helps prevent bugs before code hits production. Security modules are built into the test pipelines and count as failed tests, which then cancel pipelines, protecting against deploying any vulnerable code.\n\nSince KnowBe4 already had a modern architecture in place, GitLab was able to help the company ship faster and solve unique use cases. All the teams now collaborate within the same tooling whether for code reviews, pipelining, or code ownership. The adoption was straightforward, given the simplicity of the tool and GitLab YMLs were fully embraced by all teams.\n\n“Moving test, build, and deployment tooling into the application repositories themselves has given developers the opportunity to build and manage their own deployment pipelines, reducing the responsibility of the SRE team to simply review and approve the developers’ changes,” Duren says. “By making this relatively straightforward adjustment, we are able to deploy changes much more frequently than we otherwise would have been able to do. We removed a huge bottleneck, which sped up our development lifecycle and improved continuity between our team and the rest of R and D.”\n",null,{"template":65,"size":66,"region":67,"industry":68},"CaseStudy","mm","amer","technology","content:en-us:customers:knowbe4.yml","yaml","content","en-us/customers/knowbe4.yml","en-us/customers/knowbe4","yml",{"_path":76,"_dir":77,"_draft":6,"_partial":6,"_locale":7,"data":78,"_id":489,"_type":70,"title":490,"_source":71,"_file":491,"_stem":492,"_extension":74},"/shared/en-us/main-navigation","en-us",{"logo":79,"freeTrial":84,"sales":89,"login":94,"items":99,"search":430,"minimal":461,"duo":480},{"config":80},{"href":81,"dataGaName":82,"dataGaLocation":83},"/","gitlab logo","header",{"text":85,"config":86},"Get free trial",{"href":87,"dataGaName":88,"dataGaLocation":83},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":90,"config":91},"Talk to sales",{"href":92,"dataGaName":93,"dataGaLocation":83},"/sales/","sales",{"text":95,"config":96},"Sign in",{"href":97,"dataGaName":98,"dataGaLocation":83},"https://gitlab.com/users/sign_in/","sign in",[100,144,240,245,351,411],{"text":101,"config":102,"cards":104,"footer":127},"Platform",{"dataNavLevelOne":103},"platform",[105,111,119],{"title":101,"description":106,"link":107},"The most comprehensive AI-powered DevSecOps Platform",{"text":108,"config":109},"Explore our Platform",{"href":110,"dataGaName":103,"dataGaLocation":83},"/platform/",{"title":112,"description":113,"link":114},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":115,"config":116},"Meet GitLab Duo",{"href":117,"dataGaName":118,"dataGaLocation":83},"/gitlab-duo/","gitlab duo ai",{"title":120,"description":121,"link":122},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":123,"config":124},"Learn more",{"href":125,"dataGaName":126,"dataGaLocation":83},"/why-gitlab/","why gitlab",{"title":128,"items":129},"Get started with",[130,135,140],{"text":131,"config":132},"Platform Engineering",{"href":133,"dataGaName":134,"dataGaLocation":83},"/solutions/platform-engineering/","platform engineering",{"text":136,"config":137},"Developer Experience",{"href":138,"dataGaName":139,"dataGaLocation":83},"/developer-experience/","Developer experience",{"text":141,"config":142},"MLOps",{"href":143,"dataGaName":141,"dataGaLocation":83},"/topics/devops/the-role-of-ai-in-devops/",{"text":145,"left":146,"config":147,"link":149,"lists":153,"footer":222},"Product",true,{"dataNavLevelOne":148},"solutions",{"text":150,"config":151},"View all Solutions",{"href":152,"dataGaName":148,"dataGaLocation":83},"/solutions/",[154,179,201],{"title":155,"description":156,"link":157,"items":162},"Automation","CI/CD and automation to accelerate deployment",{"config":158},{"icon":159,"href":160,"dataGaName":161,"dataGaLocation":83},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[163,167,171,175],{"text":164,"config":165},"CI/CD",{"href":166,"dataGaLocation":83,"dataGaName":164},"/solutions/continuous-integration/",{"text":168,"config":169},"AI-Assisted Development",{"href":117,"dataGaLocation":83,"dataGaName":170},"AI assisted development",{"text":172,"config":173},"Source Code Management",{"href":174,"dataGaLocation":83,"dataGaName":172},"/solutions/source-code-management/",{"text":176,"config":177},"Automated Software Delivery",{"href":160,"dataGaLocation":83,"dataGaName":178},"Automated software delivery",{"title":180,"description":181,"link":182,"items":187},"Security","Deliver code faster without compromising security",{"config":183},{"href":184,"dataGaName":185,"dataGaLocation":83,"icon":186},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[188,191,196],{"text":189,"config":190},"Security & Compliance",{"href":184,"dataGaLocation":83,"dataGaName":189},{"text":192,"config":193},"Software Supply Chain Security",{"href":194,"dataGaLocation":83,"dataGaName":195},"/solutions/supply-chain/","Software supply chain security",{"text":197,"config":198},"Compliance & Governance",{"href":199,"dataGaLocation":83,"dataGaName":200},"/solutions/continuous-software-compliance/","Compliance and governance",{"title":202,"link":203,"items":208},"Measurement",{"config":204},{"icon":205,"href":206,"dataGaName":207,"dataGaLocation":83},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[209,213,217],{"text":210,"config":211},"Visibility & Measurement",{"href":206,"dataGaLocation":83,"dataGaName":212},"Visibility and Measurement",{"text":214,"config":215},"Value Stream Management",{"href":216,"dataGaLocation":83,"dataGaName":214},"/solutions/value-stream-management/",{"text":218,"config":219},"Analytics & Insights",{"href":220,"dataGaLocation":83,"dataGaName":221},"/solutions/analytics-and-insights/","Analytics and insights",{"title":223,"items":224},"GitLab for",[225,230,235],{"text":226,"config":227},"Enterprise",{"href":228,"dataGaLocation":83,"dataGaName":229},"/enterprise/","enterprise",{"text":231,"config":232},"Small Business",{"href":233,"dataGaLocation":83,"dataGaName":234},"/small-business/","small business",{"text":236,"config":237},"Public Sector",{"href":238,"dataGaLocation":83,"dataGaName":239},"/solutions/public-sector/","public sector",{"text":241,"config":242},"Pricing",{"href":243,"dataGaName":244,"dataGaLocation":83,"dataNavLevelOne":244},"/pricing/","pricing",{"text":246,"config":247,"link":249,"lists":253,"feature":338},"Resources",{"dataNavLevelOne":248},"resources",{"text":250,"config":251},"View all resources",{"href":252,"dataGaName":248,"dataGaLocation":83},"/resources/",[254,287,310],{"title":255,"items":256},"Getting started",[257,262,267,272,277,282],{"text":258,"config":259},"Install",{"href":260,"dataGaName":261,"dataGaLocation":83},"/install/","install",{"text":263,"config":264},"Quick start guides",{"href":265,"dataGaName":266,"dataGaLocation":83},"/get-started/","quick setup checklists",{"text":268,"config":269},"Learn",{"href":270,"dataGaLocation":83,"dataGaName":271},"https://university.gitlab.com/","learn",{"text":273,"config":274},"Product documentation",{"href":275,"dataGaName":276,"dataGaLocation":83},"https://docs.gitlab.com/","product documentation",{"text":278,"config":279},"Best practice videos",{"href":280,"dataGaName":281,"dataGaLocation":83},"/getting-started-videos/","best practice videos",{"text":283,"config":284},"Integrations",{"href":285,"dataGaName":286,"dataGaLocation":83},"/integrations/","integrations",{"title":288,"items":289},"Discover",[290,295,300,305],{"text":291,"config":292},"Customer success stories",{"href":293,"dataGaName":294,"dataGaLocation":83},"/customers/","customer success stories",{"text":296,"config":297},"Blog",{"href":298,"dataGaName":299,"dataGaLocation":83},"/blog/","blog",{"text":301,"config":302},"Remote",{"href":303,"dataGaName":304,"dataGaLocation":83},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":306,"config":307},"TeamOps",{"href":308,"dataGaName":309,"dataGaLocation":83},"/teamops/","teamops",{"title":311,"items":312},"Connect",[313,318,323,328,333],{"text":314,"config":315},"GitLab Services",{"href":316,"dataGaName":317,"dataGaLocation":83},"/services/","services",{"text":319,"config":320},"Community",{"href":321,"dataGaName":322,"dataGaLocation":83},"/community/","community",{"text":324,"config":325},"Forum",{"href":326,"dataGaName":327,"dataGaLocation":83},"https://forum.gitlab.com/","forum",{"text":329,"config":330},"Events",{"href":331,"dataGaName":332,"dataGaLocation":83},"/events/","events",{"text":334,"config":335},"Partners",{"href":336,"dataGaName":337,"dataGaLocation":83},"/partners/","partners",{"backgroundColor":339,"textColor":340,"text":341,"image":342,"link":346},"#2f2a6b","#fff","Insights for the future of software development",{"altText":343,"config":344},"the source promo card",{"src":345},"/images/navigation/the-source-promo-card.svg",{"text":347,"config":348},"Read the latest",{"href":349,"dataGaName":350,"dataGaLocation":83},"/the-source/","the source",{"text":352,"config":353,"lists":355},"Company",{"dataNavLevelOne":354},"company",[356],{"items":357},[358,363,369,371,376,381,386,391,396,401,406],{"text":359,"config":360},"About",{"href":361,"dataGaName":362,"dataGaLocation":83},"/company/","about",{"text":364,"config":365,"footerGa":368},"Jobs",{"href":366,"dataGaName":367,"dataGaLocation":83},"/jobs/","jobs",{"dataGaName":367},{"text":329,"config":370},{"href":331,"dataGaName":332,"dataGaLocation":83},{"text":372,"config":373},"Leadership",{"href":374,"dataGaName":375,"dataGaLocation":83},"/company/team/e-group/","leadership",{"text":377,"config":378},"Team",{"href":379,"dataGaName":380,"dataGaLocation":83},"/company/team/","team",{"text":382,"config":383},"Handbook",{"href":384,"dataGaName":385,"dataGaLocation":83},"https://handbook.gitlab.com/","handbook",{"text":387,"config":388},"Investor relations",{"href":389,"dataGaName":390,"dataGaLocation":83},"https://ir.gitlab.com/","investor relations",{"text":392,"config":393},"Trust Center",{"href":394,"dataGaName":395,"dataGaLocation":83},"/security/","trust center",{"text":397,"config":398},"AI Transparency Center",{"href":399,"dataGaName":400,"dataGaLocation":83},"/ai-transparency-center/","ai transparency center",{"text":402,"config":403},"Newsletter",{"href":404,"dataGaName":405,"dataGaLocation":83},"/company/contact/","newsletter",{"text":407,"config":408},"Press",{"href":409,"dataGaName":410,"dataGaLocation":83},"/press/","press",{"text":412,"config":413,"lists":414},"Contact us",{"dataNavLevelOne":354},[415],{"items":416},[417,420,425],{"text":90,"config":418},{"href":92,"dataGaName":419,"dataGaLocation":83},"talk to sales",{"text":421,"config":422},"Get help",{"href":423,"dataGaName":424,"dataGaLocation":83},"/support/","get help",{"text":426,"config":427},"Customer portal",{"href":428,"dataGaName":429,"dataGaLocation":83},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":431,"login":432,"suggestions":439},"Close",{"text":433,"link":434},"To search repositories and projects, login to",{"text":435,"config":436},"gitlab.com",{"href":97,"dataGaName":437,"dataGaLocation":438},"search login","search",{"text":440,"default":441},"Suggestions",[442,444,448,450,454,458],{"text":112,"config":443},{"href":117,"dataGaName":112,"dataGaLocation":438},{"text":445,"config":446},"Code Suggestions (AI)",{"href":447,"dataGaName":445,"dataGaLocation":438},"/solutions/code-suggestions/",{"text":164,"config":449},{"href":166,"dataGaName":164,"dataGaLocation":438},{"text":451,"config":452},"GitLab on AWS",{"href":453,"dataGaName":451,"dataGaLocation":438},"/partners/technology-partners/aws/",{"text":455,"config":456},"GitLab on Google Cloud",{"href":457,"dataGaName":455,"dataGaLocation":438},"/partners/technology-partners/google-cloud-platform/",{"text":459,"config":460},"Why GitLab?",{"href":125,"dataGaName":459,"dataGaLocation":438},{"freeTrial":462,"mobileIcon":467,"desktopIcon":472,"secondaryButton":475},{"text":463,"config":464},"Start free trial",{"href":465,"dataGaName":88,"dataGaLocation":466},"https://gitlab.com/-/trials/new/","nav",{"altText":468,"config":469},"Gitlab Icon",{"src":470,"dataGaName":471,"dataGaLocation":466},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":468,"config":473},{"src":474,"dataGaName":471,"dataGaLocation":466},"/images/brand/gitlab-logo-type.svg",{"text":476,"config":477},"Get Started",{"href":478,"dataGaName":479,"dataGaLocation":466},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":481,"mobileIcon":485,"desktopIcon":487},{"text":482,"config":483},"Learn more about GitLab Duo",{"href":117,"dataGaName":484,"dataGaLocation":466},"gitlab duo",{"altText":468,"config":486},{"src":470,"dataGaName":471,"dataGaLocation":466},{"altText":468,"config":488},{"src":474,"dataGaName":471,"dataGaLocation":466},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":494,"_dir":77,"_draft":6,"_partial":6,"_locale":7,"title":495,"button":496,"image":500,"config":503,"_id":505,"_type":70,"_source":71,"_file":506,"_stem":507,"_extension":74},"/shared/en-us/banner","is now in public beta!",{"text":123,"config":497},{"href":498,"dataGaName":499,"dataGaLocation":83},"/gitlab-duo/agent-platform/","duo banner",{"config":501},{"src":502},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":504},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":509,"_dir":77,"_draft":6,"_partial":6,"_locale":7,"data":510,"_id":715,"_type":70,"title":716,"_source":71,"_file":717,"_stem":718,"_extension":74},"/shared/en-us/main-footer",{"text":511,"source":512,"edit":518,"contribute":523,"config":528,"items":533,"minimal":707},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":513,"config":514},"View page source",{"href":515,"dataGaName":516,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":519,"config":520},"Edit this page",{"href":521,"dataGaName":522,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":524,"config":525},"Please contribute",{"href":526,"dataGaName":527,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":529,"facebook":530,"youtube":531,"linkedin":532},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[534,557,614,643,677],{"title":101,"links":535,"subMenu":540},[536],{"text":537,"config":538},"DevSecOps platform",{"href":110,"dataGaName":539,"dataGaLocation":517},"devsecops platform",[541],{"title":241,"links":542},[543,547,552],{"text":544,"config":545},"View plans",{"href":243,"dataGaName":546,"dataGaLocation":517},"view plans",{"text":548,"config":549},"Why Premium?",{"href":550,"dataGaName":551,"dataGaLocation":517},"/pricing/premium/","why premium",{"text":553,"config":554},"Why Ultimate?",{"href":555,"dataGaName":556,"dataGaLocation":517},"/pricing/ultimate/","why ultimate",{"title":558,"links":559},"Solutions",[560,565,568,570,575,580,584,587,591,596,598,601,604,609],{"text":561,"config":562},"Digital transformation",{"href":563,"dataGaName":564,"dataGaLocation":517},"/topics/digital-transformation/","digital transformation",{"text":189,"config":566},{"href":184,"dataGaName":567,"dataGaLocation":517},"security & compliance",{"text":178,"config":569},{"href":160,"dataGaName":161,"dataGaLocation":517},{"text":571,"config":572},"Agile development",{"href":573,"dataGaName":574,"dataGaLocation":517},"/solutions/agile-delivery/","agile delivery",{"text":576,"config":577},"Cloud transformation",{"href":578,"dataGaName":579,"dataGaLocation":517},"/topics/cloud-native/","cloud transformation",{"text":581,"config":582},"SCM",{"href":174,"dataGaName":583,"dataGaLocation":517},"source code management",{"text":164,"config":585},{"href":166,"dataGaName":586,"dataGaLocation":517},"continuous integration & delivery",{"text":588,"config":589},"Value stream management",{"href":216,"dataGaName":590,"dataGaLocation":517},"value stream management",{"text":592,"config":593},"GitOps",{"href":594,"dataGaName":595,"dataGaLocation":517},"/solutions/gitops/","gitops",{"text":226,"config":597},{"href":228,"dataGaName":229,"dataGaLocation":517},{"text":599,"config":600},"Small business",{"href":233,"dataGaName":234,"dataGaLocation":517},{"text":602,"config":603},"Public sector",{"href":238,"dataGaName":239,"dataGaLocation":517},{"text":605,"config":606},"Education",{"href":607,"dataGaName":608,"dataGaLocation":517},"/solutions/education/","education",{"text":610,"config":611},"Financial services",{"href":612,"dataGaName":613,"dataGaLocation":517},"/solutions/finance/","financial services",{"title":246,"links":615},[616,618,620,622,625,627,629,631,633,635,637,639,641],{"text":258,"config":617},{"href":260,"dataGaName":261,"dataGaLocation":517},{"text":263,"config":619},{"href":265,"dataGaName":266,"dataGaLocation":517},{"text":268,"config":621},{"href":270,"dataGaName":271,"dataGaLocation":517},{"text":273,"config":623},{"href":275,"dataGaName":624,"dataGaLocation":517},"docs",{"text":296,"config":626},{"href":298,"dataGaName":299,"dataGaLocation":517},{"text":291,"config":628},{"href":293,"dataGaName":294,"dataGaLocation":517},{"text":301,"config":630},{"href":303,"dataGaName":304,"dataGaLocation":517},{"text":314,"config":632},{"href":316,"dataGaName":317,"dataGaLocation":517},{"text":306,"config":634},{"href":308,"dataGaName":309,"dataGaLocation":517},{"text":319,"config":636},{"href":321,"dataGaName":322,"dataGaLocation":517},{"text":324,"config":638},{"href":326,"dataGaName":327,"dataGaLocation":517},{"text":329,"config":640},{"href":331,"dataGaName":332,"dataGaLocation":517},{"text":334,"config":642},{"href":336,"dataGaName":337,"dataGaLocation":517},{"title":352,"links":644},[645,647,649,651,653,655,657,661,666,668,670,672],{"text":359,"config":646},{"href":361,"dataGaName":354,"dataGaLocation":517},{"text":364,"config":648},{"href":366,"dataGaName":367,"dataGaLocation":517},{"text":372,"config":650},{"href":374,"dataGaName":375,"dataGaLocation":517},{"text":377,"config":652},{"href":379,"dataGaName":380,"dataGaLocation":517},{"text":382,"config":654},{"href":384,"dataGaName":385,"dataGaLocation":517},{"text":387,"config":656},{"href":389,"dataGaName":390,"dataGaLocation":517},{"text":658,"config":659},"Sustainability",{"href":660,"dataGaName":658,"dataGaLocation":517},"/sustainability/",{"text":662,"config":663},"Diversity, inclusion and belonging (DIB)",{"href":664,"dataGaName":665,"dataGaLocation":517},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":392,"config":667},{"href":394,"dataGaName":395,"dataGaLocation":517},{"text":402,"config":669},{"href":404,"dataGaName":405,"dataGaLocation":517},{"text":407,"config":671},{"href":409,"dataGaName":410,"dataGaLocation":517},{"text":673,"config":674},"Modern Slavery Transparency Statement",{"href":675,"dataGaName":676,"dataGaLocation":517},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":678,"links":679},"Contact Us",[680,683,685,687,692,697,702],{"text":681,"config":682},"Contact an expert",{"href":92,"dataGaName":93,"dataGaLocation":517},{"text":421,"config":684},{"href":423,"dataGaName":424,"dataGaLocation":517},{"text":426,"config":686},{"href":428,"dataGaName":429,"dataGaLocation":517},{"text":688,"config":689},"Status",{"href":690,"dataGaName":691,"dataGaLocation":517},"https://status.gitlab.com/","status",{"text":693,"config":694},"Terms of use",{"href":695,"dataGaName":696,"dataGaLocation":517},"/terms/","terms of use",{"text":698,"config":699},"Privacy statement",{"href":700,"dataGaName":701,"dataGaLocation":517},"/privacy/","privacy statement",{"text":703,"config":704},"Cookie preferences",{"dataGaName":705,"dataGaLocation":517,"id":706,"isOneTrustButton":146},"cookie preferences","ot-sdk-btn",{"items":708},[709,711,713],{"text":693,"config":710},{"href":695,"dataGaName":696,"dataGaLocation":517},{"text":698,"config":712},{"href":700,"dataGaName":701,"dataGaLocation":517},{"text":703,"config":714},{"dataGaName":705,"dataGaLocation":517,"id":706,"isOneTrustButton":146},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",1754424522049]