Auditing User Authentication and Authorization

To meet compliance and regulation objectives, you can audit the user interactions through the Kloudfuse observability platform.

To monitor both authentication and authorization services in the Kloudfuse UI data plane, contact the Kloudfuse support team. See Support.

Optionally, users with admin privileges can access the relevant logs on the command line; see Authentication Auditing and Authorization Auditing.

Authentication Auditing

For authentication, the administrator can view the user login interactions in the kfuse-auth deployment logs.

kubectl logs -n kfuse deployment/kfuse-auth

Authorization Auditing

For authorization, the RBAC configuration enables the administrators to examing the logs of user-mgmt-service to view the user actions on the various Kloudfuse resources.

kubectl logs -n kfuse deployment/user-mgmt-service