Fix API audit CADF audit map for failover action

There was a bug in the CADF audit map file for the "failover" action.

This patch corrects the audit map file to handle "failover" correctly
and stop keystonemiddleware from raising an exception.

Change-Id: If3954ba34740e26937dba10bdd8061acde758c88
Story: 2007831
Task: 40116
This commit is contained in:
Michael Johnson 2020-06-18 09:58:05 -07:00
parent f26ab8b97b
commit 18887f5f60
2 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
target_endpoint_type = load-balancer
[custom_actions]
failover = failover
failover = update/failover
# possible end path of API requests
# path of api requests for CADF target typeURI

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an issue in the CADF audit map file for failover actions that could
cause keystonemiddleware to raise an exception.