hfye / tomcat-vault

pink link vault extention for tomcat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault for Apache Tomcat

Tomcat-vault is a PicketLink vault extension for Apache Tomcat. It allows you to place sensitive information, such as passwords, inside of a vault instead of the Tomcat configuration files.

Installation

See the INSTALL file for instructions on installation and usage.

How it works

At start up, the Tomcat digester module parses configuration files and references the vault keystore when a ${parameter} is found within a Tomcat configuration file. If the ${parameter} is found within the vault, then the ${parameter} is replaced with the value of the corresponding attribute.

Links

Tomcat System Properties : https://tomcat.apache.org/tomcat-9.0-doc/config/systemprops.html

About

pink link vault extention for tomcat.

License:Apache License 2.0


Languages

Language:Java 97.1%Language:Shell 1.7%Language:Batchfile 1.2%