fixed eventTypes mapping issue (#22817)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
430af7a1e3
commit
79c389f073
1 changed files with 8 additions and 0 deletions
|
@ -824,6 +824,14 @@
|
||||||
"OAUTH2_DEVICE_AUTH_ERROR": {
|
"OAUTH2_DEVICE_AUTH_ERROR": {
|
||||||
"name": "Oauth2 device authentication error",
|
"name": "Oauth2 device authentication error",
|
||||||
"description": "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",
|
"emptyEvents": "Nothing to add",
|
||||||
|
|
Loading…
Reference in a new issue