You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Currently, if the pulsar service enables the authentication and authorization, only the role who have Package permission can access the package management service. So we need more detailed permissions for the package management operations. Such as a user can be granted the 'read' permission that he can download and get the metadata but he can't do the upload or deletions. I will check the permissions and refine the permissions of the package operations.
The text was updated successfully, but these errors were encountered:
Original Issue: apache#9122
Motivation
Currently, if the pulsar service enables the authentication and authorization, only the role who have
Package
permission can access the package management service. So we need more detailed permissions for the package management operations. Such as a user can be granted the 'read' permission that he can download and get the metadata but he can't do the upload or deletions. I will check the permissions and refine the permissions of the package operations.The text was updated successfully, but these errors were encountered: