"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "keystone/common/policies/application_credential.py" between
keystone-19.0.0.tar.gz and keystone-19.0.1.tar.gz

About: OpenStack Keystone (Core Service: Identity) provides an authentication and authorization service for other OpenStack services. Provides a catalog of endpoints for all OpenStack services.
The "Wallaby" series (maintained release).

application_credential.py  (keystone-19.0.0):application_credential.py  (keystone-19.0.1)
skipping to change at line 26 skipping to change at line 26
from keystone.common.policies import base from keystone.common.policies import base
collection_path = '/v3/users/{user_id}/application_credentials' collection_path = '/v3/users/{user_id}/application_credentials'
resource_path = collection_path + '/{application_credential_id}' resource_path = collection_path + '/{application_credential_id}'
deprecated_list_application_credentials_for_user = policy.DeprecatedRule( deprecated_list_application_credentials_for_user = policy.DeprecatedRule(
name=base.IDENTITY % 'list_application_credentials', name=base.IDENTITY % 'list_application_credentials',
check_str=base.RULE_ADMIN_OR_OWNER check_str=base.RULE_ADMIN_OR_OWNER
) )
deprecated_get_application_credentials_for_user = policy.DeprecatedRule( deprecated_get_application_credentials_for_user = policy.DeprecatedRule(
name=base.IDENTITY % 'get_application_credentials', name=base.IDENTITY % 'get_application_credential',
check_str=base.RULE_ADMIN_OR_OWNER check_str=base.RULE_ADMIN_OR_OWNER
) )
deprecated_delete_application_credentials_for_user = policy.DeprecatedRule( deprecated_delete_application_credentials_for_user = policy.DeprecatedRule(
name=base.IDENTITY % 'delete_application_credentials', name=base.IDENTITY % 'delete_application_credential',
check_str=base.RULE_ADMIN_OR_OWNER check_str=base.RULE_ADMIN_OR_OWNER
) )
DEPRECATED_REASON = ( DEPRECATED_REASON = (
"The application credential API is now aware of system scope and default " "The application credential API is now aware of system scope and default "
"roles." "roles."
) )
application_credential_policies = [ application_credential_policies = [
policy.DocumentedRuleDefault( policy.DocumentedRuleDefault(
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)