From f4e1c79fbca07352622bdd2e3cf86d6499128570 Mon Sep 17 00:00:00 2001 From: David Veszelovszki Date: Wed, 24 Jan 2024 18:31:59 +0100 Subject: [PATCH] Add SAMS, SSC, and dotcom to the glossary (#8471) Added three new items to the glossary. --- data/glossary.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/glossary.yml b/data/glossary.yml index 90c8b931aabc..5fe62f747b62 100644 --- a/data/glossary.yml +++ b/data/glossary.yml @@ -15,6 +15,10 @@ technical: definition: Request for help - term: RCE definition: Remote code execution (a security vulnerability) + - term: SAMS + definition: Sourcegraph Access Management System. The system that provides auth for dotcom, SSC, and other services in the future. + - term: SSC + definition: Self-Serve Cody. The system that lets PLG customers sign up for Sourcegraph and manage their subscription. - term: SSRF definition: Server side request forgery (a security vulnerability) - term: SEO @@ -75,6 +79,8 @@ technical: definition: Level of effort - term: FSM definition: Finite-state machine. An abstract machine that can be in exactly one of a finite number of states at any given time. See https://en.wikipedia.org/wiki/Finite-state_machine + - term: dotcom + definition: Sourcegraph.com - term: airgapped instance definition: Self-hosted customer instance that does not allow any outbound network requests; offline to any external network requests. - term: private instance