Jump to: navigation, search

Difference between revisions of "Barbican"

m (category keymgmt)
(Discussions / Etherpads)
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Barbican is a ReST API designed for the secure storage, provisioning and management of secrets. It is aimed at being useful for all environments, including large ephemeral Clouds. All documentation and work can be found on either Launchpad or Github at the following locations:
+
Barbican is a REST API designed for the secure storage, provisioning and management of secrets such as passwords, encryption keys and X.509 Certificates. It is aimed at being useful for all environments, including large ephemeral Clouds. Documentation and Code can be found at the following locations:
  
* [https://github.com/openstack/barbican Source Code]
+
* [http://docs.openstack.org/developer/barbican API and Development Documentation]
 +
* [http://git.openstack.org/cgit/openstack/barbican/ Source Code]
 
* [https://launchpad.net/barbican Launchpad]
 
* [https://launchpad.net/barbican Launchpad]
* [https://github.com/cloudkeep/barbican/wiki Wiki]
+
* Deprecated Documentation (pre-OpenStack) [https://github.com/cloudkeep/barbican/wiki Wiki]
* [https://github.com/cloudkeep/barbican/wiki/Gerrit-Review-Process Contributing]
+
* [http://docs.openstack.org/developer/barbican/contribute/getting_involved.html Contributing]
  
 
== Core Team ==
 
== Core Team ==
Line 11: Line 12:
 
* Ade Lee (alee)
 
* Ade Lee (alee)
 
* Chad Lung (chadlung)
 
* Chad Lung (chadlung)
* Donald Stufft (dstufft)
+
* Dave McCowan (dave-mccowan)
* Jarret Raim (jraim)
+
* Fernando Diaz (diazjf)
* John Vrbanac (jvrbanac)
 
 
* John Wood (woodster)
 
* John Wood (woodster)
 
* Juan Antonio Osorio Robles (jaosorior)
 
* Juan Antonio Osorio Robles (jaosorior)
 +
* Kaitlin Farr (kfarr)
 
* Nathan Reller (rellerreller)
 
* Nathan Reller (rellerreller)
* Paul Kehrer (reaperhulk)
 
 
* Steve Heyman (hockeynut)
 
* Steve Heyman (hockeynut)
* Steven Gonzales (codekobe)
 
  
 
== Resources ==
 
== Resources ==
Line 29: Line 28:
 
|  IRC  
 
|  IRC  
 
| #openstack-barbican on Freenode
 
| #openstack-barbican on Freenode
 +
|-
 +
| Mailing List
 +
| [http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev OpenStack dev] list, prefix with [barbican]
 
|-
 
|-
 
|  Milestones   
 
|  Milestones   
Line 35: Line 37:
 
|  Integration   
 
|  Integration   
 
| [[Barbican/Integration]]  
 
| [[Barbican/Integration]]  
|-
 
| Planning
 
| http://git.openstack.org/cgit/openstack/barbican-specs
 
|-
 
| Mailing List
 
| [http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev OpenStack dev] list, prefix with [barbican]
 
 
|-
 
|-
 
|  Bug tracker   
 
|  Bug tracker   
Line 47: Line 43:
 
| Blueprints
 
| Blueprints
 
| [[Barbican/Blueprints]]
 
| [[Barbican/Blueprints]]
 +
|-
 +
|  Specs
 +
| http://git.openstack.org/cgit/openstack/barbican-specs
 
|}
 
|}
 +
 +
== Getting Started ==
 +
 +
* [https://github.com/cloudkeep/barbican/wiki/Barbican-Getting-Started-Guide Getting Started]
 +
* [https://wiki.openstack.org/wiki/BarbicanDevStack Running Barbican via DevStack]
 +
* [https://github.com/cloudkeep-ops/barbican-vagrant-zero/blob/master/README.md Setting up a local Barbican Cluster using Vagrant]
 +
* [https://wiki.openstack.org/wiki/Barbican/Barbican-IDE-Debugging Barbican debugging with IDE]
 +
 +
== Contributing ==
 +
 +
A good place to start is by reading at the [[How_To_Contribute]] to OpenStack page.  For information on contributing to Barbican specifically see the [http://docs.openstack.org/developer/barbican/contribute/getting_involved.html Getting Involved] page in the developer documentation.
  
 
== Discussions / Etherpads ==
 
== Discussions / Etherpads ==
 +
* [[Barbican/Liberty]]
 
* [[Barbican/Kilo]]
 
* [[Barbican/Kilo]]
 
* [https://etherpad.openstack.org/p/barbican-juno-meetup Barbican Juno Midcycle Meetup]
 
* [https://etherpad.openstack.org/p/barbican-juno-meetup Barbican Juno Midcycle Meetup]
Line 60: Line 71:
 
* [[Barbican/Certmonger]]
 
* [[Barbican/Certmonger]]
 
* [[Barbican/Discussion-Plugin-Design]]
 
* [[Barbican/Discussion-Plugin-Design]]
 
+
* [[Barbican/Discussion-Federated-Barbican]]
== Getting Started ==
+
* [[Barbican/v2]]
 
 
* [https://github.com/cloudkeep/barbican/wiki/Barbican-Getting-Started-Guide Getting Started]
 
* [https://wiki.openstack.org/wiki/BarbicanDevStack Running Barbican via DevStack]
 
* [https://github.com/cloudkeep-ops/barbican-vagrant-zero/blob/master/README.md Setting up a local Barbican Cluster using Vagrant]
 
* [https://wiki.openstack.org/wiki/Barbican/Barbican-IDE-Debugging Barbican debugging with IDE]
 
  
 
== Automation Details ==
 
== Automation Details ==
Line 74: Line 80:
 
== Technical Details ==
 
== Technical Details ==
  
* [https://github.com/cloudkeep/barbican/wiki/Application-Programming-Interface API Documentation]
+
* [http://docs.openstack.org/developer/barbican/api/index.html API Documentation]
 
* [https://github.com/cloudkeep/barbican/wiki/Architecture Architecture]
 
* [https://github.com/cloudkeep/barbican/wiki/Architecture Architecture]
  

Revision as of 19:34, 15 August 2016

Barbican is a REST API designed for the secure storage, provisioning and management of secrets such as passwords, encryption keys and X.509 Certificates. It is aimed at being useful for all environments, including large ephemeral Clouds. Documentation and Code can be found at the following locations:

Core Team

  • [PTL] Douglas Mendizábal (redrobot)
  • Ade Lee (alee)
  • Chad Lung (chadlung)
  • Dave McCowan (dave-mccowan)
  • Fernando Diaz (diazjf)
  • John Wood (woodster)
  • Juan Antonio Osorio Robles (jaosorior)
  • Kaitlin Farr (kfarr)
  • Nathan Reller (rellerreller)
  • Steve Heyman (hockeynut)

Resources

Meetings Meetings/Barbican
IRC #openstack-barbican on Freenode
Mailing List OpenStack dev list, prefix with [barbican]
Milestones https://launchpad.net/barbican/+milestones
Integration Barbican/Integration
Bug tracker https://bugs.launchpad.net/barbican
Blueprints Barbican/Blueprints
Specs http://git.openstack.org/cgit/openstack/barbican-specs

Getting Started

Contributing

A good place to start is by reading at the How_To_Contribute to OpenStack page. For information on contributing to Barbican specifically see the Getting Involved page in the developer documentation.

Discussions / Etherpads

Automation Details

Technical Details

Presentations