summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Part 2: Adding ACL support for CLI commands and docsArun Kant2015-09-293-33/+476
| | | | | | | | | | | | | | Added CLI commands related to ACL support. Added docs for client API and CLI. Updated docs as per meetup discussion. Added acls access from secret and container entities. Addressed functional test failures resulted from recent merge of https://review.openstack.org/#/c/198732/ Change-Id: I8f54d437eab8a2d7e9cdacf62e7a05c7dffb05c7
* Merge "Allow Barbican Client Secret Update Functionality"Jenkins2015-09-011-0/+9
|\
| * Allow Barbican Client Secret Update FunctionalityFernando Diaz2015-08-251-0/+9
| | | | | | | | | | | | | | | | | | This patch will allow the python-barbicanclient to perform Secret Updates. This functionality will also be added to the barbican command line client. I will also allow for a secret to be created without a payload. Change-Id: Ia53e1cc463f9a274feb11f6e3bb3cbbe981c3444
* | Merge "Add ability to add and list CAs"Jenkins2015-08-071-0/+9
|\ \
| * | Add ability to add and list CAsAde Lee2015-08-031-0/+9
| |/ | | | | | | | | Change-Id: Ice07a597658facc5d774d4c4eff9e3093121c851 Implements: blueprint identify-cas
* | Merge "Adding Documentation for running Functional Tests on the ↵Jenkins2015-07-312-0/+64
|\ \ | |/ |/| | | Python-Barbican Client"
| * Adding Documentation for running Functional Tests on theFernando Diaz2015-07-292-0/+64
| | | | | | | | | | | | | | | | | | Python-Barbican Client Documentation showing how functional tests for the python-barbican client are run. Change-Id: I2388f968b0af9f5e1acd0e73e1d5004a5b6ea330
* | Drop incubating theme from docsJoe Gordon2015-05-271-1/+1
|/ | | | | | | OpenStack has dropped the incubation notion, so labeling this as an incubated project in the docs is confusing. Change-Id: I5bc1e238c2993903636aa60ddd400f9c68c557b1
* Adding support for token based authenticationJohn Vrbanac2015-04-223-5/+21
| | | | | Change-Id: Ibc73e46c22f1c63b2f80ff850767bdbfed3355a3 Implements: blueprint add-authentication-token-support
* Merge "Raising errors from the client instead of ksclient"Jenkins2015-04-171-0/+6
|\
| * Raising errors from the client instead of ksclientJohn Vrbanac2015-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | Consolidates HTTPError types into barbicanclient.exceptions. Provides a uniform way of external consumers to catch common exceptions that might occur as a result of normal client operation. Fixes bug 1431514 Change-Id: Id65e7da913bb06e2f94a50f44550199dc7f1beb6
* | Merge "Fix the clientrc file to match defaults and add docs"Jenkins2015-04-171-0/+71
|\ \
| * | Fix the clientrc file to match defaults and add docsChellygel2015-04-171-0/+71
| |/ | | | | | | | | | | | | Ported over documentation about usage of clientrc file as well as ported over the No Auth Mode section. Change-Id: Idfaeae4f4360b5aa95494119926fd67592c0d2d8
* | Updating client and client docs for accuracyChellygel2015-04-161-1/+1
| | | | | | | | Change-Id: I625f18fb90c324a24edc87fc6d61184300f35e28
* | Porting over more documentation to RST from cli wikiChellygel2015-04-161-0/+171
|/ | | | Change-Id: Ice322ab0225d691ac2b21dabf89926b2bfabe5fa
* Deprecate setting the payload type and encodingDouglas Mendizábal2015-03-111-2/+26
| | | | | | | | | | | | | | | | | | | | | Deprecate manually setting the payload_content_type and payload_content_encoding properties of a secret. With this CR a user of the client only needs to provide the payload, and the client will figure out what the correct payload_content_type and payload_content_encoding values should be. Setting these properties for the user lets us avoid a lot of weird behaviors such as the one described in Bug #1419166, and also lets us avoid errors that happen when a user mismatches the payload and an incorrect content type. In the interest of backwards compatibility, these properties are still usable, but will log deprecation warnings. They should be removed in a future version after current users have had enough time to update their code bases. Change-Id: Ibfe3ad42e11bd83c002d0f1b69fb8a323a7b6f3d Closes-Bug: #1419166
* Update documentationDouglas Mendizábal2015-02-112-1/+2
| | | | | | | Updated documentation for the client. Added a few methods and properties to the Reference page. Change-Id: Ief022eb7afe3bda90726413dc42bc99fe3826b95
* Merge "Update documentation"Jenkins2015-02-091-1/+1
|\
| * Update documentationDouglas Mendizábal2015-02-061-1/+1
| | | | | | | | | | | | | | Updated README to point to the official OpenStack docs for the client. Also fixed a typo in the authentication page. Change-Id: I81696138cfa929efd7074b52edde8d4019e2fd50
* | Change usage example to show plain/text secretDouglas Mendizábal2015-02-061-8/+13
|/ | | | | | | | Change the main example to use a plain/text payload because of the unexpected behavior in the current example. Change-Id: I7f16e973fdd9e67f7f98267a0067bb795071dc26 Related-Bug: #1419166
* Trivial change to docsDouglas Mendizábal2014-12-041-3/+3
| | | | Change-Id: I4b6e6ba962bdbd4e15c73a1cee9c24e12c3b946d
* Add Usage documentationDouglas Mendizábal2014-11-195-6/+257
| | | | | | Added Usage and Reference documentation. Change-Id: I37469addf1d44db23ca04302cd5f7ca96c01b5e0
* Add sphinx docsDouglas Mendizabal2014-10-276-0/+124
Added sphinx documentation source skeleton from cookiecutter. Change-Id: I7c9fa2c0668b93dd00eecca90617121fdae304ea