Commit 0168e00
committed
admin: update log messages for admin backends
The admin backend is only the first step in granting access to an admin
endpoint. The admin backend validates the admin token. Next the role
extracted from that token is checked.
As such, change the logging in the admin backends to talk about the
admin token validation passing/failing rather than access being granted
to an endpoint.
Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>1 parent f1385c1 commit 0168e00
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments