RBAC corresponding api request for a neutron request for debugging

Bug #1723193 reported by Suresh Vinapamula
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.2
Fix Committed
Medium
Suresh Vinapamula
R4.0
In Progress
Medium
Suresh Vinapamula
R4.1
Fix Committed
Medium
Suresh Vinapamula
R5.0
Fix Committed
Medium
Édouard Thuleau
Trunk
Fix Committed
Medium
Suresh Vinapamula

Bug Description

This is for ease of debugging. Log api request and their permissions for a corresponding neutron request. Also helps in configuring api-access rules for neutron requests, it may hint object level permissions.

Tags: config rbac
Changed in juniperopenstack:
assignee: nobody → Suresh Vinapamula (sureshk)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/36468
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36469
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36470
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36471
Submitter: Suresh Vinapamula (<email address hidden>)

Rudra Rugge (rrugge)
tags: added: config rbac
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/36468
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36469
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36470
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36471
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/36468
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/36469
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36470
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36471
Submitter: Suresh Vinapamula (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36470
Committed: http://github.com/Juniper/contrail-controller/commit/0c8b305014f3b4fd3bb2f21b50bb735a23812cdd
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 0c8b305014f3b4fd3bb2f21b50bb735a23812cdd
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 12 10:10:19 2017 -0700

logging corresponding api-calls for a neutron call

Description: neutron call translated to multiple api calls.
Logging it against these api calls for a neutron calls.
This helps in configuring needed rbac rules. Marking it partial
since the request_id should be corresponding neutron generated
id, but that is not present in the relayed message. In the
interest of build time it is locally generated. Once request id
from neutron is relayed from plugin, it will be used and this will
close bug.

Change-Id: I275c50f256c9eef4f35f24e1245422683da5508f
Partial-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36469
Committed: http://github.com/Juniper/contrail-controller/commit/dc9a1a49a24dc2c7cdc8a18d2ada0702b2397132
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit dc9a1a49a24dc2c7cdc8a18d2ada0702b2397132
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 12 10:10:19 2017 -0700

logging corresponding api-calls for a neutron call

Description: neutron call translated to multiple api calls.
Logging it against these api calls for a neutron calls.
This helps in configuring needed rbac rules. Marking it partial
since the request_id should be corresponding neutron generated
id, but that is not present in the relayed message. In the
interest of build time it is locally generated. Once request id
from neutron is relayed from plugin, it will be used and this will
close bug.

Change-Id: I275c50f256c9eef4f35f24e1245422683da5508f
Partial-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36468
Committed: http://github.com/Juniper/contrail-controller/commit/2048ac1181c13a5aaea19deca428742ec229aa66
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 2048ac1181c13a5aaea19deca428742ec229aa66
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 12 10:10:19 2017 -0700

logging corresponding api-calls for a neutron call

Description: neutron call translated to multiple api calls.
Logging it against these api calls for a neutron calls.
This helps in configuring needed rbac rules. Marking it partial
since the request_id should be corresponding neutron generated
id, but that is not present in the relayed message. In the
interest of build time it is locally generated. Once request id
from neutron is relayed from plugin, it will be used and this will
close bug.

Change-Id: I275c50f256c9eef4f35f24e1245422683da5508f
Partial-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36471
Committed: http://github.com/Juniper/contrail-controller/commit/2033ea2ed990b4e3d605c9b960b0a9fbfda93325
Submitter: Zuul (<email address hidden>)
Branch: master

commit 2033ea2ed990b4e3d605c9b960b0a9fbfda93325
Author: Suresh Venkata <email address hidden>
Date: Thu Oct 12 10:10:19 2017 -0700

logging corresponding api-calls for a neutron call

Description: neutron call translated to multiple api calls.
Logging it against these api calls for a neutron calls.
This helps in configuring needed rbac rules. Marking it partial
since the request_id should be corresponding neutron generated
id, but that is not present in the relayed message. In the
interest of build time it is locally generated. Once request id
from neutron is relayed from plugin, it will be used and this will
close bug.

Change-Id: I275c50f256c9eef4f35f24e1245422683da5508f
Partial-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/42803
Submitter: Jean-Philippe Braun (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Review in progress for https://review.opencontrail.org/42804
Submitter: Jean-Philippe Braun (<email address hidden>)

information type: Proprietary → Public
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/42803
Committed: http://github.com/Juniper/contrail-neutron-plugin/commit/87308505ad86c8044aedf73564b6fcfe475f5e63
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 87308505ad86c8044aedf73564b6fcfe475f5e63
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:29:49 2018 +0200

Forward neutron request_id to api-server

Change-Id: I14603fff6f4755bac484b5b7613ae764e71d8b75
Partial-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/42804
Committed: http://github.com/Juniper/contrail-controller/commit/9b110b93ab8b2c7e58bb5447b3801138fedc4f51
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 9b110b93ab8b2c7e58bb5447b3801138fedc4f51
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:34:21 2018 +0200

Use request_id forwarded by neutron plugin

Change-Id: Id395e1bd225c99aafad57eaa48ae3ae3897e249d
Closes-Bug: #1723193

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/43009
Submitter: Jean-Philippe Braun (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Review in progress for https://review.opencontrail.org/43010
Submitter: Jean-Philippe Braun (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/43009
Committed: http://github.com/Juniper/contrail-controller/commit/1a6aee39687d8726ab8ad50f67dc2556d3fd7163
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 1a6aee39687d8726ab8ad50f67dc2556d3fd7163
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:34:21 2018 +0200

Use request_id forwarded by neutron plugin

Change-Id: Id395e1bd225c99aafad57eaa48ae3ae3897e249d
Closes-Bug: #1723193
(cherry picked from commit 9b110b93ab8b2c7e58bb5447b3801138fedc4f51)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/43010
Committed: http://github.com/Juniper/contrail-neutron-plugin/commit/de38bece16387832cd33049fe004d28b97edc3a3
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit de38bece16387832cd33049fe004d28b97edc3a3
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:29:49 2018 +0200

Forward neutron request_id to api-server

Change-Id: I14603fff6f4755bac484b5b7613ae764e71d8b75
Partial-Bug: #1723193
(cherry picked from commit 87308505ad86c8044aedf73564b6fcfe475f5e63)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R5.0

Review in progress for https://review.opencontrail.org/45871
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/45872
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/45873
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R5.0

Review in progress for https://review.opencontrail.org/45875
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/45876
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/45877
Submitter: Édouard Thuleau (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/45872
Committed: http://github.com/Juniper/contrail-neutron-plugin/commit/40ad78c635a28f24ef0fcf1a89f5817a59507ded
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 40ad78c635a28f24ef0fcf1a89f5817a59507ded
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:29:49 2018 +0200

Forward neutron request_id to api-server

Change-Id: I14603fff6f4755bac484b5b7613ae764e71d8b75
Partial-Bug: #1723193
(cherry picked from commit 87308505ad86c8044aedf73564b6fcfe475f5e63)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/45876
Committed: http://github.com/Juniper/contrail-controller/commit/bf83ae4768b3d3795a56fe194c1be1945906cb77
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit bf83ae4768b3d3795a56fe194c1be1945906cb77
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:34:21 2018 +0200

Use request_id forwarded by neutron plugin

Change-Id: Id395e1bd225c99aafad57eaa48ae3ae3897e249d
Closes-Bug: #1723193
(cherry picked from commit 9b110b93ab8b2c7e58bb5447b3801138fedc4f51)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/45875
Committed: http://github.com/Juniper/contrail-controller/commit/2c8f07b00afa3cc2fca1b68eef0da14282b46cbc
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit 2c8f07b00afa3cc2fca1b68eef0da14282b46cbc
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:34:21 2018 +0200

Use request_id forwarded by neutron plugin

Change-Id: Id395e1bd225c99aafad57eaa48ae3ae3897e249d
Closes-Bug: #1723193
(cherry picked from commit 9b110b93ab8b2c7e58bb5447b3801138fedc4f51)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/45871
Committed: http://github.com/Juniper/contrail-neutron-plugin/commit/a6e5903ac0d3953d451e7b5cbe54e6f7679f4caf
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit a6e5903ac0d3953d451e7b5cbe54e6f7679f4caf
Author: Jean-Philippe Braun <email address hidden>
Date: Mon May 7 13:29:49 2018 +0200

Forward neutron request_id to api-server

Change-Id: I14603fff6f4755bac484b5b7613ae764e71d8b75
Partial-Bug: #1723193
(cherry picked from commit 87308505ad86c8044aedf73564b6fcfe475f5e63)

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.