summaryrefslogtreecommitdiff
path: root/keystone/api/system.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove six usageVishakha Agarwal2020-01-301-7/+7
| | | | | | | | This repo does not support Python 2 anymore, so we don't need six for compatibility between Python2 and 3, convert six usage to Python 3 code. Change-Id: Icba56808f38277b27af2ae5aac4b8507dee71b3b
* Add build_target arguement to enforcerGage Hugo2018-09-281-8/+13
| | | | | | | | | | This change adds in a new arguement "build_target" which takes in a passed function to build the enforement target after the authentication check. This is to avoid leaking existance data when determining scope. Change-Id: I9aab71dd0032d40aa2f2e088b529af08b112671f Partial-Bug: #1776504
* Convert system (role) api to flask native dispatchingMorgan Fainberg2018-08-161-0/+184
Convert the /system API (used for granting roles to the system scope) to Flask native dispatching. Change-Id: I48b04f2d0e9d858b0c709687beee27227e516843 Partial-Bug: #1776504