target.id, target.typeURI ,target.name are not reported in cadf event

Bug #1571874 reported by Ankita Wagh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pycadf
Incomplete
Undecided
Unassigned

Bug Description

        "target": {
            "typeURI": "unknown",
            "id": "unknown",
            "name": "unknown"
        }
The CADF events formed in glance, nova and neutron services are missing the above fields.

Revision history for this message
Steve Martinelli (stevemar) wrote :

can you paste some of the details from keystonemiddleware's keystone_authtoken section in your glance/nova/neutron file?

Revision history for this message
Ankita Wagh (ankita-wagh7) wrote :

[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_version=v3.0

[composite:openstack_compute_api_v2]
use = call:nova.api.auth:pipeline_factory
noauth = faultwrap sizelimit noauth ratelimit audit osapi_compute_app_v2
keystone = faultwrap sizelimit authtoken keystonecontext ratelimit audit osapi_compute_app_v2
keystone_nolimit = faultwrap sizelimit authtoken keystonecontext audit osapi_compute_app_v2

[filter:audit]
paste.filter_factory = keystonemiddleware.audit:filter_factory
audit_map_file = /etc/nova/api_audit_map.conf

Revision history for this message
Morgan Fainberg (mdrnstm) wrote :

Is this still an issue?

Changed in pycadf:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.