summaryrefslogtreecommitdiff
path: root/etc/pycadf/api_audit_map.conf
blob: 93794f61a919fe9715a29155397b64bfd83153cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[DEFAULT]
# default target endpoint type
# should match the endpoint type defined in service catalog
target_endpoint_type = None

# possible end path of api requests
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

# map endpoint type defined in service catalog to CADF typeURI
[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