Skip to main content

Manage Permissions

In Pulsar, you have the option to assign permissions to users at either the namespace or topic level.1

This page describes managing permissions on the namespace level.

tip

If you don't manage Pulsar in your organization, feel free to skip this page.

Otherwise, we recommend you to carefully read the Pulsar documentation chapters about it's security model first.2

View Namespace Permissions

  • On the namespace overview page, click the "Details" button
  • Click the "Access Control" tab
  • You'll see the list of roles and their permissions

manage  pulsar namespace access

Grant Namespace Permissions

  • Enter the role name you want to grant permissions for
  • Select the permissions you want to grant
  • Click the "Grant" button

grant pulsar namespace permissions

Update Namespace Permissions

  • Find the role you want to update permissions for
  • Change the permissions for the role
  • Click the "Update" button

update pulsar namespace permissions

Revoke Namespace Permissions

  • Find the role you want to revoke permissions for
  • Click the "Revoke" button

revoke pulsar namespace permissions

  • Click the "Confirm" button to confirm revoking the permissions for this role

confirm revoke pulsar namespace permissions

Footnotes

  1. Managing permissions page in the official Pulsar documentation

  2. Pulsar security overview