UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ebbbbfde authored by daniel.cushman's avatar daniel.cushman
Browse files

Merge branch 'BULL-620' into 'master'

Bull 620

See merge request platform-one/private/bullhorn/platform1-site!229
parents b118fc28 b0ddf6c7
No related branches found
Tags v0.5.56
No related merge requests found
......@@ -41,7 +41,7 @@ export default {
(breadcrumbArray, path) => {
currentPath += "/" + path;
if (routeMap[currentPath]) {
if (routeMap[currentPath] && path !== "products") {
breadcrumbArray.push({
path: currentPath,
href: `#${currentPath}`,
......
......@@ -52,9 +52,9 @@
<router-link to="/">
<h4 class="px-0 mb-3 mt-1">HOME</h4>
</router-link>
<router-link to="/products">
<!-- <router-link to="/products">
Products
</router-link>
</router-link> -->
<router-link to="/services">
Services
</router-link>
......
......@@ -12,9 +12,9 @@
<router-link class="nav-item" to="/" exact>
HOME
</router-link>
<router-link class="nav-item" to="/products">
<!-- <router-link class="nav-item" to="/products">
PRODUCTS
</router-link>
</router-link> -->
<router-link class="nav-item" to="/services">
SERVICES
</router-link>
......
......@@ -23,7 +23,7 @@ const routes = [
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () =>
import(/* webpackChunkName: "services" */ "@/views/Products.vue"),
import(/* webpackChunkName: "services" */ "@/views/Home.vue"),
meta: {
title: "Platform One | Products",
bodyClass: "products-page",
......
......@@ -159,7 +159,7 @@
</div>
<div class="col-md-6 col-lg-4 card-container-bottom">
<ResidencyIcon class="logo" />
<h4>BIG BANG RESIDENCY</h4>
<h4>BIG BANG ENGINEER COHORT</h4>
<div class="text">
A multi-week course targeted toward engineers wanting hands-on
experience deploying Big Bang in our sandbox environment.
......@@ -169,7 +169,7 @@
</div>
<div class="row justify-center">
<router-link class="mt-4" to="/products/big-bang/onboarding">
Learn more about our Workshop and Residency
Learn more about our Workshop and Engineer Cohort
</router-link>
</div>
</div>
......
<template>
<!-- <template>
<div class="products">
<PageHeader title="Platform One Products" />
<ProductsSummary />
......@@ -18,4 +18,4 @@ export default {
};
</script>
<style lang="scss"></style>
<style lang="scss"></style> -->
......@@ -146,10 +146,10 @@
</div>
</div>
</v-container>
<ServicesSummary ignoreCNAP />
<!-- <ServicesSummary ignoreCNAP />
<v-btn class="mt-3" color="primary" href="/#/products" target="_blank"
>Learn More About P1 Products</v-btn
>
> -->
</v-container>
<v-container class="px-md-16 mt-16" fluid>
......@@ -368,7 +368,7 @@
</template>
<script>
import PageHeader from "@/components/PageHeader";
import ServicesSummary from "@/components/ServicesSummary";
//import ServicesSummary from "@/components/ServicesSummary";
import Wave from "@/components/Wave";
import DownloadButton from "@/components/Base/DownloadButton";
......@@ -377,7 +377,7 @@ export default {
components: {
PageHeader,
Wave,
ServicesSummary,
//ServicesSummary,
DownloadButton,
},
methods: {},
......
......@@ -63,6 +63,30 @@
</ul>
</div>
</div>
<div class="col-lg-5">
<h4>Cloud Native DNS</h4>
<div class="pl-4 pr-16">
<ul>
<li>
Platform one deploys a CNCF-graduated authoritative DNS server
to provide a highly available, secure central way to manage DNS
for dso.mil. This solution centralized DNS management for the
organization and allowed us to execute DNS updates in minutes
vs. weeks (for IL5)
</li>
<li>
Cloud-native, agnostic and elastic DNS capability with .MIL and
non .MIL capabilities
</li>
<li>
Fully managed by configuration as code and Git mergers
</li>
<li>
Runs on Kubernetes using coreDNS.
</li>
</ul>
</div>
</div>
</div>
<div class="row">
......@@ -133,6 +157,33 @@
</ul>
</div>
</div>
<div class="col lg-6">
<h4>Identity Management/SSO/PKI</h4>
<ul>
<li>
Brings Single Sign On with various DoD PKI options and MFA
options.
</li>
<li>
Brings Person Entity (PE) and Non Person Entity (NPE) x509
certificate based authentication
</li>
<li>Connects to existing AF, DoD and DIB PKI capabilities</li>
<li>
Provide secure and cloud native, agnostic and elastic capability
</li>
<li>
Leverages VAULT capability and provides automated certificate
generation, Kubernetes native and allows for automated certificate
rotation
</li>
<li>
Can be used for code signing, container signing and NPE/PE
authentication
</li>
<li>Centralizes/Aggregates logs and pushes to CSSP and vSO</li>
</ul>
</div>
</div>
<div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment