Skip to content

huffmanca/tomcat-vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault for Apache Tomcat

Tomcat-vault is a PicketLink vault extension for Apache Tomcat. It allows you to "hide" paswords from Tomcat configuration files.

How to use it ?

Refer to the INSTALL file for installation and usage instructions.

How does it work ?

At start up, the Tomcat digester module parses configuration files and triggers a PropertySource implementation when finding a ${parameter}.

The PropertySource implementation then replaces the ${parameter} with the value of the corresponding attribut in the vault keystore.

Links

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

About

pink link vault extention for tomcat.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Shell 1.8%
  • Batchfile 1.3%