Flink Authentication and Authorization Auditable Event Methods on Confluent Cloud

An auditable event is an authentication or authorization operation in Confluent Cloud. When an auditable event occurs, it generates a message that Confluent Cloud stores as an audit log record.

For management and operations events for Flink, see Flink Management and Operations Auditable Event Methods on Confluent Cloud.

Flink region authentication

The flink.Authenticate method authenticates a client to an Apache Flink® region. It generates an auditable event message 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.

Flink authorization

The flink.Authorize method authorizes principals, such as user and service accounts, to access, modify, delete, or create a Flink resource. It generates an auditable event message 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.