From ca857e3f5cae9d077b88945ffb137463d00e7c7b Mon Sep 17 00:00:00 2001 From: Anne Demey Date: Wed, 7 Apr 2021 15:14:48 -0500 Subject: [PATCH 1/2] Adding trailing slash to all slugs and page links --- src/components/FeedbackForm.js | 2 +- src/components/app/Footer.js | 2 +- src/components/mega-menu/MegaMenu.js | 4 ++-- src/components/mega-menu/MegaMobileMenu.js | 4 ++-- src/components/pages/home/Solutions.js | 2 +- src/content/generic/about-us.md | 2 +- .../service-category/compute-and-store.md | 2 +- .../networking-connectivity.md | 2 +- src/content/service-detail/af7.md | 2 +- src/content/service-detail/afsen-coin.md | 2 +- src/content/service-detail/atom.md | 2 +- src/content/service-detail/base-it.md | 2 +- src/content/service-detail/cloud-gateway.md | 2 +- src/content/service-detail/cloud-one.md | 2 +- src/content/service-detail/core-rock.md | 2 +- src/content/service-detail/d1scovery.md | 2 +- .../digital-engineering-platform.md | 2 +- src/content/service-detail/fences.md | 20 +++++++++---------- src/content/service-detail/icon.md | 2 +- src/content/service-detail/mattermost.md | 2 +- src/content/service-detail/misty-sierra.md | 2 +- .../service-detail/platform-one-cnap.md | 2 +- src/content/service-detail/platform-one.md | 2 +- src/content/service-detail/sap-voice.md | 2 +- src/content/service-detail/seitaas-isp.md | 2 +- src/content/service-detail/seitaas-summit.md | 2 +- src/content/service-detail/starbust.md | 2 +- .../theater-deployable-comms.md | 2 +- src/content/service-detail/victory.md | 2 +- src/content/solutions/biti.md | 2 +- src/content/solutions/digital-trinity.md | 2 +- src/content/solutions/seitaas.md | 2 +- src/data/hero/1_cloud-one.yaml | 2 +- src/data/hero/2_platform-one.yaml | 2 +- src/data/hero/3_fences.yaml | 2 +- src/data/hero/4_summit.yaml | 2 +- src/data/hero/5_dep.yaml | 2 +- 37 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/components/FeedbackForm.js b/src/components/FeedbackForm.js index bf7ac7f..e2f3ea6 100644 --- a/src/components/FeedbackForm.js +++ b/src/components/FeedbackForm.js @@ -19,7 +19,7 @@ const korolevFont = 'korolev, Helvetica Neue, Helvetica, Arial, sans-serif'; const FeedbackForm = ({ onClose }) => { const [submitting, setSubmitting] = useState(); - const [success, setSuccess] = useState(true); + const [success, setSuccess] = useState(); const handleSubmit = (event) => { const data = new FormData(event.target); diff --git a/src/components/app/Footer.js b/src/components/app/Footer.js index 1497558..249f4bb 100644 --- a/src/components/app/Footer.js +++ b/src/components/app/Footer.js @@ -24,7 +24,7 @@ const Footer = () => { justify="center" align={isMobile ? 'center' : 'start'} > - + About Us diff --git a/src/components/mega-menu/MegaMenu.js b/src/components/mega-menu/MegaMenu.js index 1ae434e..04ef733 100644 --- a/src/components/mega-menu/MegaMenu.js +++ b/src/components/mega-menu/MegaMenu.js @@ -88,7 +88,7 @@ const MegaMenu = ({ sticky }) => { } - overview="/networking-connectivity" + overview="/networking-connectivity/" /> @@ -123,7 +123,7 @@ const MegaMenu = ({ sticky }) => { } - overview="/compute-and-store" + overview="/compute-and-store/" /> diff --git a/src/components/mega-menu/MegaMobileMenu.js b/src/components/mega-menu/MegaMobileMenu.js index 139b433..84e7a85 100644 --- a/src/components/mega-menu/MegaMobileMenu.js +++ b/src/components/mega-menu/MegaMobileMenu.js @@ -18,12 +18,12 @@ const serviceLinks = [ { name: 'Networking & Connectivity', to: '#categories', - overview: '/networking-connectivity', + overview: '/networking-connectivity/', }, { name: 'Compute & Store', to: '#categories', - overview: '/compute-and-store', + overview: '/compute-and-store/', }, { name: 'Software Development & DevSecOps', to: '#categories' }, { name: 'Digital Engineering', to: '#categories' }, diff --git a/src/components/pages/home/Solutions.js b/src/components/pages/home/Solutions.js index 1a31f3f..c71cc3c 100644 --- a/src/components/pages/home/Solutions.js +++ b/src/components/pages/home/Solutions.js @@ -104,7 +104,7 @@ const Solutions = () => { - + ); diff --git a/src/content/generic/about-us.md b/src/content/generic/about-us.md index 2d6602a..42e1f89 100644 --- a/src/content/generic/about-us.md +++ b/src/content/generic/about-us.md @@ -1,5 +1,5 @@ --- -slug: '/about-us' +slug: '/about-us/' title: About Us subtitle: AFLCMC / C3I&N description: Learn more about C3I&N's mission and our digital storefront. diff --git a/src/content/service-category/compute-and-store.md b/src/content/service-category/compute-and-store.md index 7fdd9f9..aed4f35 100644 --- a/src/content/service-category/compute-and-store.md +++ b/src/content/service-category/compute-and-store.md @@ -1,5 +1,5 @@ --- -slug: '/compute-and-store' +slug: '/compute-and-store/' title: 'Compute and Store' categories: - Compute & Store diff --git a/src/content/service-category/networking-connectivity.md b/src/content/service-category/networking-connectivity.md index 4322429..990f237 100644 --- a/src/content/service-category/networking-connectivity.md +++ b/src/content/service-category/networking-connectivity.md @@ -1,5 +1,5 @@ --- -slug: '/networking-connectivity' +slug: '/networking-connectivity/' title: 'Networking & Connectivity' categories: - Global Connectivity / WAN diff --git a/src/content/service-detail/af7.md b/src/content/service-detail/af7.md index 802e189..0acd152 100644 --- a/src/content/service-detail/af7.md +++ b/src/content/service-detail/af7.md @@ -1,5 +1,5 @@ --- -slug: '/services/af7' +slug: '/services/af7/' title: 'Air Force Special Enclave Video Enterprise Network (AF7)' shortTitle: 'AF7' categories: diff --git a/src/content/service-detail/afsen-coin.md b/src/content/service-detail/afsen-coin.md index 989b646..3456966 100644 --- a/src/content/service-detail/afsen-coin.md +++ b/src/content/service-detail/afsen-coin.md @@ -1,5 +1,5 @@ --- -slug: '/services/afsen-coin' +slug: '/services/afsen-coin/' title: 'AFSEN-COIN' shortTitle: 'COIN' categories: diff --git a/src/content/service-detail/atom.md b/src/content/service-detail/atom.md index bdd7263..1990d52 100644 --- a/src/content/service-detail/atom.md +++ b/src/content/service-detail/atom.md @@ -1,5 +1,5 @@ --- -slug: '/services/atom' +slug: '/services/atom/' title: 'ATOM' shortTitle: 'ATOM' categories: diff --git a/src/content/service-detail/base-it.md b/src/content/service-detail/base-it.md index 3f88405..3c91877 100644 --- a/src/content/service-detail/base-it.md +++ b/src/content/service-detail/base-it.md @@ -1,5 +1,5 @@ --- -slug: '/services/base-it-infrastructure' +slug: '/services/base-it-infrastructure/' title: 'Base IT Infrastructure' shortTitle: 'BITI' categories: diff --git a/src/content/service-detail/cloud-gateway.md b/src/content/service-detail/cloud-gateway.md index cc8252a..296f46d 100644 --- a/src/content/service-detail/cloud-gateway.md +++ b/src/content/service-detail/cloud-gateway.md @@ -1,5 +1,5 @@ --- -slug: '/services/cloud-gateway' +slug: '/services/cloud-gateway/' title: 'Cloud Gateway' categories: - Network & Connectivity diff --git a/src/content/service-detail/cloud-one.md b/src/content/service-detail/cloud-one.md index 7f2cc6e..3ddcdb4 100644 --- a/src/content/service-detail/cloud-one.md +++ b/src/content/service-detail/cloud-one.md @@ -1,5 +1,5 @@ --- -slug: '/services/cloud-one' +slug: '/services/cloud-one/' title: 'Cloud One' categories: - Compute & Store diff --git a/src/content/service-detail/core-rock.md b/src/content/service-detail/core-rock.md index 0d05163..ad25ae9 100644 --- a/src/content/service-detail/core-rock.md +++ b/src/content/service-detail/core-rock.md @@ -1,5 +1,5 @@ --- -slug: '/services/core' +slug: '/services/core/' title: 'CORE' categories: - Communications diff --git a/src/content/service-detail/d1scovery.md b/src/content/service-detail/d1scovery.md index b238698..a42d993 100644 --- a/src/content/service-detail/d1scovery.md +++ b/src/content/service-detail/d1scovery.md @@ -1,5 +1,5 @@ --- -slug: '/services/d1scovery' +slug: '/services/d1scovery/' title: 'D1scovery' categories: - Data Analysis diff --git a/src/content/service-detail/digital-engineering-platform.md b/src/content/service-detail/digital-engineering-platform.md index fc1060b..0f0e449 100644 --- a/src/content/service-detail/digital-engineering-platform.md +++ b/src/content/service-detail/digital-engineering-platform.md @@ -1,5 +1,5 @@ --- -slug: '/services/digital-engineering-platform' +slug: '/services/digital-engineering-platform/' title: 'Digital Engineering Platform' shortTitle: 'DE Platform' categories: diff --git a/src/content/service-detail/fences.md b/src/content/service-detail/fences.md index 8ec0e0b..6cabb10 100644 --- a/src/content/service-detail/fences.md +++ b/src/content/service-detail/fences.md @@ -1,5 +1,5 @@ --- -slug: /services/fences +slug: /services/fences/ title: FENCES categories: - Compute & Store @@ -20,16 +20,16 @@ FENCES is the only SAP-compliant enterprise cloud solution for the DoD at indepe FENCES provides PL-2 workload templates for SAP customers that easily provide virtual desktops, DevSecOps, modeling & simulation, edge computing, and data backup capabilities. These workload templates are available across every security level to simplify development and migration of mission applications for SAP data. ### Benefits and Features -- IL5 to TS/SCI platform accredited for ALL DoD environments -- AWS Workspaces IL5 and TS/SAR for Modeling and Sim -- Parity in environments allows for replication to higher security levels --[PlatformOne DevSecOps](/services/platform-one/) pipeline integration and tools -- Connectivity from CV2, JWICS, NPR, AppGate (Unclass) or with connection to Secure Web Services router (SWS) -- Available managed services such as ACAS, McAfee, AD, WSUS, NTP +- IL5 to TS/SCI platform accredited for ALL DoD environments +- AWS Workspaces IL5 and TS/SAR for Modeling and Sim +- Parity in environments allows for replication to higher security levels +-[PlatformOne DevSecOps](/services/platform-one/) pipeline integration and tools +- Connectivity from CV2, JWICS, NPR, AppGate (Unclass) or with connection to Secure Web Services router (SWS) +- Available managed services such as ACAS, McAfee, AD, WSUS, NTP - RMF inheritance over 35% with draft language to satisfy up to 80% of remaining controls ### Requirements -- TS, SAP, or SAR Requirement -- Compatible connection to FENCES -- Clearances and approved facility for connection +- TS, SAP, or SAR Requirement +- Compatible connection to FENCES +- Clearances and approved facility for connection - FENCES account \ No newline at end of file diff --git a/src/content/service-detail/icon.md b/src/content/service-detail/icon.md index ff2e1b9..f356375 100644 --- a/src/content/service-detail/icon.md +++ b/src/content/service-detail/icon.md @@ -1,5 +1,5 @@ --- -slug: '/services/icon' +slug: '/services/icon/' title: 'Industry Connections (ICON)' shortTitle: 'ICON' categories: diff --git a/src/content/service-detail/mattermost.md b/src/content/service-detail/mattermost.md index cee865f..90dd5b0 100644 --- a/src/content/service-detail/mattermost.md +++ b/src/content/service-detail/mattermost.md @@ -1,5 +1,5 @@ --- -slug: '/services/mattermost' +slug: '/services/mattermost/' title: 'Mattermost' categories: - Communications diff --git a/src/content/service-detail/misty-sierra.md b/src/content/service-detail/misty-sierra.md index 128ccca..58579e3 100644 --- a/src/content/service-detail/misty-sierra.md +++ b/src/content/service-detail/misty-sierra.md @@ -1,5 +1,5 @@ --- -slug: '/services/misty-sierra' +slug: '/services/misty-sierra/' title: 'Misty Sierra' categories: - Networking & Connectivity diff --git a/src/content/service-detail/platform-one-cnap.md b/src/content/service-detail/platform-one-cnap.md index 69ddd55..f3e50f7 100644 --- a/src/content/service-detail/platform-one-cnap.md +++ b/src/content/service-detail/platform-one-cnap.md @@ -1,5 +1,5 @@ --- -slug: '/services/platform-one-cnap' +slug: '/services/platform-one-cnap/' title: 'Platform One Cloud Native Access Portal (CNAP)' shortTitle: 'CNAP' categories: diff --git a/src/content/service-detail/platform-one.md b/src/content/service-detail/platform-one.md index cc95ef9..0f0cfa7 100644 --- a/src/content/service-detail/platform-one.md +++ b/src/content/service-detail/platform-one.md @@ -1,5 +1,5 @@ --- -slug: '/services/platform-one' +slug: '/services/platform-one/' title: 'Platform One' categories: - Software Development & DevSecOps diff --git a/src/content/service-detail/sap-voice.md b/src/content/service-detail/sap-voice.md index 0083cc6..8ce2bea 100644 --- a/src/content/service-detail/sap-voice.md +++ b/src/content/service-detail/sap-voice.md @@ -1,5 +1,5 @@ --- -slug: '/services/sap-voice' +slug: '/services/sap-voice/' title: 'SAP Voice' categories: - Communications diff --git a/src/content/service-detail/seitaas-isp.md b/src/content/service-detail/seitaas-isp.md index 3021655..4f13adf 100644 --- a/src/content/service-detail/seitaas-isp.md +++ b/src/content/service-detail/seitaas-isp.md @@ -1,5 +1,5 @@ --- -slug: '/services/seitaas-isp' +slug: '/services/seitaas-isp/' title: 'SEITaaS Procured Internet Service Provider (ISP)' shortTitle: 'SEITaaS ISP' categories: diff --git a/src/content/service-detail/seitaas-summit.md b/src/content/service-detail/seitaas-summit.md index 2a88697..7bac10b 100644 --- a/src/content/service-detail/seitaas-summit.md +++ b/src/content/service-detail/seitaas-summit.md @@ -1,5 +1,5 @@ --- -slug: '/services/seitaas-summit' +slug: '/services/seitaas-summit/' title: 'SEITaaS Summit' categories: - Networking & Connectivity diff --git a/src/content/service-detail/starbust.md b/src/content/service-detail/starbust.md index bc14868..d76ae69 100644 --- a/src/content/service-detail/starbust.md +++ b/src/content/service-detail/starbust.md @@ -1,5 +1,5 @@ --- -slug: '/services/starburst' +slug: '/services/starburst/' title: 'Starburst' categories: - Networking & Connectivity diff --git a/src/content/service-detail/theater-deployable-comms.md b/src/content/service-detail/theater-deployable-comms.md index 6bd7b6b..14d2946 100644 --- a/src/content/service-detail/theater-deployable-comms.md +++ b/src/content/service-detail/theater-deployable-comms.md @@ -1,5 +1,5 @@ --- -slug: '/services/theater-deployable-comms' +slug: '/services/theater-deployable-comms/' title: 'Theater Deployable Comms (TDC)' shortTitle: 'TDC' categories: diff --git a/src/content/service-detail/victory.md b/src/content/service-detail/victory.md index 62f09f1..04a7ff4 100644 --- a/src/content/service-detail/victory.md +++ b/src/content/service-detail/victory.md @@ -1,5 +1,5 @@ --- -slug: '/services/victory' +slug: '/services/victory/' title: 'Victory' categories: - Networking & Connectivity diff --git a/src/content/solutions/biti.md b/src/content/solutions/biti.md index a335e3f..1ca16c6 100644 --- a/src/content/solutions/biti.md +++ b/src/content/solutions/biti.md @@ -1,5 +1,5 @@ --- -slug: '/solutions/biti' +slug: '/solutions/biti/' title: BITI modernization useCase: Optimize and modernize networks and connectivity across a base categories: diff --git a/src/content/solutions/digital-trinity.md b/src/content/solutions/digital-trinity.md index 00a277a..ccdd607 100644 --- a/src/content/solutions/digital-trinity.md +++ b/src/content/solutions/digital-trinity.md @@ -1,5 +1,5 @@ --- -slug: '/solutions/digitial-trinity' +slug: '/solutions/digitial-trinity/' title: Digital Trinity useCase: Build software that spans multiple security levels categories: diff --git a/src/content/solutions/seitaas.md b/src/content/solutions/seitaas.md index c6bd302..79daf69 100644 --- a/src/content/solutions/seitaas.md +++ b/src/content/solutions/seitaas.md @@ -1,5 +1,5 @@ --- -slug: '/solutions/seitaas' +slug: '/solutions/seitaas/' title: SEITaaS useCase: Stand up PL-4 data transport, endpoints, and enterprise software for SAP workloads categories: diff --git a/src/data/hero/1_cloud-one.yaml b/src/data/hero/1_cloud-one.yaml index 26438da..2bfec01 100644 --- a/src/data/hero/1_cloud-one.yaml +++ b/src/data/hero/1_cloud-one.yaml @@ -3,7 +3,7 @@ title: Cloud One subtitle: "USAF's preeminent cloud hosting platform" core: true cta: 'Learn More' -slug: '/services/cloud-one' +slug: '/services/cloud-one/' image: '../../images/hero/2-hero-cloud-one.png' logo: '../../images/hero/logo-cloud-one.png' thumb: '../../images/hero/thumb-cloud-one.png' diff --git a/src/data/hero/2_platform-one.yaml b/src/data/hero/2_platform-one.yaml index 624c7b3..4c9c78c 100644 --- a/src/data/hero/2_platform-one.yaml +++ b/src/data/hero/2_platform-one.yaml @@ -3,7 +3,7 @@ title: Platform One subtitle: Services and tools to get to the cloud faster core: true cta: Learn More -slug: '/services/platform-one' +slug: '/services/platform-one/' image: '../../images/hero/3-hero-platform-one.png' logo: '../../images/hero/logo-platform-one.png' thumb: '../../images/hero/thumb-platform-one.png' diff --git a/src/data/hero/3_fences.yaml b/src/data/hero/3_fences.yaml index ca35782..f437b86 100644 --- a/src/data/hero/3_fences.yaml +++ b/src/data/hero/3_fences.yaml @@ -3,7 +3,7 @@ title: Fences subtitle: Multi-level SAP cloud hosting core: true cta: Learn More -slug: '/services/fences' +slug: '/services/fences/' image: '../../images/hero/4-hero-fences.png' logo: '../../images/hero/logo-fences.png' thumb: '../../images/hero/thumb-fences.png' diff --git a/src/data/hero/4_summit.yaml b/src/data/hero/4_summit.yaml index fb09f8d..0df8692 100644 --- a/src/data/hero/4_summit.yaml +++ b/src/data/hero/4_summit.yaml @@ -3,7 +3,7 @@ title: Summit subtitle: SAP network-as-a-service core: true cta: Learn More -slug: '/services/seitaas-summit' +slug: '/services/seitaas-summit/' image: '../../images/hero/5-hero-summit.png' thumb: '../../images/hero/thumb-summit.png' thumblogo: '../../images/hero/logo-summit.png' diff --git a/src/data/hero/5_dep.yaml b/src/data/hero/5_dep.yaml index e4ab9e5..06fecc0 100644 --- a/src/data/hero/5_dep.yaml +++ b/src/data/hero/5_dep.yaml @@ -2,7 +2,7 @@ name: Digital Engineering Platform title: Digital Engineering Platform subtitle: Modern development and collaboration tools cta: Learn More -slug: '/services/digital-engineering-platform' +slug: '/services/digital-engineering-platform/' image: '../../images/hero/6-hero-dep.png' logo: '../../images/hero/logo-dep.png' thumb: '../../images/hero/thumb-dep.png' -- GitLab From ea618ee64de527c6388eadd329932b65bf37fb31 Mon Sep 17 00:00:00 2001 From: Ben Wynn Date: Wed, 7 Apr 2021 16:38:49 -0400 Subject: [PATCH 2/2] Content updates from Megan and Mike --- src/content/generic/about-us.md | 2 +- src/content/other-programs/ches.md | 10 ++--- src/content/other-programs/eitaas.md | 19 ++++----- src/content/other-programs/more.md | 8 ++-- src/content/other-programs/security.md | 42 +++++++++---------- src/content/service-detail/af7.md | 4 +- src/content/service-detail/afsen-coin.md | 2 +- src/content/service-detail/base-it.md | 8 ++-- src/content/service-detail/cloud-one.md | 10 ++--- src/content/service-detail/core-rock.md | 4 +- src/content/service-detail/d1scovery.md | 8 ++-- .../digital-engineering-platform.md | 2 +- src/content/service-detail/fences.md | 6 +-- src/content/service-detail/icon.md | 4 +- src/content/service-detail/mattermost.md | 2 +- src/content/service-detail/misty-sierra.md | 14 +++---- .../service-detail/platform-one-cnap.md | 2 +- src/content/service-detail/platform-one.md | 2 +- src/content/service-detail/seitaas-isp.md | 22 ---------- src/content/service-detail/seitaas-summit.md | 15 ++++++- src/content/service-detail/starbust.md | 12 +++--- src/content/service-detail/victory.md | 8 +++- src/content/solutions/biti.md | 2 +- src/content/solutions/digital-trinity.md | 4 +- src/content/solutions/seitaas.md | 15 ------- 25 files changed, 101 insertions(+), 126 deletions(-) delete mode 100644 src/content/service-detail/seitaas-isp.md delete mode 100644 src/content/solutions/seitaas.md diff --git a/src/content/generic/about-us.md b/src/content/generic/about-us.md index 42e1f89..5bb6d65 100644 --- a/src/content/generic/about-us.md +++ b/src/content/generic/about-us.md @@ -16,7 +16,7 @@ To meet our mission, we offer a broad portfolio of IT services spanning networki ### What is “Digital Trinity?” -Coined by Dr. Will Roper, the Assistant Secretary of the Air Force for Acquisition, [Digital Trinity](https://software.af.mil/wp-content/uploads/2020/10/There-Is-No-Spoon-Digital-Acquisition-7-Oct-2020-digital-version.pdf) refers to three critical components of modern digital transformation efforts: +Coined by Dr. Will Roper, the former Assistant Secretary of the Air Force for Acquisition, [Digital Trinity](https://software.af.mil/wp-content/uploads/2020/10/There-Is-No-Spoon-Digital-Acquisition-7-Oct-2020-digital-version.pdf) refers to three critical components of modern digital transformation efforts: - Agile software development - Modular, open systems architectures diff --git a/src/content/other-programs/ches.md b/src/content/other-programs/ches.md index c34a3fa..88b6195 100644 --- a/src/content/other-programs/ches.md +++ b/src/content/other-programs/ches.md @@ -2,19 +2,19 @@ name: CHES index: 2 --- -### Cloud-hosted enterprise services (CHES) +## Cloud-hosted enterprise services (CHES) CHES is the USAF’s adoption of Microsoft Office365. The core capabilities are email, messaging, document management and individual storage. Some of the current products are, OWA, Exchange, SharePoint Online, OneDrive and Teams. Below is a brief description of these services. -**Exchange Online** +###Exchange Online Microsoft Exchange Online is a hosted messaging solution that delivers the capabilities of Microsoft Exchange Server as a cloud-based service. It gives users access to email, calendar, contacts, and tasks from PCs, the web, and mobile devices. -**Teams** +###Teams Microsoft Teams is the hub for teamwork in Microsoft 365. The Teams service enables instant messaging, audio and video calling, rich online meetings, mobile experiences, and extensive web conferencing capabilities. In addition, Teams provides file and data collaboration and extensibility features, and integrates with Microsoft 365. -**SharePoint Online** +###SharePoint Online Microsoft SharePoint is used to create websites. It is a secure place to store, organize, share, and access information. SharePoint Online is the cloud-based service, hosted by Microsoft in the DoD IL5 environment. -**One Drive for Business** +###One Drive for Business OneDrive is online storage space in the cloud that's provided for individual licensed users in an organization. Use it to help protect work files and access them across multiple devices. OneDrive lets you share files and collaborate on documents, and sync files to your computer. [Additional Information on 365](https://docs.microsoft.com/en-us/office365/servicedescriptions/office-365-service-descriptions-technet-library) \ No newline at end of file diff --git a/src/content/other-programs/eitaas.md b/src/content/other-programs/eitaas.md index 7f880ce..908c55c 100644 --- a/src/content/other-programs/eitaas.md +++ b/src/content/other-programs/eitaas.md @@ -4,33 +4,32 @@ index: 1 --- ## EITaaS -#### Cloud Compute & Store - +###Cloud Compute & Store Compute & Store (C&S) provides secure access to cloud computing services, improving responsiveness to warfighter needs with faster access to systems and data for a more reliable, secure, consistent access to systems, data and just in time capacity for storage. -**End-User Devices** +###End-User Devices Users will be able to select government funded equipment through an online service portal, to include: desktops, laptops, mobile devices, thin clients, zero clients, and smart devices. -**Video Teleconferencing (VTC)** +###Video Teleconferencing (VTC) These services are comprised of the hardware, software, network, and scheduling components necessary to deliver real-time video and audio communications between end users at two or more locations. This includes the operation and maintenance of the VTC service. -**Messaging** +###Messaging EITaaS EUS connects to existing messaging services (like CHES Teams) while providing new devices supported by overall IT Service Management (ITSM). -**Voice/VoIP** +###Voice/VoIP Voice/VoIP is a capability that enables and allows users to communicate over IP Telephony, providing a secure and reliable voice network that enables access to DoD classified and unclassified data. Currently, VOIP implementation is only approved at Offutt AFB. -**Network-as-a-Service (NaaS) – WAN** +###Network-as-a-Service (NaaS) – WAN A geographically distributed private telecommunications network that interconnects multiple local area networks (LANs). This includes connections into Microsoft’s Azure for Government (MAG)/Office 365 Government Community Cloud, third-party cloud services, the internet and back into legacy Air Force and military networks. -**Network-as-a-Service (NaaS) – BAN** +###Network-as-a-Service (NaaS) – BAN Base Area Network (BAN) is a commercially designed network that is optimized, secure and robust, and contributes to an end-state that enables the concept of the ‘Mobile Airman.’ BAN is both wired and wireless and comprises of the following offerings: - Inside Plant/Outside Plant: Inside Plant is defined as network transport (copper and fiber) within a building; Outside Plant is defined as network transportation (copper and fiber) outside a building (e.g. buried or aerial cable). A fully integrated access to BAN services for devices will provide a seamless UX. - Wireless: Fully integrated wireless access to BAN services for wireless-enabled devices (including MFD connectivity) to provide a seamless user experience regardless of how the device is connected. - Wired: Secure wired access to the commercial internet. - Cellular: Commercial infrastructure. -**Network-as-a-Service (NaaS) – Remote Connect** +###Network-as-a-Service (NaaS) – Remote Connect -**Security Operations Center (SOC)** +###Security Operations Center (SOC) The ESOC conducts security and defense operations in partnership with the 16 AF, 616 OC, and AF SOC/33 NWS. It integrates commercial capabilities with the 16 AF to conduct security incident response, with goals to automate security incident response, decrease response time, increase detection, and increase true positive rate of automation against incidents/events. diff --git a/src/content/other-programs/more.md b/src/content/other-programs/more.md index 062e3ba..c1ec5eb 100644 --- a/src/content/other-programs/more.md +++ b/src/content/other-programs/more.md @@ -2,13 +2,13 @@ name: More index: 3 --- -### More +## More -**Air Force Portal** +###Air Force Portal Online platform that allows users to quickly find authoritative, relevant data and information, applications and collaboration tools to help with tasks related to USAF jobs and life. -**Enterprise IT Service Management** +###Enterprise IT Service Management Enterprise IT Service Management System (EITSM) is an enterprise toolset to manage all IT support processes within an integrated ITSM environment. EITSM supports over 850,000 customers with accounts on NIPR and SIPR environments. The EITSM system is web-based with two physical locations at INOSC East (83 NOS) (NIPR/SIPR) and INOSC West (561 NOS)(NIPR. EITSM primarily provides incident and change management functionality. -**Emergency Mass Notification System (EMNS)** +###Emergency Mass Notification System (EMNS) The Emergency Mass Notification System (EMNS) service delivers emergency communications and critical alerts. The EMNS send notices to the Air Force populace through desktop, mobile application, telephone, text messaging alerts, and giant voice. This system provides individuals with near real-time notifications sent directly from the AF/MAJCOM/Installation command posts. diff --git a/src/content/other-programs/security.md b/src/content/other-programs/security.md index fbb4a3b..b9f1f6d 100644 --- a/src/content/other-programs/security.md +++ b/src/content/other-programs/security.md @@ -2,65 +2,65 @@ name: Security index: 0 --- -### Security +## Security -**AF Cyberspace Defense** +###AF Cyberspace Defense Coordinates and executes resources needed to assess, analyze, and respond to AF network security incidents, intrusive activity, malicious logic (i.e., viruses) and vulnerabilities. It is also a key capability employed by 16AF in its Cyber Security Service Provider (CSSP) role. Lastly, the program administers ELICSAR, the AF’s Cyber BDP. -**AF Directory Services - Single Digital Identity Record** +###AF Directory Services - Single Digital Identity Record Harvests identity data from multiple, authoritative data sources to create a single consolidated digital identity record. Provides contact data synchronization between all MAJCOMs, AF supported COCOMs and other organizations resulting in an AF-Enterprise wide Global Address List distribution service. Daily synchronization of contacts to AFIN, MAJCOMs, Combatant Commands, and DoD Organizations. -**AF Vulnerability Management** +###AF Vulnerability Management Provides EndPoint security. ARAD provides AFNet endpoint management tool capable of examining and modifying enterprise clients in real time. ACAS is an integrated software solution that provides automated network vulnerability scanning, configuration assessment, and network discovery. ESS is an Air Force (AF) enterprise-wide automated, standardized Information Assurance tool that enhances end-point system security against internal/external threats and implements AF security policies on all end-host systems. -**Cyber Defense Analysis** +###Cyber Defense Analysis Monitors, collects, analyzes and reports on information transmitted via unsecured telecommunications systems (telephony, radio frequency, E-mail and internet-based capabilities) for Network Defense, OPSEC and Force Protection -**Cyber Vulnerability Assessment/Hunter** +###Cyber Vulnerability Assessment/Hunter Identifies, characterizes, and mitigates cyberspace threats impacting critical operational capabilities within Air Force and DoD Networks. It also provides advanced calculated defensive missions or rapid response (i.e. Quick Response Forces ) engaging adversaries operating within the AF/DoD network via a blended approach to agility, precision employment, engagement tactics, techniques and procedures (TTP). Deployable capability with multiple tools to interrogate hosts to identify vulnerabilities and/or adversary actions on the end point. CVA/H also has advanced end point protection capabilities to prevent adversary actions on the end point. -**Enterprise Logging Ingest and Cyber Situational Awareness Refinery (ELICSAR)** +###Enterprise Logging Ingest and Cyber Situational Awareness Refinery (ELICSAR) The AF’s cyber Big Data Platform (BDP). Utilizes cloud infrastructure to ingest various data types from the AFIN. In turn, defensive cyber analyst can perform complex analytics against the data to identify and then take action against advanced cyber threats. -#### Command and Control Integration +## Command and Control Integration -**AFNet Gateways** +###AFNet Gateways Strategic entry points for Internet and DODIN network traffic. Includes Gateway Decommissioning project (forecast completion September 2022), Gateway dependency elimination (L3VPN, Guest Network), Gateway sustainment, replacement of IBM 3850 servers (now supported by Lenovo), and L3VPN Encryption Relief (for transition to JRSS/JIE environment) -**Integrated Management Suite (IMS)** +###Integrated Management Suite (IMS) The out-of-band management network operated by 26 NOS, 33 NWS (ACD Weapon System) and used by 83rd, 561st and 299th (CSCS) in order to manage remote network health and cybersecurity devices across the AFNet. We provide network logging and SIEM to DCO Operators. IMS includes the following projects: - IMS Expansion Effort to upgrade throughput to 10Gbps, firewall capacity, Splunk infrastructure, and Active Directory Collapse (forecast completion Feb 2021) - Identity Automated Access Management (IAAM) An application allowing 26 NOS to manage ~1500 network administrator accounts supporting ACD, AFINC and CSCS, 38th, AFSN, and OSI - Agile Development Support of CS&D (ACD) Mod to IMS, EL2 effort places NIFI servers in the IMS enclave to deliver event logs to the Cloud for DCO cyber defense remediation. -#### ICAM +##Identity, Credential, and Access Management (ICAM) -**Identity Management** +###Identity Management The service provides the practices that establish, maintain, and terminate identities within the enterprise bringing together identities with authenticators and attributes for the enterprise. -**Credential Management** +###Credential Management The service provides the mechanisms to manage the life cycle of credentials that a user possesses and controls from creation through destruction. Credentials and authenticators verify a user’s identity and are used to authenticate when requesting access to resources. -**Access Management** +###Access Management The service provides the method for gaining access to resources (applications, services, systems, etc.). It provides a centralized capability for validating permissions and privileges via the credentials presented by the user. -**Federation** +###Federation This service enables one organization to accept another organizations identity through inter-organizational trust of policies and practices. -**Governance** +###Governance This service provides a method of identifying and enforcing policy based on documented STIGS, memorandums, instructions, etc., as well as specific application criteria like separation of duties, rights of least privileges, etc. These policies and rules for procedure validation will enable an organization to administer and support ICAM capabilities. -#### Public Key Infrastructure (PKI) +## Public Key Infrastructure (PKI) -**Certificate issuance for devices and people** +###Certificate issuance for devices and people We are the responsible authority for all certificate issuance issues and policy concerns regarding issuance within in AF. We also manage issuance locations across AF and support building and deployment of internal AF PKI for non-DoD supported devices. -**Integration and extension of DoD PKI capabilities into AF** +###Integration and extension of DoD PKI capabilities into AF The AF PKI program extends the DOD PKI capabilities for use with in the AF. This includes enterprise capabilities for certificate revocation checking, issuance of primary and alternate people tokens, automated certificate issuance to non-person entities, and other DoD capabilities. -**Operations and maintenance of AF PKI components** +###Operations and maintenance of AF PKI components We manage all AF components of PKI and DOD integration, operate the issuance capabilities within AF, and address the needs for new capabilities. -**Public Key Enabling engineering support (includes second-factor authentication)** +###Public Key Enabling engineering support (includes two factor authentication) We work with application and program managers to support implementations of PKI-based user authentication. diff --git a/src/content/service-detail/af7.md b/src/content/service-detail/af7.md index 0acd152..e8ccfbb 100644 --- a/src/content/service-detail/af7.md +++ b/src/content/service-detail/af7.md @@ -15,7 +15,7 @@ updated: March 23, 2021 at 2:54:52 PM EDT AF7 system is a network of geographically dispersed user video teleconferencing (VTC) sites connected to two mission support centers and operated at three security levels cleared for special access required (SAR) VTCs: Secret//SAR Level 3, Top Secret//SAR Level 4, and Top Secret//SAR-SCI Level 5. -### Benefits & Features +## Benefits & Features - Approved for all DoD SAPs. - Can be installed at contractor sites. @@ -24,7 +24,7 @@ AF7 system is a network of geographically dispersed user video teleconferencing - Endpoint Tech Refresh (Gov' t/Con tractor) paid for by AF7 PMO. - Fielded Cisco VTC endpoint equipment covered under USAF Joint Enterprise License Agreement. -### Requirements +## Requirements - AF 1067 or ITNR - Deployment Approval Package \ No newline at end of file diff --git a/src/content/service-detail/afsen-coin.md b/src/content/service-detail/afsen-coin.md index 3456966..6294e5a 100644 --- a/src/content/service-detail/afsen-coin.md +++ b/src/content/service-detail/afsen-coin.md @@ -16,4 +16,4 @@ updated: March 31 --- AFSEN-COIN is designed to provide a standardized means of information transportation to improve service and connectivity between locations. -AFSEN-COIN is a Virtual Private Network (VPN) service provided through the Defense Information Systems Agency (DISA) Global Information Grid (GIG). AFSEN-COIN provides the transport pipe for Secret//Special Access Required (SAR) up to Top Secret Sensitive Compartmented Information (SCI)//SAR traffic that is National Security Agency (NSA) Type-1 encrypted using DISA’s Layer 3-VPN service for long-haul transport. AFSEN-COIN provides customers with dedicated transport/bandwidth for Special Access Program (SAP) missions without having to compete with existing NIPRNet bandwidth. Private Network (VPN) service provided through the Defense Information Systems Agency (DISA) Global Information Grid (GIG). AFSEN-COIN provides the transport pipe for Secret//Special Access Required (SAR) up to Top Secret Sensitive Compartmented Information (SCI)//SAR traffic that is National Security Agency (NSA) Type-1 encrypted using DISA’s Layer 3-VPN service for long-haul transport. AFSEN-COIN provides customers with dedicated transport/bandwidth for Special Access Program (SAP) missions without having to compete with existing NIPRNet bandwidth. +AFSEN-COIN is a Virtual Private Network (VPN) service provided through the Defense Information Systems Agency (DISA) Global Information Grid (GIG). AFSEN-COIN provides the transport pipe for Secret//Special Access Required (SAR) up to Top Secret Sensitive Compartmented Information (SCI)//SAR traffic that is National Security Agency (NSA) Type-1 encrypted using DISA’s Layer 3-VPN service for long-haul transport. AFSEN-COIN provides customers with dedicated transport/bandwidth for Special Access Program (SAP) missions without having to compete with existing NIPRNet bandwidth. diff --git a/src/content/service-detail/base-it.md b/src/content/service-detail/base-it.md index 3c91877..d053aac 100644 --- a/src/content/service-detail/base-it.md +++ b/src/content/service-detail/base-it.md @@ -5,7 +5,6 @@ shortTitle: 'BITI' categories: - Networking & Connectivity - Local Connectivity / BAN - - Global Connectivity / WAN levels: - U - S @@ -16,19 +15,18 @@ updated: March 31 Base IT Infrastructure services are centrally managed to provide both wired and wireless WAN and BAN capabilities. -**Wired** +### Wired - All switches, critical and non-critical, to be replaced with improved technology. - Software Defined Networking (SDN) capable - Enhanced network security (802.1x, 2FA) - -**Wireless** +### Wireless - Replacement/addition of facility wireless and flight-line wireless. - Wi-Fi 6 capable - Citizens Broadband Radio Service (CBRS) capable (flight-line only) - Private/Public/5G LTE delivery (flight-line only) -**Centralized Management** +### Centralized Management - Deploy centralized management system for management of wireless, wired and deployment of security policies. - Enables future deployment of SDN and Zero Trust capabilities. - Enables single focal point for managed service component. diff --git a/src/content/service-detail/cloud-one.md b/src/content/service-detail/cloud-one.md index 3ddcdb4..499ed28 100644 --- a/src/content/service-detail/cloud-one.md +++ b/src/content/service-detail/cloud-one.md @@ -15,19 +15,19 @@ The ‘one-stop-shop’ for Air Force cloud computing, Cloud One provides cloud Visit the [Cloud One website](https://intelshare.intelink.gov/sites/AFCCE/Pages/Home.aspx) *(CAC required)*. -##### Secure Cloud Hosting Platform +### Secure Cloud Hosting Platform Cloud One delivers the secure cloud hosting platform from development to production that mission systems need to cost-efficiently deliver capability to the warfighter. Cloud One delivers that platform across multiple impact levels and clouds with inheritable controls and common services that enable DevSecOps and quick cloud adoption. -##### Cloud Onboarding +### Cloud Onboarding Cloud One engages with customers across a variety of mediums to ensure that mission owners have the information needed to effectively rationalize, plan, and budget for a cloud journey. -##### Migration as a Service +### Migration as a Service Cloud One provides the migration service to quickly and cost effectively transition workloads to commercial clouds. By providing the processes, expertise and contract, Cloud One delivers to mission owners the promise of cloud computing while avoiding common migration pitfalls. -##### Data Transport +### Data Transport Access to data is one of the driving factors for cloud adoption. Cloud One provides secure, performative data transport capabilities to access clouds, and then keeps data flowing between systems in the cloud(s) and on-premise. -### Benefits and Features +## Benefits and Features - **Common Computing Environment** – We provide the guardrails to the cloud in a standard manner so you can focus on your mission. - **Single, Federated, MFA Security Tier** – There is one login across all logins with one user that all management applications leverage, no secondary logins, and non-elevated machine accounts. Fully audited for all management activities. diff --git a/src/content/service-detail/core-rock.md b/src/content/service-detail/core-rock.md index ad25ae9..d24a6e4 100644 --- a/src/content/service-detail/core-rock.md +++ b/src/content/service-detail/core-rock.md @@ -17,7 +17,7 @@ CORE is a suite of multi-level web applications that provide file sharing and we DoD, USAF and industry partners can utilize the capability. -### Benefits & Features +## Benefits & Features - Increased communication with AF, DoD, and industry - Reduces human errors of data transfer @@ -34,7 +34,7 @@ DoD, USAF and industry partners can utilize the capability. - User SAP accesses pulled from JADE - Strips PII information for general users -### Requirements +## Requirements All necessary forms are provided by the Core Connections Team diff --git a/src/content/service-detail/d1scovery.md b/src/content/service-detail/d1scovery.md index a42d993..88c97b6 100644 --- a/src/content/service-detail/d1scovery.md +++ b/src/content/service-detail/d1scovery.md @@ -10,14 +10,14 @@ share: '../../images/share/ogimage-data_analysis.png' updated: March 31 --- -An enterprise Big Data Analytics platform hosted on Cloud One that provides advanced data analytics and data management tools up to IL-4. +An enterprise Big Data Analytics platform hosted on [Cloud One](/services/cloud-one/) that provides advanced data analytics and data management tools up to IL-4. D1scovery provides an operational environment for analytics-based solutions and gives users access to cutting-edge commercial business intelligence and advanced data analytics tools and environment on Microsoft’s Azure Government Cloud. -### Benefits & Features +## Benefits & Features -**Benefits** +### Benefits - Reduce cost and time needed to field Data Analytics Solutions with Data Lab sandbox to test analyses and draft solutions. - Publish vetted analytic solutions that can be shared with any CAC user via URL @@ -26,7 +26,7 @@ D1scovery provides an operational environment for analytics-based solutions and - Exploit the data analytics working environment and automated DevSecOps processes to deliver your proven solutions - Utilize a comprehensive knowledge portal and on-demand toolbox resources to reduce training and start-up time. -**Available Features** +### Available Features - Apache NiFi - Apache Spark diff --git a/src/content/service-detail/digital-engineering-platform.md b/src/content/service-detail/digital-engineering-platform.md index 0f0e449..a6f2bbf 100644 --- a/src/content/service-detail/digital-engineering-platform.md +++ b/src/content/service-detail/digital-engineering-platform.md @@ -18,7 +18,7 @@ The Department of Defense is transforming engineering practices to digital engin - The Digital Engineering Platform as a Service (DEPaas) effort is a virtual private cloud (VPC) that integrates digital engineering and collaboration tools into a common environment. -### Benefits & Features +## Benefits & Features - Cameo Requirements Modeler - Confluence diff --git a/src/content/service-detail/fences.md b/src/content/service-detail/fences.md index 6cabb10..b9ebe19 100644 --- a/src/content/service-detail/fences.md +++ b/src/content/service-detail/fences.md @@ -19,16 +19,16 @@ FENCES is the only SAP-compliant enterprise cloud solution for the DoD at indepe FENCES provides PL-2 workload templates for SAP customers that easily provide virtual desktops, DevSecOps, modeling & simulation, edge computing, and data backup capabilities. These workload templates are available across every security level to simplify development and migration of mission applications for SAP data. -### Benefits and Features +## Benefits and Features - IL5 to TS/SCI platform accredited for ALL DoD environments -- AWS Workspaces IL5 and TS/SAR for Modeling and Sim +- AWS Workspaces IL-5 and TS/SAR for Modeling and Sim - Parity in environments allows for replication to higher security levels -[PlatformOne DevSecOps](/services/platform-one/) pipeline integration and tools - Connectivity from CV2, JWICS, NPR, AppGate (Unclass) or with connection to Secure Web Services router (SWS) - Available managed services such as ACAS, McAfee, AD, WSUS, NTP - RMF inheritance over 35% with draft language to satisfy up to 80% of remaining controls -### Requirements +## Requirements - TS, SAP, or SAR Requirement - Compatible connection to FENCES - Clearances and approved facility for connection diff --git a/src/content/service-detail/icon.md b/src/content/service-detail/icon.md index f356375..d5c7a3e 100644 --- a/src/content/service-detail/icon.md +++ b/src/content/service-detail/icon.md @@ -12,12 +12,12 @@ levels: - TS - TS-SAR - TS-SCI -excerpt: 'ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to FENCES or Summit.' +excerpt: 'ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to FENCES or SEITaaS Summit.' share: '../../images/share/ogimage-networking_and_connectivity.png' updated: March 31 --- -ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to FENCES or Summit. It connects industry to DoD’s Enterprise SAP Services (SWS) and cloud environment by providing a standardized architecture, security, cyber and operations across industry through the ICON Reference Architecture. +ICON is a reference architecture for industry partners to build out their own PL-3 networks to connect to [FENCES](/services/fences/) or [SEITaaS Summit](/services/seitaas-summit/). It connects industry to DoD’s Enterprise SAP Services (SWS) and cloud environment by providing a standardized architecture, security, cyber and operations across industry through the ICON Reference Architecture. ICON addresses the following problems to allow programs to focus on the mission, not on IT: diff --git a/src/content/service-detail/mattermost.md b/src/content/service-detail/mattermost.md index 90dd5b0..3343f04 100644 --- a/src/content/service-detail/mattermost.md +++ b/src/content/service-detail/mattermost.md @@ -10,6 +10,6 @@ share: '../../images/share/ogimage-communications.png' updated: March 31 --- -Mattermost is an FOUO chat/messaging client developed by Platform One primarily to allow communication between developers on its platform without requiring CAC. Available for use by all of DoD. +Mattermost is an FOUO chat/messaging client developed by [Platform One](/services/platform-one/) primarily to allow communication between developers on its platform without requiring CAC. Available for use by all of DoD. DevOps teams use Mattermost to increase efficiency during critical moments – resolving incidents, provisioning infrastructure, merging code branches, or addressing urgent bugs. Mattermost unifies people, tools, systems data, and automation. \ No newline at end of file diff --git a/src/content/service-detail/misty-sierra.md b/src/content/service-detail/misty-sierra.md index 58579e3..cae3f5c 100644 --- a/src/content/service-detail/misty-sierra.md +++ b/src/content/service-detail/misty-sierra.md @@ -15,17 +15,17 @@ updated: April 1 Misty Sierra is a compartmented WAN that includes trusted MLS services, specifically providing an integrated PL-4 desktop environment with Automated Information System tools and functions. -### Benefits & Features +## Benefits & Features - PMO managed ATO; minimal burden to site cybersecurity - Can be installed at contractor sites -- ID Access Management automatically updated by JADE +- ID Access Management automatically updated by Javelin - Allows connections to existing PL-2, PL-3 and PL-4 systems via Trusted Gateways, High Assurance Controlled Interfaces and Trusted Domain Interfaces - Support to Windows Single Level LANs - Transport via JWICs, NIPR, SIPR or Commercial (transport agnostic) - Managed to the desktop by the Enterprise Management Center (EMC) -### Requirements +## Requirements ATC is required to connect an existing network to Misty Sierra and must be signed off by AO (SAF/AAZ). @@ -36,15 +36,15 @@ Required Documentation - SCIF/SAPF accreditation document - LAN ATO (if applicable) -### Supported Capabilities +## Supported Capabilities - Computing devices -- Voice/VoIP +- [Voice/VoIP](/services/sap-voice/) - Printing - Scanning - DVD burning - Javelin -- [CORE](/services/core) +- [CORE](/services/core/) - Braces - Hawkeye -- [FENCES](/services/fences) \ No newline at end of file +- [FENCES](/services/fences/) \ No newline at end of file diff --git a/src/content/service-detail/platform-one-cnap.md b/src/content/service-detail/platform-one-cnap.md index f3e50f7..a297574 100644 --- a/src/content/service-detail/platform-one-cnap.md +++ b/src/content/service-detail/platform-one-cnap.md @@ -16,7 +16,7 @@ The Cloud Native Acess Point is available on Cloud One to provide access to Deve CNAP brings a full Zero Trust tech stack enforcing device state, user RBAC, and Software Defined Perimeter / Networks based on Google BeyondCorp concepts and allows access to Cloud One (AWS GovCloud and soon Azure Government) and Platform One without a BCAP or IAP. CNAP allows thick client access from BYOD Government-owned devices (both mobile and desktop) through AppGate Zero Trust clients to enforce device states. -### Benefits & Features +## Benefits & Features - Allows for VDI options for zero / thin clients - Enables internet egress at IL2, IL4, IL5 in development enclaves diff --git a/src/content/service-detail/platform-one.md b/src/content/service-detail/platform-one.md index 0f0cfa7..feeecd0 100644 --- a/src/content/service-detail/platform-one.md +++ b/src/content/service-detail/platform-one.md @@ -16,7 +16,7 @@ Visit the [Platform One website](https://p1.dso.mil/#/). Platform One implements the DoD DevSecOps transformation with program offices under the technical direction and vision of the Air Force Chief Software Officer. Platform One is also the DoD CIO’s preferred DevSecOps service provider. -### Benefits & Features +## Benefits & Features - Build and deliver new and accredited custom software applications (microservices) - DoD Continuous Authority to Operate (cATO) (pay per app) diff --git a/src/content/service-detail/seitaas-isp.md b/src/content/service-detail/seitaas-isp.md deleted file mode 100644 index 4f13adf..0000000 --- a/src/content/service-detail/seitaas-isp.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -slug: '/services/seitaas-isp/' -title: 'SEITaaS Procured Internet Service Provider (ISP)' -shortTitle: 'SEITaaS ISP' -categories: - - Networking & Connectivity - - Global Connectivity / WAN -levels: - - S - - S-SAR - - S-SCI - - TS - - TS-SAR - - TS-SCI -excerpt: 'SEITaaS network transport will be provided by a catalogue of service providers including both government and commercial internet providers.' -share: '../../images/share/ogimage-networking_and_connectivity.png' -updated: March 31 ---- - -SEITaaS network transport will be provided by a catalogue of service providers including both government and commercial internet providers. - -During site surveys and end user requirements refinement the SEITaaS/Summit team will evaluate all available options for connectivity at a site and use the best available option to meet the user requirements. Options considered will include government provided transport (NIPR, COIN, DREN, etc.) or locally available commercial ISP. diff --git a/src/content/service-detail/seitaas-summit.md b/src/content/service-detail/seitaas-summit.md index 7bac10b..91af767 100644 --- a/src/content/service-detail/seitaas-summit.md +++ b/src/content/service-detail/seitaas-summit.md @@ -15,7 +15,8 @@ updated: March 23, 2021 at 2:51:35 PM EDT SEITaaS/Summit delivers End User Services, MLS applications, and NaaS to include data transport and endpoints. These capabilities are maintained centrally and down to the desktop. Users have the ability to select applications and new capabilities from a government service catalog or request new services to add to the government service catalog as needed. -### Benefits & Features + +## Benefits & Features - Modernize AF SAP IT enterprise services - Consolidate AF SAP IT systems and services @@ -26,4 +27,14 @@ SEITaaS/Summit delivers End User Services, MLS applications, and NaaS to include - Gather comprehensive "as a service" data - Reduce the overall cost of SAP IT services - Refine customer assessment and fielding processes -- Transfer the solution to follow on "as a service" vendor(s) \ No newline at end of file +- Transfer the solution to follow on "as a service" vendor(s) + +## Network Transport options + +SEITaaS network transport will be provided by a catalogue of service providers including both government and commercial internet providers. + +During site surveys and end user requirements refinement the SEITaaS Summit team will evaluate all available options for connectivity at a site and use the best available option to meet the user requirements. Options considered will include government provided transport (NIPR, [COIN](/services/afsen-coin/), DREN, etc.) or locally available commercial ISP. + +## Remote Connect capability + +SEITaaS Summit endpoints will be available to meet differing end-user needs. The network will offer thin client or zero client to users for a small form factor to support a network-agnostic solution. Additionally, Summit enterprise services, including MLS applications and cybersecurity services, will be made available to some user-maintained networks that will be designated as performer LANs. These LANs would be connected to and consume services from SEITaaS Summit until they can be transitioned over to SEITaaS Summit-managed endpoints. \ No newline at end of file diff --git a/src/content/service-detail/starbust.md b/src/content/service-detail/starbust.md index d76ae69..3cd5062 100644 --- a/src/content/service-detail/starbust.md +++ b/src/content/service-detail/starbust.md @@ -15,7 +15,7 @@ Starburst allows sites to communicate by using VoIP phones, email, file sharing, Starburst is an Air Force Special Access Program (SAP) network approved for TS//SCI processing. DoD, AF, and industry facilities can utilize the optional Starburst Remote Client (SRC) console to access Starburst. SRC is a fully accredited and deployable Starburst network node. A separately accredited information system may be used to connect to Starburst, if required. -### Benefits & Features +## Benefits & Features - Provides access to Starburst capabilities and services to sites where a high degree of operational readiness is not required. - Supports access to remote sites and users with different formal access approvals. @@ -28,15 +28,15 @@ Starburst is an Air Force Special Access Program (SAP) network approved for TS// - SAP TS/SCI level information sharing - Multi-level and compartmented communications -### Requirements +## Requirements - Approved Secure Facility - Approved 1067 or IT Network Request - Completed Requirements Questionnaire -### Supported Capabilities +## Supported Capabilities -- Email and file sharing functionality via Rock and SIC services -- Voice/VoIP -- Access to JADE personnel adjudication database +- Email and file sharing functionality via [CORE](/services/core/) and Hawkeye services +- [Voice/VoIP](/services/sap-voice/) +- Access to Javelin personnel adjudication database diff --git a/src/content/service-detail/victory.md b/src/content/service-detail/victory.md index 04a7ff4..0657e3d 100644 --- a/src/content/service-detail/victory.md +++ b/src/content/service-detail/victory.md @@ -6,10 +6,14 @@ categories: - Global Connectivity / WAN levels: - S-SAR + - TS + - TS-SAR - TS-SCI -excerpt: 'Victory is a Special Access Program (SAP), Microsoft Windows based, Wide Area Network hosted at Protection Level 3 (PL-3).' +excerpt: 'Victory is a Special Access Program (SAP), Microsoft Windows-based, Wide Area Network hosted at Protection Level 3 (PL-3).' share: '../../images/share/ogimage-networking_and_connectivity.png' updated: March 23, 2021 at 2:54:52 PM EDT --- -There are two distinct and separate systems with one at the S//SAR and the other at the TS//SAR//SCI level. The system is managed by the MSC and all hardware (desktop, switches, routers, servers, etc) are under a strict configuration management policy centrally implemented and enforced. +Victory is a Special Access Program (SAP), Microsoft Windows-based, Wide Area Network hosted at Protection Level 3 (PL-3). + +There are three distinct and separate systems with one at the S//SAR and the other at the TS//SAR//SCI level. The system is managed by the MSC and all hardware (desktop, switches, routers, servers, etc) are under a strict configuration management policy centrally implemented and enforced. diff --git a/src/content/solutions/biti.md b/src/content/solutions/biti.md index 1ca16c6..55dd60c 100644 --- a/src/content/solutions/biti.md +++ b/src/content/solutions/biti.md @@ -11,5 +11,5 @@ nonShoppable: - DPR - HNP-IT -index: 2 +index: 1 --- \ No newline at end of file diff --git a/src/content/solutions/digital-trinity.md b/src/content/solutions/digital-trinity.md index ccdd607..155abd3 100644 --- a/src/content/solutions/digital-trinity.md +++ b/src/content/solutions/digital-trinity.md @@ -7,9 +7,9 @@ categories: - Software Development & DevSecOps - Digital Engineering shoppable: - - DE Platform - - Platform One - Cloud One - FENCES + - Platform One + - DE Platform index: 0 --- \ No newline at end of file diff --git a/src/content/solutions/seitaas.md b/src/content/solutions/seitaas.md deleted file mode 100644 index 79daf69..0000000 --- a/src/content/solutions/seitaas.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -slug: '/solutions/seitaas/' -title: SEITaaS -useCase: Stand up PL-4 data transport, endpoints, and enterprise software for SAP workloads -categories: - - Networking & Connectivity - - Communications -shoppable: - - SEITaaS Summit - - SEITaaS ISP - - SAP Voice - - AF7 - - SEITaaS Remote Connect -index: 1 ---- \ No newline at end of file -- GitLab