summaryrefslogtreecommitdiff
path: root/nova/policy.py
Commit message (Expand)AuthorAgeFilesLines
* Enable new defaults and scope checks by defaultGhanshyam Mann2023-01-101-4/+8
* Reuse code from oslo lib for JSON policy migrationGhanshyam Mann2021-01-141-24/+1
* Migrate default policy file from JSON to YAMLGhanshyam Mann2020-09-091-5/+36
* trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-181-5/+6
* trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-2/+2
* Use oslo policy flag to disable default change warning instead of allGhanshyam Mann2020-04-151-3/+8
* Disable the policy warning temporaryGhanshyam Mann2020-04-061-1/+3
* Fix the suppress of policy deprecation warningsGhanshyam Mann2020-01-071-1/+6
* Pass RequestContext to oslo_policyGhanshyam Mann2019-10-291-5/+10
* Move default policy targetJohn2019-06-031-3/+15
* Merge "Fix target used in nova.policy.check_is_admin"Zuul2019-05-181-1/+1
|\
| * Fix target used in nova.policy.check_is_adminMatt Riedemann2018-12-101-1/+1
* | Fix string interpolations in logging callsTakashi NATSUME2019-01-291-4/+4
|/
* Simplify logic in get_enforcerLance Bragstad2018-04-271-16/+3
* Add policy granularity to the Flavors APIRick Bartra2017-07-191-0/+30
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-2/+2
* Remove unnecessary credential sanitation for loggingAndrew Laski2016-10-051-1/+0
* Use to_policy_values for policy credentialsAdam Young2016-09-121-2/+2
* Emit warning when use 'user_id' in policy ruleHe Jie Xu2016-08-291-1/+51
* Add entry_point for oslo policy scriptsAndrew Laski2016-08-241-0/+21
* Merge "Use oslo_log instead of logging"Jenkins2016-07-221-2/+1
|\
| * Use oslo_log instead of loggingZhihai Song2016-05-271-2/+1
* | Remove final use of _ENFORCER.enforceAndrew Laski2016-07-011-1/+1
* | policy: clean-upClaudiu Belu2016-06-301-41/+1
* | Policy-in-code servers rulesAndrew Laski2016-06-151-0/+56
|/
* use graduated oslo.policyJeffrey Zhang2015-11-261-2/+5
* Add useful debug logging when policy checks failAndrew Laski2015-02-231-2/+15
* Rewrite nova policy to use the new changes of common policyShuangtai Tian2014-05-291-54/+45
* Adds unit test for etc/nova/policy.json dataRohan Kanade2014-02-281-0/+4
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Allow generic rules in context_is_admin rule in policy.Wenhao Xu2013-02-121-3/+4
* fix N402 for rest of novaSean Dague2013-01-091-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-6/+7
* Update policiesKevin L. Mitchell2012-10-191-22/+34
* Fix typo in policy docstringJulien Danjou2012-10-051-1/+1
* Fix is_admin check via policyVishvananda Ishaya2012-08-201-2/+7
* Remove hard-coded 'admin' role checking and use policy insteadunicell2012-08-191-0/+20
* Use function registration for policy checksKevin L. Mitchell2012-08-021-1/+1
* Use openstack-common's policy moduleKevin L. Mitchell2012-06-041-5/+3
* Use ConfigOpts.find_file() to locate policy.jsonMark McLoughlin2012-05-041-1/+7
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-5/+5
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-4/+12
* Add default policy ruleBrian Waldon2012-01-161-4/+8