Can you tell me how to enable successful authorization events in keystone? I have studied the documentation, but it only says that these events are disabled by default. I tried specifying the notification = identity.authenticate.success parameter in the keystone.conf file, but it didn't give any result. I have enabled the cadf notification format to get an extended event view. I get user creation events, projects, etc. in the logs, but I don't get authorization events. Thank you in advance.
Asked
Active
Viewed 219 times
0
-
1what kind of drive are u using for oslo_messaging_notifications? – Aref Apr 30 '22 at 16:55
-
I specified driver = log – S Dubovskoy Apr 30 '22 at 19:08
-
did you enable journal or not? you can check journal too . actually i use rabbit for this purpose. – Aref May 02 '22 at 06:13
-
you can enable debug = True. to see all logs. – Aref May 02 '22 at 06:15
-
@Aref When you enable debug mode, a lot of unnecessary messages appear in the log file, I would like to see only what is really needed – S Dubovskoy May 02 '22 at 06:59
-
you are right. but there is not a option under oslo_messaging_notifications to set log level for that. – Aref May 02 '22 at 08:43