Skip to content

Commit

Permalink
TAG: improve description for access_graph.path.changed event (#48913)
Browse files Browse the repository at this point in the history
Also remove an incorrect statement in the related docs.
  • Loading branch information
zmb3 authored Nov 13, 2024
1 parent 2622327 commit 85beac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/pages/admin-guides/teleport-policy/crown-jewels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: See permission changes with Access Graph Crown Jewels
description: Describes how to use Access Graph Crown Jewels to see permission changes in Teleport.
---

Access Graph's Crown Jewel feature allows you to track changes to access for your most sensitive users or resources.
When you mark a resource as a Crown Jewel, Teleport emits audit events any time access to that resource changes.
These audit events include snapshots of the permissions before and after the change,
which can alert you of unexpected access changes and allow you to verify the results.
Access Graph's Crown Jewel feature allows you to track changes to access for
your most sensitive users or resources. When you mark a resource as a Crown
Jewel, Teleport emits audit events any time access to that resource changes.

This guide shows you how to configure Crown Jewels, how to mark resources as Crown Jewels, and how to see permission changes for these resources.
This guide shows you how to configure Crown Jewels, how to mark resources as
Crown Jewels, and how to see permission changes for these resources.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/services/audit/makeEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ export const formatters: Formatters = {
affected_resource_name,
affected_resource_source,
}) =>
`${affected_resource_kind || 'Node'} [${affected_resource_name}/${affected_resource_source}] changed an access path`,
`Access path for ${affected_resource_kind || 'Node'} [${affected_resource_name}/${affected_resource_source}] changed`,
},
[eventCodes.SPANNER_RPC]: {
type: 'db.session.spanner.rpc',
Expand Down

0 comments on commit 85beac9

Please sign in to comment.