cypherean commented on PR #17552:
URL: https://github.com/apache/pinot/pull/17552#issuecomment-3804157897

   > Other endpoints to consider:
   > 
   > ```
   > POST /users/{username}
   > DELETE /databases/{databaseName}
   > POST /applicationQuotas/{appName}
   > POST /databases/{databaseName}/quotas
   > DELETE query/{brokerId}/{queryId}
   > DELETE clientQuery/{brokerId}/{clientQueryId}
   > DELETE clientQuery/{clientQueryId}
   > POST /periodictask/run
   > ```
   > 
   > Non sensitive create/update endpoints with RBAC but not annotated with 
`Authenticate`
   > 
   > ```
   > POST tables/{tableName}/timeBoundary
   > PUT /tables/recommender
   > POST /upsert/estimateHeapUsage
   > ```
   
   @Jackie-Jiang do you think we should add this for these other endpoints as 
well?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to