Skip to Content

Overview

Records the history of grants and revocations of Kubernetes Roles assigned to QueryPie users/groups.

Viewing Kubernetes Role History

Administrator > Audit > Kubernetes > Kubernetes Role History

Administrator > Audit > Kubernetes > Kubernetes Role History

  1. Navigate to the Administrator > Audit > Kubernetes > Kubernetes Role History menu.
  2. Logs are displayed in descending order based on Action At from 00:00 to 23:59 of the current month.
  3. You can search with the following conditions through the search field in the top left of the table:
    1. Name : User name
    2. Email : User email
    3. Role Name : Kubernetes access permission role name
  4. Click the filter button on the right side of the search field to filter with AND/OR conditions for the following:
    1. Event : Kubernetes role event type
      1. Role Granted : Role grant history
      2. Role Revoked : Role revocation history
    2. User Type : Grant target type
      1. GROUP : Group target
      2. USER : User target
    3. Action At : Kubernetes API permission grant/revocation date and time range
  5. You can refresh the log list through the refresh button in the top right of the table.
  6. The table provides the following column information:
    1. No : Event identification number
    2. Action At : Role permission grant/revocation date and time
    3. Event : Role permission related event
      1. Role Granted : Event where Role was granted to user/group
      2. Role Revoked : Event where Role was revoked from user/group
    4. User Type : User/group type
    5. Name : Target user/group name
    6. Email : Target user email
      1. For groups, it is displayed as a hyphen (’-’).
    7. Role : Granted/revoked Role name
    8. Expiration Date : Permission grant expiration date (scheduled revocation date)
    9. Action By : Administrator name or System who performed the Role grant/revocation

Viewing Kubernetes Role History Details

  1. You can view detailed information by clicking on each row.
    1. The top displays information based on basic events:
      1. Role Name : Role name
        • Clicking the link allows opening the detailed page path of the corresponding Role in a new window.
      2. Event : Event where Role was granted/revoked to user/group
      3. Name : Target user/group name
      4. Email : Target user email
        1. For groups, it is displayed as a hyphen (’-’).
      5. Action At : Role permission grant/revocation date and time
      6. Action By : Administrator name or System who performed the Role grant/revocation
      7. Expiration Date : Permission grant expiration date (scheduled revocation date)
    2. The bottom lists and displays Policies corresponding to the granted/revoked Role:
      • Display columns
        1. Name : Assigned policy name
        2. Description : Detailed description of the assigned policy
        3. Version : Version of the assigned policy
          • Clicking the link displays a popup modal to view the policy code.
            1. Shows the Policy Snapshot from when it was granted.
              • Records remain even if the corresponding Policy is deleted.
            2. Simply displays the code along with the policy name.
            3. Clicking the Close button or the X in the top right closes the modal.
Last updated on