aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/contrib/moon/core.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Update configurationsThomas Duval1-3/+3
2016-06-09Update Keystone core to Mitaka.DUVAL Thomas1-1/+6
2016-01-27Fix a bug when a tenant is not connected to an intra-extension.asteroide1-0/+2
2016-01-26Add the Moon slave service.asteroide1-71/+420
2015-12-16Send Moon from a Keystone filter to a Keystone application.asteroide1-76/+30
2015-12-11Delete an unnecessary API link.asteroide1-1/+0
2015-12-10Change API calls to have less loops and change the API calls in the enforce f...asteroide1-155/+145
2015-12-03Add try / except because moonlog_api is missing sometimes (need more investig...asteroide1-3/+5
2015-12-01Fix an error on aggregation algorithm.asteroide1-2/+6
2015-11-24When deleting a subject, check if the authz/admin intra-extension exists in o...asteroide1-4/+8
2015-11-20During authorization, the subject ID was sometime the Keystone ID which leads...asteroide1-18/+21
2015-11-03Improve some exception logs mainly for debugging purposes.asteroide1-8/+8
2015-10-14Merge "When a tenant is not managed by Moon, the result of the authz function...Ruan HE1-1/+3
2015-10-14When a tenant is not managed by Moon, the result of the authz function is alw...asteroide1-1/+3
2015-10-14Change the way the tenant dict is updated with Keystone information on the ad...asteroide1-1/+3
2015-10-12Check the content of tenant_dict['intra_admin_extension_id'] to allow or not ...asteroide1-2/+3
2015-10-12Fix a bug when sending a new log in moon_api.asteroide1-6/+6
2015-09-26Review the KeystoneMiddleware code, fix some bugs in the authz functions.asteroide1-13/+6
2015-09-24Create user in Keystone database when needed.asteroide1-11/+52
2015-09-22Delete all references to the AggregationAlgorithms SQL table.asteroide1-0/+3
2015-09-21Put the ID of aggregation algorithm for a particular IntraExtension in the in...asteroide1-30/+38
2015-09-17In controllers, user_id is the Keystone ID and that don't match with the id i...asteroide1-29/+17
2015-09-15The genre attribute may be not set. So automatically setting it, by looking t...asteroide1-0/+5
2015-09-11Debug all the tenant commands in moonclient and fix some bugs in opnfv-moon r...asteroide1-38/+36
2015-09-11Change the deletion behaviour of scope and assignment when deleting an intra-...asteroide1-15/+16
2015-09-08Add_tenant can now be used even if the tenant ID is unknown.asteroide1-1/+3
2015-09-04End of Keystone code update to branch Master and fix some bugs.asteroide1-40/+76
2015-09-01Update Keystone code from official Github repository with branch Master on 09...asteroide1-0/+8
2015-08-31Fix all tests.asteroide1-245/+356
2015-08-10review codeWuKong1-147/+138
2015-08-07review codeWuKong1-71/+92
2015-07-31Play unit tests and modify code accordingly. (some tests are still not OK).asteroide1-219/+373
2015-07-27Merge "Raise AuthzException in IntraExtensionAuthzManager whenn needed (untes...Ruan HE1-1/+77
2015-07-27Merge "Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtensio...Ruan HE1-12/+58
2015-07-27Merge "Add more log in authz function. (untested)"Ruan HE1-4/+5
2015-07-27Merge "Add deletion of secondary keys in core.py and add a forgotten API func...Ruan HE1-2/+32
2015-07-27Raise AuthzException in IntraExtensionAuthzManager whenn needed (untested).asteroide1-1/+77
2015-07-27Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtension. (unt...asteroide1-12/+58
2015-07-27Add more log in authz function. (untested)asteroide1-4/+5
2015-07-27Add deletion of secondary keys in core.py and add a forgotten API function in...asteroide1-2/+32
2015-07-27Add initialization for ADMIN_ID and ROOT_EXTENSION_ID in core.py.asteroide1-50/+92
2015-07-24add_tenant function in controllers.py nox check if tenant name exist in Keystoneasteroide1-47/+73
2015-07-22finish review codeWuKong1-1/+1
2015-07-22finish review codeWuKong1-120/+135
2015-07-22Fix bugs by executing tests (need more work)asteroide1-61/+71
2015-07-21add super_extensionWuKong1-82/+81
2015-07-21Merge filter functions.asteroide1-79/+99
2015-07-21Modify __load_* functions and object and action related functions.asteroide1-201/+250
2015-07-21add super_extensionWuKong1-124/+3
2015-07-21review codeWuKong1-251/+93