Skip to content

Commit

Permalink
Merge pull request #117 from MarkVanAcker/change-default-tlp
Browse files Browse the repository at this point in the history
Updates TLP:WHITE to TLP:CLEAR
  • Loading branch information
cccs-rs committed Mar 26, 2024
2 parents bbba442 + 8011384 commit cf72c18
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/installation/classification_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Here is an exhaustive configuration file of the classification engine that expla
- UNRESTRICTED
- UNCLASSIFIED
- U

- TLP:W
- TLP:WHITE
# Stylesheet applied in the UI for the current classification level
css:
# Name of the color scheme used for display
Expand All @@ -59,17 +60,17 @@ Here is an exhaustive configuration file of the classification engine that expla

# Description of the classification level
description:
Subject to standard copyright rules, TLP:WHITE information may be distributed
Subject to standard copyright rules, TLP:CLEAR information may be distributed
without restriction.

# Integer value of the Classification level (higher is more classified)
lvl: 100

# Long name of the classification level
name: TLP:WHITE
name: TLP:CLEAR

# Short name of the classification level
short_name: TLP:W
short_name: TLP:C
- aliases: []
css:
color: success
Expand Down Expand Up @@ -176,7 +177,7 @@ Here is an exhaustive configuration file of the classification engine that expla
# Default unrestricted classification:
# When no classification is provided or the classification engine is
# disabled, this is the classification value each item will get
unrestricted: TLP:W
unrestricted: TLP:C
```

# Enabling it in your system
Expand All @@ -199,14 +200,16 @@ In your deployment directory, create a file named `objects.yaml` with the follow
- aliases:
- UNRESTRICTED
- U
- TLP:W
- TLP:WHITE
css:
color: default
description:
Subject to standard copyright rules, TLP:WHITE information may be
Subject to standard copyright rules, TLP:CLEAR information may be
distributed without restriction.
lvl: 100
name: TLP:WHITE
short_name: TLP:W
name: TLP:CLEAR
short_name: TLP:C
- aliases: []
css:
color: success
Expand Down Expand Up @@ -237,7 +240,7 @@ In your deployment directory, create a file named `objects.yaml` with the follow
subgroups: []

restricted: TLP:A
unrestricted: TLP:W
unrestricted: TLP:C
```

Use kubectl to apply the `objects.yaml` file to your system:
Expand Down

0 comments on commit cf72c18

Please sign in to comment.