Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Twitter Aurora Q1'15 Sprint 5, Twitter Aurora Q1'15 Sprint 6
-
5
Description
https://reviews.apache.org/r/31820/ added support for coarse-grained permissions based on the thrift API method name. Support finer-grained permissions scoped down to the job
For example calls to
auroraSchedulerManager.descheduleCronJob(JobKey(role='ksweeney', environment='prod', name='download_lunch_menu'), None, None)
currently check for the thrift.AuroraSchedulerManager:descheduleCronJob Permission when they should check for the thrift.AuroraSchedulerManager:descheduleCronJob:ksweeney:prod:download_lunch_menu Permission.
Attachments
Issue Links
- blocks
-
AURORA-904 0.8.0 Release Candidate
- Resolved