Skip to content

Commit

Permalink
docs: fix name of join token audit event
Browse files Browse the repository at this point in the history
Makes the docs match the code from #28769
  • Loading branch information
zmb3 committed Sep 14, 2023
1 parent 703fdc1 commit 320e226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/reference/audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ read [Exporting Teleport Audit Events](../management/export-audit-events.mdx).
| user.login | A user logged into web UI or via tsh. The following fields will be logged: `{"user": "[email protected]", "method": "local"}` . |
| app.session.start | A user accessed an application |
| app.session.chunk | A record of activity during an app session |
| join_token.created | A new join token has been created. Adds the following fields: `{"roles": ["Node", "Db"], "join_method": "token"}` |
| join_token.create | A new join token has been created. Adds the following fields: `{"roles": ["Node", "Db"], "join_method": "token"}` |

## Recorded sessions

Expand Down

0 comments on commit 320e226

Please sign in to comment.