summaryrefslogtreecommitdiff
path: root/pycadf/cadftaxonomy.py
Commit message (Collapse)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-03-301-0/+1
| | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Blacklist W503, W504 Fix other problems found Change-Id: Ic0391ae45b9d6d1ee5e2c1df81d85e655250a51d
* Add authenticate and evaluate actionsStanisław Pitucha2015-10-161-2/+5
| | | | | | | Make constants for authenticate / evaluate actions, as proposed in Anchor audit patch. Change-Id: Ib9fb6f5d4ab92904097c8c2d77a8b70db0a77c36
* Adding barbican specific base resources.Arun Kant2015-08-141-0/+11
| | | | | | | | Adjusted classification to be without abbreviation and under /security as per review comments. Change-Id: Id658b61e5e18f9f66b0fecbbd5a44b3a71def22b Implements: blueprint barbican-resource-taxonomy
* Add a new CADF type for keystone trustsSteve Martinelli2015-01-301-0/+2
| | | | | | | Since trusts are also being emitted for notifications, we should also have a new taxonomy for them. Change-Id: I7351c6e439f4cf8acd6661000dc23b6995f52673
* Add new CADF taxonomy types0.7.1Steve Martinelli2015-01-271-0/+8
| | | | | | Add new CADF types for endpoint, project and domain Change-Id: I1e4adc35c2e17615b16bc7b6bd3754cb377cc3de
* Pull out some CADF taxonomy to be constantsSteve Martinelli2015-01-271-11/+23
| | | | | | | It's safer to reference these directly from the library, rather than hardcoding these strings in our code that consumed pyCADF. Change-Id: I9dae7a7c0925f45fc620b4995372b5ed1d2229ca
* clean up license headersDolph Mathews2014-07-291-9/+6
| | | | | | | | | | This removes extraneous whitespace, applies a consistent licensing header to all files, removes "all rights reserved" lines attributed to the OpenStack Foundation, removes authorship lines for Matt Rutkowski (which the git commit history much more accurately conveys) and follows all licenses with a blank line before the code/docstr begins. Change-Id: Idcfefd923e5ddb574087265c998dd50ebfe70a79
* Expand © and remove unnecessary encoding linesMartin Geisler2014-06-151-1/+0
| | | | | | | | | | | | | | | | | | The word "Copyright" alone is sufficient to claim copyright, the © symbol need not be present.[1] This allows us to expand the "©" symbol into "(c)" to avoid introducing non-ASCII characters. As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". Python files containing only 7-bit ASCII characters need no such line.[2] This commit expands the non-ASCII Unicode copyright symbols and removes the now unnecessary encoding lines. [1]: http://www.copyright.gov/circs/circ03.pdf [2]: http://legacy.python.org/dev/peps/pep-0263/ Change-Id: Ibbb282224bccbea383947b4e09a619f94d5c24b1
* add constant for security service0.4Gordon Chung2014-02-201-1/+2
| | | | | | add constant variable for resource 'service/security' Change-Id: I29a47920a6718a6695a9ca2187fcbe92bcf46ac9
* adjust typeURI to capture target betterGordon Chung2014-02-031-2/+8
| | | | | | | | | | update to fix nova audits. - change typeURI to record greater depth of api request. - add custom_actions to allow special case actions based on api path Change-Id: I2b33cf8cff796bdb135dd832c23f0e2ffdf90780 blueprint: audit-all-apis
* switch list action to read/listGordon Chung2013-10-181-1/+1
| | | | | | | CADF spec has changed 'list' action to 'read/list' action type. update library to reflect that. Change-Id: I5fe3b7d180f9a5b9117700e684bd659701da49b4
* DMTF CADF formatGordon Chung2013-08-061-0/+179
Adding support for the DMTF Cloud Audit (CADF) format which will be used along with a generic notification filter to audit 'core' component APIs. initial code drop blueprint support-standard-audit-formats Change-Id: I3b27ceae8faa6427e4be1290c1406102e790e2e3