Flink Authentication and Authorization Auditable Event Methods

Expand all examples | Collapse all examples

Confluent Cloud audit logs contain records of auditable events for authentication and authorization operations. When an auditable event occurs, a message is sent to the audit log and is stored as an audit log record.

Flink region authentication auditable event methods

Included here are operations authenticating to a Flink region that generate auditable event messages for the io.confluent.flink.server/authentication event type.

Method name Action triggering an auditable event message
flink.Authenticate A request for authentication to a Flink region.

Examples

Flink Authorization auditable event methods

Included here are operations authorizing principals to access, modify, delete, or create a Flink resource that generate auditable event messages for the io.confluent.flink.server/authorization event type.

Method name Action triggering an auditable event message
flink.Authorize A request to authorize a principal to access, modify, delete, or create a Flink resource.

Examples