You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Technoboy- (via GitHub)" <gi...@apache.org> on 2024/04/15 09:39:28 UTC

[PR] [improve][admin] Align the auth and check it at the first place for topic related API [pulsar]

Technoboy- opened a new pull request, #22507:
URL: https://github.com/apache/pulsar/pull/22507

   ### Motivation
   
   The main thing is to align the auth operation and put the auth checking operation at the first position.
   
   ### Modifications
   - `internalGetMessageIdByTimestampAsync`, `internalGetBacklogSizeByMessageId`, `internalRemoveReplicationClusters`, `internalGetDeduplication`, ``, `internalTerminatePartitionedTopic`, `internalCompactionStatusAsync`, `internalTriggerOffload`, `internalOffloadStatus`, `internalGetLastMessageId`, `internalGetSchemaCompatibilityStrategy`, `internalGetEntryFilters`, `internalSetEntryFilters`, `internalRemoveEntryFilters`, `setBacklogQuota`, `setReplicationClusters`, `deleteShadowTopics `, `setShadowTopics `, `getShadowTopics `, `removeEntryFilters `, `getEntryFilters `, `removeSchemaCompatibilityStrategy `, `setSchemaCompatibilityStrategy `, `getSchemaCompatibilityStrategy `, `removeReplicationClusters `, `setReplicationClusters `, `removeBacklogQuota `, `setBacklogQuota `, ``
   
   And add related auth test.
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [improve][admin] Align the auth and check it at the first place for topic related API [pulsar]

Posted by "Technoboy- (via GitHub)" <gi...@apache.org>.
Technoboy- merged PR #22507:
URL: https://github.com/apache/pulsar/pull/22507


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org