Petr Jediný | dd6387a | 2017-08-01 15:50:17 +0200 | [diff] [blame^] | 1 | |
| 2 | ================================== |
| 3 | barbican formula |
| 4 | ================================== |
| 5 | |
| 6 | Barbican is a REST API designed for the secure storage, provisioning and |
| 7 | management of secrets such as passwords, encryption keys and X.509 Certificates. |
| 8 | It is aimed at being useful for all environments, including large ephemeral |
| 9 | Clouds. |
| 10 | |
| 11 | Sample pillars |
| 12 | ============== |
| 13 | |
| 14 | Single barbican service |
| 15 | |
| 16 | .. code-block:: yaml |
| 17 | |
| 18 | barbican: |
| 19 | server: |
| 20 | enabled: true |
| 21 | version: ocata |
| 22 | |
| 23 | Documentation and Bugs |
| 24 | ====================== |
| 25 | |
| 26 | To learn how to install and update salt-formulas, consult the documentation |
| 27 | available online at: |
| 28 | |
| 29 | http://salt-formulas.readthedocs.io/ |
| 30 | |
| 31 | In the unfortunate event that bugs are discovered, they should be reported to |
| 32 | the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| 33 | formula: |
| 34 | |
| 35 | https://github.com/salt-formulas/salt-formula-barbican/issues |
| 36 | |
| 37 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 38 | use Launchpad salt-formulas project: |
| 39 | |
| 40 | https://launchpad.net/salt-formulas |
| 41 | |
| 42 | Developers wishing to work on the salt-formulas projects should always base |
| 43 | their work on master branch and submit pull request against specific formula. |
| 44 | |
| 45 | You should also subscribe to mailing list (salt-formulas@freelists.org): |
| 46 | |
| 47 | https://www.freelists.org/list/salt-formulas |
| 48 | |
| 49 | Any questions or feedback is always welcome so feel free to join our IRC |
| 50 | channel: |
| 51 | |
| 52 | #salt-formulas @ irc.freenode.net |
| 53 | |
| 54 | Read more |
| 55 | ========= |
| 56 | |
| 57 | * https://docs.openstack.org/barbican/latest/ |