Skip to content

Crashedmind/PlantUML-opensecurityarchitecture-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML-opensecurityarchitecture-icons

icons from opensecurityarchitecture.org for use with PlantUML:

  1. here to share
  2. original icons in png format from Open Security Architecture http://www.opensecurityarchitecture.org/cms/library/icon-library

Open Security Architecture (OSA) is an excellent resource for security architects providing a catalog of controls, patterns, and requirements from numerous standards, governance frameworks, legislation and regulations. See "why have OSA?".

Resources include a security architecture icon library available under a "Creative Commons share-alike license".

Wouldn't it be great if this icon set was available for PlantUML so I, and other architects, could use it with our PlantUML diagrams....

Converting the icon set to PlantUML Sprites

  1. Download the security architecture icons and extract them into a directory e.g. "osaicons".
  2. Configure and/or add styles to the puml.ini configuration file, or create your own
  3. Run the puml.py script against your downloaded <ICONS_DIR> using your custom config

Pre-Requisites

  1. Python 3

Commands


# Get OSA icons
mkdir ./OpenSecIcons/
mkdir ./OpenSecIcons/icons/
cd ./OpenSecIcons/icons/
wget http://www.opensecurityarchitecture.org/downloads/13_05_osa_icons_png.zip
unzip ./13_05_osa_icons_png.zip

# Get png to PlantUML conversion script
git clone git@github.com:milo-minderbinder/AWS-PlantUML.git
cd AWS-PlantUML

# Create PlantUML sprites from OSA png icons
python3 puml.py -c ./puml.ini ../OpenSecIcons/icons/ #icons output to ./dist/osa/

The content of ./dist/osa/ was uploaded to https://github.com/Crashedmind/PlantUML-opensecurityarchitecture-icons/tree/master/OSA-Plantuml-Icons/

Example PlantUML Code and Diagram using these PlantUML icons

All icons

About

icons from opensecurityarchitecture.org for use with PlantUML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published