Skip to content

Commit

Permalink
Alert: DGRSC is for testing only; PIA/STRA needed for actual access
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng-bc committed Apr 9, 2024
1 parent 219c0a0 commit 77950e5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/frontend/src/views/CDOGS.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
<template>
<v-container class="secure">
<v-alert
class="mt-5 mb-5 pl-7 alert"
type="warning"
icon="mdi-alert"
border="left"
color="#d9a300"
colored-border
outlined
dismissible
>
<p class="text-h6 mb-2">This website is to be used only for test purposes</p>
<p class="mb-1">
This is a demonstration tool meant to be used with test data.
Do not use it to create documents with sensitive information.
</p>
<p class="mb-1">
For that, you will call the CDOGS API from within your own application (using your own service account) and
complete a <strong>Privacy Impact Assessment (PIA)</strong> and <strong>Threat and Risk Assessment (STRA)</strong>.
</p>
</v-alert>
<Authenticated>
<h1 class="text-center">
Common Document Generation Service (v2)
Expand Down Expand Up @@ -34,3 +54,12 @@ export default {
}
};
</script>

<!-- Vuetify uses !important internally, so we have to override them the same way as well -->
<style lang="scss" scoped>
.alert {
color: #6c4a00 !important;
border-color: #faebcc !important;
background-color: #f9f1c6 !important;
}
</style>

0 comments on commit 77950e5

Please sign in to comment.