UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
67ebec5d
Commit
67ebec5d
authored
2 years ago
by
Deven Phillips
Committed by
Michelle Tran
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
BULL-2054
parent
91c12951
No related branches found
Branches containing commit
No related tags found
1 merge request
!233
BULL-2054
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+1
-0
1 addition, 0 deletions
package-lock.json
src/views/CNAP.vue
+86
-106
86 additions, 106 deletions
src/views/CNAP.vue
with
87 additions
and
106 deletions
package-lock.json
+
1
−
0
View file @
67ebec5d
...
...
@@ -8879,6 +8879,7 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
"integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
"deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
"dev": true,
"dependencies": {
"browser-process-hrtime": "^1.0.0"
...
...
This diff is collapsed.
Click to expand it.
src/views/CNAP.vue
+
86
−
106
View file @
67ebec5d
...
...
@@ -6,116 +6,75 @@
</
template
>
</PageHeader>
<!-- Mobile View for Zero Trust section -->
<v-container
v-if=
"$vuetify.breakpoint.smAndDown"
class=
"mb-5 mw-md-80"
>
<v-container
class=
"future-container"
>
<h2
class=
"mb-8"
>
The future is zero trust
</h2>
<v-row
class=
"px-md-15"
>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid mt-2 mb-3"
src=
"@/assets/images/CyberSecurity/CS_Dependencies_Icon.webp"
alt=
"DependenciesIcon"
/>
<h4>
What is CNAP
</h4>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
The Cloud Native Access Portal is a Secure Access Service Edge
(SASE) cloud-based enterprise security framework with a Zero Trust
Architecture core providing eased access to AWS GovCloud resources
(IL 2/4/5) for the DoD from both on and off NIPR.
</p>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid mt-md-2 mb-3"
src=
"@/assets/images/CyberSecurity/CS_Warning_Icon.webp"
alt=
"WarningIcon"
/>
<h4
class=
"pa-md-0"
>
Device compliance
</h4>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
Network devices are not to be trusted by default, rather each
connected device is checked for identity and integrity then aligned
against a managed set of policies (or access denied outright) before
allowing encrypted access to intended mission applications.
</p>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid mt-md-2 mb-3"
src=
"@/assets/images/CyberSecurity/CS_Innovation_Icon.webp"
alt=
"DependenciesIcon"
/>
<h4
class=
"pa-md-0"
>
Software Defined Perimeter
</h4>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
A Software Defined Perimeter (SDP) is based on a need-to-know model,
in which device posture and identity are verified before access to
application infrastructure is granted effectively leaving
application infrastructure undetectable.
</p>
</v-col>
</v-row>
</v-container>
<!-- Desktop view for Zero Trust section -->
<v-container
v-if=
"$vuetify.breakpoint.mdAndUp"
class=
"mb-5 mw-md-80"
>
<h2
class=
"mb-8"
>
The future is zero trust
</h2>
<v-row
class=
"px-md-4 mb-n8"
>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Dependencies_Icon.webp"
alt=
"DependenciesIcon"
/>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Warning_Icon.webp"
alt=
"WarningIcon"
/>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Innovation_Icon.webp"
alt=
"DependenciesIcon"
/>
</v-col>
</v-row>
<v-row
class=
"px-md-4 mb-n8"
>
<v-col
class=
"col-12 col-md-4"
>
<h4>
What is CNAP
</h4>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<h4
class=
"pa-md-0"
>
Device compliance
</h4>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<h4
class=
"pa-md-0"
>
Software Defined Perimeter
</h4>
</v-col>
</v-row>
<v-row
class=
"px-md-4 mb-n8"
>
<v-row>
<v-col
class=
"col-12 col-md-4"
>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
The Cloud Native Access Portal is a Secure Access Service Edge
(SASE) cloud-based enterprise security framework with a Zero Trust
Architecture core providing eased access to AWS GovCloud resources
(IL 2/4/5) for the DoD from both on and off NIPR.
</p>
<v-card
flat
color=
"transparent"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Dependencies_Icon.webp"
alt=
"DependenciesIcon"
/>
<v-card-text
class=
"mh-md-80"
>
<h4
class=
"mh-md-25 d-flex align-center justify-center future-subheader"
>
What is CNAP
</h4>
<p
class=
"future-text px-sm-11 px-md-0"
>
The Cloud Native Access Portal is a Secure Access Service Edge
(SASE) cloud-based enterprise security framework with a Zero
Trust Architecture core providing eased access to AWS GovCloud
resources (IL 2/4/5) for the DoD from both on and off NIPR.
</p>
</v-card-text>
</v-card>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
Network devices are not to be trusted by default, rather each
connected device is checked for identity and integrity then aligned
against a managed set of policies (or access denied outright) before
allowing encrypted access to intended mission applications.
</p>
<v-card
flat
color=
"transparent"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Warning_Icon.webp"
alt=
"WarningIcon"
/>
<v-card-text
class=
"mh-md-80"
>
<h4
class=
"mh-md-25 pb-md-3 pb-lg-0 d-flex align-center justify-center future-subheader"
>
Device compliance
</h4>
<p
class=
"future-text px-sm-11 px-md-0"
>
Network devices are not to be trusted by default, rather each
connected device is checked for identity and integrity then
aligned against a managed set of policies (or access denied
outright) before allowing encrypted access to intended mission
applications.
</p>
</v-card-text>
</v-card>
</v-col>
<v-col
class=
"col-12 col-md-4"
>
<p
class=
"pa-4 pa-md-0 pb-0 pb-md-8"
>
A Software Defined Perimeter (SDP) is based on a need-to-know model,
in which device posture and identity are verified before access to
application infrastructure is granted effectively leaving
application infrastructure undetectable.
</p>
<v-card
flat
color=
"transparent"
>
<img
class=
"img-fluid"
src=
"@/assets/images/CyberSecurity/CS_Innovation_Icon.webp"
alt=
"DependenciesIcon"
/>
<v-card-text
class=
"mh-md-80"
>
<h4
class=
"perimeter-header mh-md-25 pb-lg-0 d-flex align-center justify-center future-subheader"
>
Software Defined Perimeter
</h4>
<p
class=
"future-text px-sm-11 px-md-0"
>
A Software Defined Perimeter (SDP) is based on a need-to-know
model, in which device posture and identity are verified before
access to application infrastructure is granted effectively
leaving application infrastructure undetectable.
</p>
</v-card-text>
</v-card>
</v-col>
</v-row>
</v-container>
...
...
@@ -519,8 +478,29 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.img-text
{
font-size
:
14px
;
.future-subheader
{
max-height
:
30px
;
}
.future-text
{
color
:
$text-color
;
}
.future-container
{
@include
md-up
{
max-width
:
80%
;
}
h4
{
height
:
46px
;
margin-top
:
8px
;
}
}
.perimeter-header
{
@media
screen
and
(
min-width
:
960px
)
{
padding-bottom
:
35px
;
}
@media
screen
and
(
min-width
:
1119px
)
{
padding-bottom
:
12px
;
}
}
.mw-md-80
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment