From 7bf0f20abe7e721f28d9638c32e05e3e40d95356 Mon Sep 17 00:00:00 2001 From: Gordon Chung Date: Tue, 6 Aug 2013 15:24:50 -0400 Subject: add support for audit api middleware build api audit event and append to a given message blueprint support-standard-audit-formats Change-Id: I620f49083c3db12bdad74b29f4d9b3019d977468 --- etc/pycadf/api_audit_map.conf | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 etc/pycadf/api_audit_map.conf (limited to 'etc') 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 -- cgit v1.2.1