summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-08-06 15:24:50 -0400
committerGordon Chung <chungg@ca.ibm.com>2013-08-06 15:39:25 -0400
commit7bf0f20abe7e721f28d9638c32e05e3e40d95356 (patch)
treed8b8b14c667b46c448ba8277d481b83666f54b7f /etc
parent7f76e5cf7bf560603829ffaa73458a86c384ecb7 (diff)
downloadpycadf-7bf0f20abe7e721f28d9638c32e05e3e40d95356.tar.gz
add support for audit api middlewarev0.1
build api audit event and append to a given message blueprint support-standard-audit-formats Change-Id: I620f49083c3db12bdad74b29f4d9b3019d977468
Diffstat (limited to 'etc')
-rw-r--r--etc/pycadf/api_audit_map.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/pycadf/api_audit_map.conf b/etc/pycadf/api_audit_map.conf
new file mode 100644
index 0000000..a27e67a
--- /dev/null
+++ b/etc/pycadf/api_audit_map.conf
@@ -0,0 +1,55 @@
+[DEFAULT]
+api_paths =
+ add
+ entries
+ extensions
+ limits
+ servers
+ metadata
+ ips
+ images
+ flavors
+ os-agents
+ os-aggregates
+ os-cloudpipe
+ diagnostics
+ os-fixed-ips
+ os-extra_specs
+ os-flavor-access
+ os-floating-ip-dns
+ os-floating-ips-bulk
+ os-floating-ips
+ os-hosts
+ os-hypervisors
+ os-instance-actions
+ os-keypairs
+ os-networks
+ os-quota-sets
+ os-security-groups
+ os-security-group-rules
+ os-server-password
+ os-services
+ os-simple-tenant-usage
+ os-virtual-interfaces
+ os-volume_attachments
+ os-volumes
+ os-volume-types
+ os-snapshots
+
+[body_actions]
+changePassword = update
+reboot = update
+rebuild = update
+resize = update
+confirmResize = read
+revertResize = update
+createImage = create
+
+[service_endpoints]
+identity = service/security
+object-store = service/storage/object
+volume = service/storage/block
+image = service/storage/image
+network = service/network
+compute = service/compute
+metering = service/bss/metering \ No newline at end of file