| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Make constants for authenticate / evaluate actions, as proposed in
Anchor audit patch.
Change-Id: Ib9fb6f5d4ab92904097c8c2d77a8b70db0a77c36
|
|
|
|
|
|
|
|
| |
Adjusted classification to be without abbreviation and under /security
as per review comments.
Change-Id: Id658b61e5e18f9f66b0fecbbd5a44b3a71def22b
Implements: blueprint barbican-resource-taxonomy
|
|
|
|
|
|
|
| |
Since trusts are also being emitted for notifications, we should
also have a new taxonomy for them.
Change-Id: I7351c6e439f4cf8acd6661000dc23b6995f52673
|
|
|
|
|
|
| |
Add new CADF types for endpoint, project and domain
Change-Id: I1e4adc35c2e17615b16bc7b6bd3754cb377cc3de
|
|
|
|
|
|
|
| |
It's safer to reference these directly from the library, rather
than hardcoding these strings in our code that consumed pyCADF.
Change-Id: I9dae7a7c0925f45fc620b4995372b5ed1d2229ca
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 variable for resource 'service/security'
Change-Id: I29a47920a6718a6695a9ca2187fcbe92bcf46ac9
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
CADF spec has changed 'list' action to 'read/list' action type.
update library to reflect that.
Change-Id: I5fe3b7d180f9a5b9117700e684bd659701da49b4
|
|
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
|