Skip to content

Commit

Permalink
SSMRun Audit Event: add invocation url (#41663)
Browse files Browse the repository at this point in the history
This PR adds a new field in the SSMRun audit event: invocation url.

EC2 Auto Discover uses SSM to install teleport in the target instance.
An invocation is the execution of a Command in an Instance.
This URL points to that invocation and users can more easily debug what
went wrong and how they can fix in case of a failure.
  • Loading branch information
marcoandredinis committed May 22, 2024
1 parent 3d39b4b commit af30b9f
Show file tree
Hide file tree
Showing 2 changed files with 958 additions and 906 deletions.
4 changes: 4 additions & 0 deletions api/proto/teleport/legacy/types/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5209,6 +5209,10 @@ message SSMRun {
// StandardError contains the stderr of the executed command.
// Only the first 24000 chars are returned.
string StandardError = 9 [(gogoproto.jsontag) = "stderr"];

// InvocationURL is a link to AWS Web Console for this invocation.
// An invocation is the execution of a Command in an Instance.
string InvocationURL = 10 [(gogoproto.jsontag) = "invocation_url"];
}

// CassandraSession is emitted when a Cassandra client sends
Expand Down
Loading

0 comments on commit af30b9f

Please sign in to comment.