fixed eventTypes mapping issue (#22817)

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2023-08-31 09:55:28 +01:00 committed by GitHub
parent 430af7a1e3
commit 79c389f073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -824,6 +824,14 @@
"OAUTH2_DEVICE_AUTH_ERROR": {
"name": "Oauth2 device authentication error",
"description": "Oauth2 device authentication error"
},
"PUSHED_AUTHORIZATION_REQUEST": {
"name": "Pushed authorization request",
"description": "Pushed authorization request"
},
"PUSHED_AUTHORIZATION_REQUEST_ERROR": {
"name": "Pushed authorization request error",
"description": "Pushed authorization request error"
}
},
"emptyEvents": "Nothing to add",