diff options
-rw-r--r-- | capabilities-map.yaml | 5 | ||||
-rw-r--r-- | environments/cadf.yaml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/capabilities-map.yaml b/capabilities-map.yaml index 26ed7f2a..66dc1d1d 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -582,3 +582,8 @@ topics: description: requires: - overcloud-resource-registry-puppet.yaml + - title: Keystone CADF auditing + description: Enable CADF notifications in Keystone for auditing + environments: + - file: environments/cadf.yaml + title: Keystone CADF auditing diff --git a/environments/cadf.yaml b/environments/cadf.yaml new file mode 100644 index 00000000..af5c7fdf --- /dev/null +++ b/environments/cadf.yaml @@ -0,0 +1,2 @@ +parameter_defaults: + KeystoneNotificationFormat: cadf |