Commit 563b02a
committed
Shared dashboard: fix "No user_id" error on access
GetUserMessagesTokenAuthPage called get_gui_messages() without a
user_id, causing it to fall back to user.ident which crashes since
there is no logged-in user in a token-auth context. Pass
token.issuer as the user_id directly.
JIRA-Ref: CMK-31393
Change-Id: I9510a0f42ccbd4b278e77442d05d4831a10d60c61 parent 657248e commit 563b02a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
0 commit comments