Vault – is a plugin for project management system Redmine.
Allows you to store various passwords / keys in one place for the project.
Allows you to store various passwords / keys in one place for the project.
- Compatibility:
- Redmine: 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*, 3.1.*
- Database: SQLite, MySQL, PostgreSQL
- OS: Linux, OS X, Windows
- Browsers: Chrome, Safari, Internet Explorer, Firefox
- Languages: China, Dutch, English, Italian, Russian, German, Portugal, Brazil
- Capability:
- Storage of keys for each project
- Separation of access rights by role in the project
- Separation by user access rights (whitelist)
- Encryption keys (Vault,Redmine)
- Print a list of keys in PDF
- Adding keys
- Delete keys
- Edit keys
- View the keys
- Saving the key to the clipboard
- Search by Name, URL, Tag
- Key tags
- Auto-complete: Tags
- Context Menu
- Creating/restoring from backup
Vault 0.4.1 for Redmine 4.1.*/4.0.*/3.4.*/3.3.*/3.2.*/3.1.*
# cd redmine/plugins
# git clone https://github.com/noshutdown-ru/vault
# cd ../
# bundle install --without development test
# rake redmine:plugins:migrate RAILS_ENV=production
After installing a plugin, open the settings http://*/settings/plugin/vault
and enter encryption key in the Encryption key field. Or use encryption Redmine Encryption,
to do this, add the encryption key to a file config/configuration.yml, for example
database_cipher_key: HediddAwkAbCunnoashtAlEcBuobdids and check the box on the
Use Redmine Encryption.
and enter encryption key in the Encryption key field. Or use encryption Redmine Encryption,
to do this, add the encryption key to a file config/configuration.yml, for example
database_cipher_key: HediddAwkAbCunnoashtAlEcBuobdids and check the box on the
Use Redmine Encryption.
For create backup from console use:
bundle exec rake redmine:plugins:vault:backup in redmine root.
Backup must be created in /tmp.
bundle exec rake redmine:plugins:vault:backup in redmine root.
Backup must be created in /tmp.
If you are upgrading Vault do not forget to run the following command:
rake redmine:plugins:assets
rake redmine:plugins:assets
When set to Redmine 3.* add
Rails.application.config.assets.precompile += %w( zeroclipboard.js )
to config/initializers/assets.rb and restart your server.
Rails.application.config.assets.precompile += %w( zeroclipboard.js )
to config/initializers/assets.rb and restart your server.
- Version: 0.4.1 (04.01.2020)
- Improvement: Redmine 4.1 compatibility.
- Improvement: Added CHANGELOG.md
- Version: 0.4.0 (22.12.2019)
- New feature: Get keys from project by api call. http –json GET http://redmine.server/projects/test1/keys.json key=…
- Improvement:Added validation of encryption key length
- Improvement:Updated Portuguese – Brazil translation
- Improvement:Add Japanese translation
- Improvement:Add French translation
- Improvement:Import from backup update existing keys by name instead of create new ones
- Improvement:Whitelists support groups
- Bugfix:Export keys not working on Windows
- Bugfix:Error in redmine subdir icons display
- Version: 0.3.11 (10.02.2019)
- Improved: Support Redmine 4.0.*
- Fixed bug: Menu admin no Icon
- Version: 0.3.10 (10.12.2018)
- New translation: Spanish
- Fixed bug: Whitelist cannot be modifyed
- Fixed bug: Redmine encryption, password cannot be longer 32 characters
- Version: 0.3.9 (23.05.2018)
- Fixed bug: Incompatible character encodings
- Version: 0.3.8 (21.05.2018)
- New translation: German
- New translation: Portugal
- New translation: Brazilian Portuguese
- Fixed bug: Double icon
- Fixed bug: Copy to clipboard
- Version: 0.3.7 (20.02.2018)
- Fixed bug: Search not working.
- Version: 0.3.6 (13.02.2018)
- Fixed bug: Undefined method ‘offset’.
- Version: 0.3.5 (06.02.2018)
- Fixed bug: White lists not block user by direct link.
- Version: 0.3.4 (17.01.2018)
- Fixed bug: Error on searching by Name/URL (PostgreSQL)
- Fixed bug: Right click no url (Redmine 3.4)
- Version: 0.3.3 (19.10.2017)
- Fixed Chinese translation
- Version: 0.3.2 (17.09.2017)
- Added support Redmine 3.4
- Added languages supports: China, Dutch, Italian
- Added copy by click on the fields: url, login
- Fixed error uploading small files
- Version: 0.3.1 (11.12.2016)
- Bug fix: edit whitelists
- Version: 0.3.0 (07.12.2016)
- Added separation of access rights for users (whitelist)
- Supports Redmine 3.3
- Supports PostgreSQL
- Added context menu to the list of keys
- Improved mechanism for creating backups: added tags
- http/https url open in new tabs
- Supports Redmine 2.6 terminated
- Version: 0.2.0 (08.07/2016)
- Added ability to search by Name, URL, Tag
- Added auto-complete for tags
- Added functionality of creating backup copies of keys (no tags)
- Supports Redmine 3.2
- Version: 0.1.2 (27.02.2016)
- Added the ability to attach any file
- Added the ability to copy to the clipboard, each key field
- Improved user interface display tags
- Improved key list display interface
- Fixed an issue when you add a key file
- Version: 0.1.0 (18.01.2016)
- Bug fix
- Update versioning
- Version: 0.0.6 (31.12.2015)
- Added the ability to specify a tag to the keys
- Added preview mode key card (without editing)
- Added the ability to encrypt through redmine (database_cipher_key)
- Code refactoring
- Version: 0.0.5 (01.11.2015)
- Updated field at the keys: name, URL, User Name, Password, Comment.
- Added pagination
- Added ability to sort the keys by name
- Added a more flexible system of separation of access rights by role
- Added the ability to clone a key (it helps to create the same type of keys)
- Added ability to print a list of passwords to PDF
- Version: 0.0.4 (01.10.2015)
- Update Design
- Adding ssh keys file
- Separation of access by role
- Compatible with Redmine 2.6
- Version: 0.0.3 (02.09.2015)
- Compatible with Ruby 1.9.1
- Version: 0.0.2 (01.09.2015)
- Delete keys
- Encryption keys
- Version: 0.0.1 (20.08.2015)
- Compatibility (Tested)
- Redmine: 3.1.0.stable
- Ruby: 2.2.2-p95,2.0.0-p598
- Rails: 4.2.3
- Database: SQLite, MySQL
- OS: Linux, OS X, Windows
- Browsers: Chrome, Safari, Internet Explorer, Firefox
- Capability
- Storage of keys for each project
- Search keys
- Adding keys
- Edit keys
- Saving the key to the clipboard
- Compatibility (Tested)