Skip to content

Commit

Permalink
Rename AccessGraphAccessPathChanged (#42372)
Browse files Browse the repository at this point in the history
#42029 in Teleport renamed AccessGraphAccessPathChanged to AccessGraphAccessPathChangedEvent. This change fixed the build error caused by that.
  • Loading branch information
jakule authored Jun 4, 2024
1 parent 4160786 commit d5cd4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/events/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ const (
// AccessGraphAccessPathChangedEvent is emitted when an access path is changed in the access graph
// and an identity/resource is affected.
AccessGraphAccessPathChangedEvent = "access_graph.access_path_changed"
// TODO(jakule): Remove once e is updated to the new name.
AccessGraphAccessPathChanged = AccessGraphAccessPathChangedEvent
)

const (
Expand Down

0 comments on commit d5cd4a1

Please sign in to comment.