aboutsummaryrefslogtreecommitdiffstats
path: root/python_moondb
diff options
context:
space:
mode:
Diffstat (limited to 'python_moondb')
-rw-r--r--python_moondb/Changelog71
-rw-r--r--python_moondb/LICENSE202
-rw-r--r--python_moondb/MANIFEST.in10
-rw-r--r--python_moondb/README.md32
-rw-r--r--python_moondb/bin/drop_tables.sql18
-rw-r--r--python_moondb/python_moondb/__init__.py7
-rw-r--r--python_moondb/python_moondb/api/__init__.py0
-rw-r--r--python_moondb/python_moondb/api/keystone.py106
-rw-r--r--python_moondb/python_moondb/api/managers.py15
-rw-r--r--python_moondb/python_moondb/api/model.py123
-rw-r--r--python_moondb/python_moondb/api/pdp.py43
-rw-r--r--python_moondb/python_moondb/api/policy.py290
-rw-r--r--python_moondb/python_moondb/backends/__init__.py97
-rw-r--r--python_moondb/python_moondb/backends/sql.py1661
-rw-r--r--python_moondb/python_moondb/core.py228
-rw-r--r--python_moondb/python_moondb/db_manager.py82
-rw-r--r--python_moondb/python_moondb/migrate_repo/__init__.py0
-rw-r--r--python_moondb/python_moondb/migrate_repo/versions/001_moon.py252
-rw-r--r--python_moondb/python_moondb/migrate_repo/versions/__init__.py0
-rw-r--r--python_moondb/requirements.txt4
-rw-r--r--python_moondb/setup.py54
-rw-r--r--python_moondb/tests/unit_python/conftest.py145
-rw-r--r--python_moondb/tests/unit_python/mock_components.py27
-rw-r--r--python_moondb/tests/unit_python/mock_keystone.py33
-rwxr-xr-xpython_moondb/tests/unit_python/models/__init__.py0
-rw-r--r--python_moondb/tests/unit_python/models/test_categories.py44
-rw-r--r--python_moondb/tests/unit_python/models/test_meta_rules.py174
-rw-r--r--python_moondb/tests/unit_python/models/test_models.py178
-rw-r--r--python_moondb/tests/unit_python/policies/__init__.py0
-rw-r--r--python_moondb/tests/unit_python/policies/mock_data.py55
-rwxr-xr-xpython_moondb/tests/unit_python/policies/test_assignments.py257
-rwxr-xr-xpython_moondb/tests/unit_python/policies/test_data.py567
-rwxr-xr-xpython_moondb/tests/unit_python/policies/test_policies.py290
-rw-r--r--python_moondb/tests/unit_python/requirements.txt5
-rw-r--r--python_moondb/tests/unit_python/test_keystone.py53
-rwxr-xr-xpython_moondb/tests/unit_python/test_pdp.py112
-rw-r--r--python_moondb/tests/unit_python/utilities.py136
37 files changed, 0 insertions, 5371 deletions
diff --git a/python_moondb/Changelog b/python_moondb/Changelog
deleted file mode 100644
index 19cd0ac0..00000000
--- a/python_moondb/Changelog
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-
-CHANGES
-=======
-
-0.1.0
------
-- First version of the moon_db library.
-
-1.0.0
------
-- First public version of the moon_db library.
-
-1.0.1
------
-- Update setup.py to force the installation of requirements.
-
-1.0.2
------
-- Test PyPi upload
-
-1.0.3
------
-- Fix a bug in core.py
-- Update db_manager
-
-1.1.0
------
-- When adding a subject, check the existence of that user in the Keystone DB and
- create it if necessary
-
-1.2.0
------
-- Update the db_manager in order to use it for tests
-
-1.2.1
------
-- Update moon_db_manager in order to use it for unit tests
-
-1.2.2
------
-- Fix a bug in moon_db_manager
-
-1.2.3
------
-- Cleanup moon_db code
-
-1.2.4
------
-- Update the name of the library (from moon_db)
-
-1.2.5
------
-- Code cleaning
-
-1.2.6
------
-- Remove some code duplication in moon_db
-- handle the extra field for the perimeter
-
-1.2.7
------
-- Fix some bugs
-
-1.2.8
------
-- Add unique constraints on db tables
diff --git a/python_moondb/LICENSE b/python_moondb/LICENSE
deleted file mode 100644
index d6456956..00000000
--- a/python_moondb/LICENSE
+++ /dev/null
@@ -1,202 +0,0 @@
-
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/python_moondb/MANIFEST.in b/python_moondb/MANIFEST.in
deleted file mode 100644
index 02655837..00000000
--- a/python_moondb/MANIFEST.in
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-include README.md
-include LICENSE
-include setup.py
-include requirements.txt
-graft bin \ No newline at end of file
diff --git a/python_moondb/README.md b/python_moondb/README.md
deleted file mode 100644
index d36c6ae3..00000000
--- a/python_moondb/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# python_moondb
-
-This package contains the database module for the Moon project
-It is designed to provide a driver to access the Moon database.
-
-For any other information, refer to the parent project:
-
- https://git.opnfv.org/moon
-
-## Build
-### Build Python Package
-```bash
-cd ${MOON_HOME}/python_moondb
-python3 setup.py sdist bdist_wheel
-```
-
-### Push Python Package to PIP
-```bash
-cd ${MOON_HOME}/python_moondb
-gpg --detach-sign -u "${GPG_ID}" -a dist/python_moondb-X.Y.Z-py3-none-any.whl
-gpg --detach-sign -u "${GPG_ID}" -a dist/python_moondb-X.Y.Z.tar.gz
-twine upload dist/python_moondb-X.Y.Z-py3-none-any.whl dist/python_moondb-X.Y.Z-py3-none-any.whl.asc
-twine upload dist/python_moondb-X.Y.Z.tar.gz dist/python_moondb-X.Y.Z.tar.gz.asc
-```
-
-## Test
-### Python Unit Test
-launch Docker for Python unit tests
-```bash
-cd ${MOON_HOME}/python_moondb
-docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest
-``` \ No newline at end of file
diff --git a/python_moondb/bin/drop_tables.sql b/python_moondb/bin/drop_tables.sql
deleted file mode 100644
index f5f65ea7..00000000
--- a/python_moondb/bin/drop_tables.sql
+++ /dev/null
@@ -1,18 +0,0 @@
-use moon;
-drop table action_assignments;
-drop table object_assignments;
-drop table subject_assignments;
-drop table subject_scopes;
-drop table action_scopes;
-drop table object_scopes;
-drop table action_categories;
-drop table subject_categories;
-drop table object_categories;
-drop table rules;
-drop table sub_meta_rules;
-drop table actions;
-drop table objects;
-drop table subjects;
-drop table tenants;
-drop table intra_extensions;
-show tables;
diff --git a/python_moondb/python_moondb/__init__.py b/python_moondb/python_moondb/__init__.py
deleted file mode 100644
index b266a9d4..00000000
--- a/python_moondb/python_moondb/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-__version__ = "1.2.8"
-
diff --git a/python_moondb/python_moondb/api/__init__.py b/python_moondb/python_moondb/api/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/python_moondb/python_moondb/api/__init__.py
+++ /dev/null
diff --git a/python_moondb/python_moondb/api/keystone.py b/python_moondb/python_moondb/api/keystone.py
deleted file mode 100644
index 582ae710..00000000
--- a/python_moondb/python_moondb/api/keystone.py
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import os
-import requests
-import json
-from uuid import uuid4
-import logging
-from python_moonutilities import exceptions, configuration
-from python_moonutilities.security_functions import filter_input, login, logout
-from python_moondb.api.managers import Managers
-
-logger = logging.getLogger("moon.db.api.keystone")
-
-
-class KeystoneManager(Managers):
-
- def __init__(self, connector=None):
- self.driver = connector.driver
- Managers.KeystoneManager = self
- conf = configuration.get_configuration("openstack/keystone")['openstack/keystone']
-
- self.__url = conf['url']
- self.__user = conf['user']
- self.__password = conf['password']
- self.__domain = conf['domain']
- self.__project = conf['project']
- try:
- os.environ.pop("http_proxy")
- os.environ.pop("https_proxy")
- except KeyError:
- pass
-
- def __get(self, endpoint, _exception=exceptions.KeystoneError):
- _headers = login()
- req = requests.get("{}{}".format(self.__url, endpoint), headers=_headers, verify=False)
- if req.status_code not in (200, 201):
- logger.error(req.text)
- raise _exception
- data = req.json()
- logout(_headers)
- return data
-
- def __post(self, endpoint, data=None, _exception=exceptions.KeystoneError):
- _headers = login()
- req = requests.post("{}{}".format(self.__url, endpoint),
- data=json.dumps(data),
- headers=_headers, verify=False)
- if req.status_code == 409:
- logger.warning(req.text)
- raise exceptions.KeystoneUserConflict
- if req.status_code not in (200, 201):
- logger.error(req.text)
- raise _exception
- data = req.json()
- logout(_headers)
- return data
-
- def list_projects(self):
- return self.__get(endpoint="/projects/", _exception=exceptions.KeystoneProjectError)
-
- @filter_input
- def create_project(self, tenant_dict):
- if "name" not in tenant_dict:
- raise exceptions.KeystoneProjectError("Cannot get the project name.")
- _project = {
- "project": {
- "description": tenant_dict['description'] if 'description' in tenant_dict else "",
- "domain_id": tenant_dict['domain'] if 'domain' in tenant_dict else "default",
- "enabled": True,
- "is_domain": False,
- "name": tenant_dict['name']
- }
- }
- return self.__post(endpoint="/projects/",
- data=_project,
- _exception=exceptions.KeystoneProjectError)
-
- @filter_input
- def get_user_by_name(self, username, domain_id="default"):
- return self.__get(endpoint="/users?name={}&domain_id={}".format(username, domain_id),
- _exception=exceptions.KeystoneUserError)
-
- @filter_input
- def create_user(self, subject_dict):
- _user = {
- "user": {
- "enabled": True,
- "name": subject_dict['name'] if 'name' in subject_dict else uuid4().hex,
- }
- }
- if 'project' in subject_dict:
- _user['user']['default_project_id'] = subject_dict['project']
- if 'domain' in subject_dict:
- _user['user']['domain_id'] = subject_dict['domain']
- if 'password' in subject_dict:
- _user['user']['password'] = subject_dict['password']
- try:
- return self.__post(endpoint="/users/",
- data=_user,
- _exception=exceptions.KeystoneUserError)
- except exceptions.KeystoneUserConflict:
- return True
-
diff --git a/python_moondb/python_moondb/api/managers.py b/python_moondb/python_moondb/api/managers.py
deleted file mode 100644
index f500d02e..00000000
--- a/python_moondb/python_moondb/api/managers.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import logging
-logger = logging.getLogger("moon.db.api.managers")
-
-
-class Managers(object):
- """Object that links managers together"""
- ModelManager = None
- KeystoneManager = None
- PDPManager = None
- PolicyManager = None
diff --git a/python_moondb/python_moondb/api/model.py b/python_moondb/python_moondb/api/model.py
deleted file mode 100644
index 57857cd2..00000000
--- a/python_moondb/python_moondb/api/model.py
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-from uuid import uuid4
-import logging
-from python_moonutilities import exceptions
-from python_moonutilities.security_functions import filter_input, enforce
-from python_moondb.api.managers import Managers
-
-
-logger = logging.getLogger("moon.db.api.model")
-
-
-class ModelManager(Managers):
-
- def __init__(self, connector=None):
- self.driver = connector.driver
- Managers.ModelManager = self
-
- @enforce(("read", "write"), "models")
- def update_model(self, user_id, model_id, value):
- if model_id not in self.driver.get_models(model_id=model_id):
- raise exceptions.ModelUnknown
- return self.driver.update_model(model_id=model_id, value=value)
-
- @enforce(("read", "write"), "models")
- def delete_model(self, user_id, model_id):
- if model_id not in self.driver.get_models(model_id=model_id):
- raise exceptions.ModelUnknown
- # TODO (asteroide): check that no policy is connected to this model
- return self.driver.delete_model(model_id=model_id)
-
- @enforce(("read", "write"), "models")
- def add_model(self, user_id, model_id=None, value=None):
- if model_id in self.driver.get_models(model_id=model_id):
- raise exceptions.ModelExisting
- if not model_id:
- model_id = uuid4().hex
- return self.driver.add_model(model_id=model_id, value=value)
-
- @enforce("read", "models")
- def get_models(self, user_id, model_id=None):
- return self.driver.get_models(model_id=model_id)
-
- @enforce(("read", "write"), "meta_rules")
- def set_meta_rule(self, user_id, meta_rule_id, value):
- if meta_rule_id not in self.driver.get_meta_rules(meta_rule_id=meta_rule_id):
- raise exceptions.MetaRuleUnknown
- return self.driver.set_meta_rule(meta_rule_id=meta_rule_id, value=value)
-
- @enforce("read", "meta_rules")
- def get_meta_rules(self, user_id, meta_rule_id=None):
- return self.driver.get_meta_rules(meta_rule_id=meta_rule_id)
-
- @enforce(("read", "write"), "meta_rules")
- def add_meta_rule(self, user_id, meta_rule_id=None, value=None):
- if meta_rule_id in self.driver.get_meta_rules(meta_rule_id=meta_rule_id):
- raise exceptions.MetaRuleExisting
- return self.driver.set_meta_rule(meta_rule_id=meta_rule_id, value=value)
-
- @enforce(("read", "write"), "meta_rules")
- def delete_meta_rule(self, user_id, meta_rule_id=None):
- if meta_rule_id not in self.driver.get_meta_rules(meta_rule_id=meta_rule_id):
- raise exceptions.MetaRuleUnknown
- # TODO (asteroide): check and/or delete data and assignments and rules linked to that meta_rule
- return self.driver.delete_meta_rule(meta_rule_id=meta_rule_id)
-
- @enforce("read", "meta_data")
- def get_subject_categories(self, user_id, category_id=None):
- return self.driver.get_subject_categories(category_id=category_id)
-
- @enforce(("read", "write"), "meta_data")
- def add_subject_category(self, user_id, category_id=None, value=None):
- if category_id in self.driver.get_subject_categories(category_id=category_id):
- raise exceptions.SubjectCategoryExisting
- return self.driver.add_subject_category(name=value["name"], description=value["description"], uuid=category_id)
-
- @enforce(("read", "write"), "meta_data")
- def delete_subject_category(self, user_id, category_id):
- # TODO (asteroide): delete all data linked to that category
- # TODO (asteroide): delete all meta_rules linked to that category
- if category_id not in self.driver.get_subject_categories(category_id=category_id):
- raise exceptions.SubjectCategoryUnknown
- return self.driver.delete_subject_category(category_id=category_id)
-
- @enforce("read", "meta_data")
- def get_object_categories(self, user_id, category_id=None):
- return self.driver.get_object_categories(category_id)
-
- @enforce(("read", "write"), "meta_data")
- def add_object_category(self, user_id, category_id=None, value=None):
- if category_id in self.driver.get_object_categories(category_id=category_id):
- raise exceptions.ObjectCategoryExisting
- return self.driver.add_object_category(name=value["name"], description=value["description"], uuid=category_id)
-
- @enforce(("read", "write"), "meta_data")
- def delete_object_category(self, user_id, category_id):
- # TODO (asteroide): delete all data linked to that category
- # TODO (asteroide): delete all meta_rules linked to that category
- if category_id not in self.driver.get_object_categories(category_id=category_id):
- raise exceptions.ObjectCategoryUnknown
- return self.driver.delete_object_category(category_id=category_id)
-
- @enforce("read", "meta_data")
- def get_action_categories(self, user_id, category_id=None):
- return self.driver.get_action_categories(category_id=category_id)
-
- @enforce(("read", "write"), "meta_data")
- def add_action_category(self, user_id, category_id=None, value=None):
- if category_id in self.driver.get_action_categories(category_id=category_id):
- raise exceptions.ActionCategoryExisting
- return self.driver.add_action_category(name=value["name"], description=value["description"], uuid=category_id)
-
- @enforce(("read", "write"), "meta_data")
- def delete_action_category(self, user_id, category_id):
- # TODO (asteroide): delete all data linked to that category
- # TODO (asteroide): delete all meta_rules linked to that category
- if category_id not in self.driver.get_action_categories(category_id=category_id):
- raise exceptions.ActionCategoryExisting
- return self.driver.delete_action_category(category_id=category_id)
-
diff --git a/python_moondb/python_moondb/api/pdp.py b/python_moondb/python_moondb/api/pdp.py
deleted file mode 100644
index 7e852ca8..00000000
--- a/python_moondb/python_moondb/api/pdp.py
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-from uuid import uuid4
-import logging
-from python_moonutilities.security_functions import enforce
-from python_moondb.api.managers import Managers
-from python_moonutilities import exceptions
-
-logger = logging.getLogger("moon.db.api.pdp")
-
-
-class PDPManager(Managers):
-
- def __init__(self, connector=None):
- self.driver = connector.driver
- Managers.PDPManager = self
-
- @enforce(("read", "write"), "pdp")
- def update_pdp(self, user_id, pdp_id, value):
- if pdp_id not in self.driver.get_pdp(pdp_id=pdp_id):
- raise exceptions.PdpUnknown
- return self.driver.update_pdp(pdp_id=pdp_id, value=value)
-
- @enforce(("read", "write"), "pdp")
- def delete_pdp(self, user_id, pdp_id):
- if pdp_id not in self.driver.get_pdp(pdp_id=pdp_id):
- raise exceptions.PdpUnknown
- return self.driver.delete_pdp(pdp_id=pdp_id)
-
- @enforce(("read", "write"), "pdp")
- def add_pdp(self, user_id, pdp_id=None, value=None):
- if pdp_id in self.driver.get_pdp(pdp_id=pdp_id):
- raise exceptions.PdpExisting
- if not pdp_id:
- pdp_id = uuid4().hex
- return self.driver.add_pdp(pdp_id=pdp_id, value=value)
-
- @enforce("read", "pdp")
- def get_pdp(self, user_id, pdp_id=None):
- return self.driver.get_pdp(pdp_id=pdp_id)
diff --git a/python_moondb/python_moondb/api/policy.py b/python_moondb/python_moondb/api/policy.py
deleted file mode 100644
index 9e7ad96c..00000000
--- a/python_moondb/python_moondb/api/policy.py
+++ /dev/null
@@ -1,290 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-from uuid import uuid4
-import logging
-from python_moonutilities.security_functions import enforce
-from python_moondb.api.managers import Managers
-from python_moonutilities import exceptions
-
-logger = logging.getLogger("moon.db.api.policy")
-
-
-class PolicyManager(Managers):
-
- def __init__(self, connector=None):
- self.driver = connector.driver
- Managers.PolicyManager = self
-
- def get_policy_from_meta_rules(self, user_id, meta_rule_id):
- policies = self.PolicyManager.get_policies("admin")
- models = self.ModelManager.get_models("admin")
- for pdp_key, pdp_value in self.PDPManager.get_pdp(user_id).items():
- if 'security_pipeline' not in pdp_value:
- raise exceptions.PdpContentError
- for policy_id in pdp_value["security_pipeline"]:
- if not policies or policy_id not in policies:
- raise exceptions.PolicyUnknown
- model_id = policies[policy_id]["model_id"]
- if not models:
- raise exceptions.ModelUnknown
- if model_id not in models:
- raise exceptions.ModelUnknown
- if meta_rule_id in models[model_id]["meta_rules"]:
- return policy_id
-
- @enforce(("read", "write"), "policies")
- def update_policy(self, user_id, policy_id, value):
- if policy_id not in self.driver.get_policies(policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.update_policy(policy_id=policy_id, value=value)
-
- @enforce(("read", "write"), "policies")
- def delete_policy(self, user_id, policy_id):
- # TODO (asteroide): unmap PDP linked to that policy
- if policy_id not in self.driver.get_policies(policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.delete_policy(policy_id=policy_id)
-
- @enforce(("read", "write"), "policies")
- def add_policy(self, user_id, policy_id=None, value=None):
- if policy_id in self.driver.get_policies(policy_id=policy_id):
- raise exceptions.PolicyExisting
- if not policy_id:
- policy_id = uuid4().hex
- return self.driver.add_policy(policy_id=policy_id, value=value)
-
- @enforce("read", "policies")
- def get_policies(self, user_id, policy_id=None):
- return self.driver.get_policies(policy_id=policy_id)
-
- @enforce("read", "perimeter")
- def get_subjects(self, user_id, policy_id, perimeter_id=None):
- return self.driver.get_subjects(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce(("read", "write"), "perimeter")
- def add_subject(self, user_id, policy_id, perimeter_id=None, value=None):
- k_user = Managers.KeystoneManager.get_user_by_name(value.get('name'))
- if not k_user['users']:
- k_user = Managers.KeystoneManager.create_user(value)
- if not perimeter_id:
- try:
- logger.info("k_user={}".format(k_user))
- perimeter_id = k_user['users'][0].get('id', uuid4().hex)
- except IndexError:
- k_user = Managers.KeystoneManager.get_user_by_name(
- value.get('name'))
- perimeter_id = uuid4().hex
- except KeyError:
- k_user = Managers.KeystoneManager.get_user_by_name(
- value.get('name'))
- perimeter_id = uuid4().hex
- value.update(k_user['users'][0])
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.set_subject(policy_id=policy_id, perimeter_id=perimeter_id, value=value)
-
- @enforce(("read", "write"), "perimeter")
- def delete_subject(self, user_id, policy_id, perimeter_id):
- return self.driver.delete_subject(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce("read", "perimeter")
- def get_objects(self, user_id, policy_id, perimeter_id=None):
- return self.driver.get_objects(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce(("read", "write"), "perimeter")
- def add_object(self, user_id, policy_id, perimeter_id=None, value=None):
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- if not perimeter_id:
- perimeter_id = uuid4().hex
- return self.driver.set_object(policy_id=policy_id, perimeter_id=perimeter_id, value=value)
-
- @enforce(("read", "write"), "perimeter")
- def delete_object(self, user_id, policy_id, perimeter_id):
- return self.driver.delete_object(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce("read", "perimeter")
- def get_actions(self, user_id, policy_id, perimeter_id=None):
- return self.driver.get_actions(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce(("read", "write"), "perimeter")
- def add_action(self, user_id, policy_id, perimeter_id=None, value=None):
- logger.info("add_action {}".format(policy_id))
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.set_action(policy_id=policy_id, perimeter_id=perimeter_id, value=value)
-
- @enforce(("read", "write"), "perimeter")
- def delete_action(self, user_id, policy_id, perimeter_id):
- return self.driver.delete_action(policy_id=policy_id, perimeter_id=perimeter_id)
-
- @enforce("read", "data")
- def get_subject_data(self, user_id, policy_id, data_id=None, category_id=None):
- available_metadata = self.get_available_metadata(user_id, policy_id)
- results = []
- if not category_id:
- for cat in available_metadata["subject"]:
- results.append(self.driver.get_subject_data(policy_id=policy_id, data_id=data_id,
- category_id=cat))
- if category_id and category_id in available_metadata["subject"]:
- results.append(self.driver.get_subject_data(policy_id=policy_id, data_id=data_id,
- category_id=category_id))
- return results
-
- @enforce(("read", "write"), "data")
- def set_subject_data(self, user_id, policy_id, data_id=None, category_id=None, value=None):
- if not category_id:
- raise Exception('Invalid category id')
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- if not data_id:
- data_id = uuid4().hex
- return self.driver.set_subject_data(policy_id=policy_id, data_id=data_id, category_id=category_id, value=value)
-
- @enforce(("read", "write"), "data")
- def delete_subject_data(self, user_id, policy_id, data_id):
- # TODO (asteroide): check and/or delete assignments linked to that data
- return self.driver.delete_subject_data(policy_id=policy_id, data_id=data_id)
-
- @enforce("read", "data")
- def get_object_data(self, user_id, policy_id, data_id=None, category_id=None):
- available_metadata = self.get_available_metadata(user_id, policy_id)
- results = []
- if not category_id:
- for cat in available_metadata["object"]:
- results.append(self.driver.get_object_data(policy_id=policy_id, data_id=data_id,
- category_id=cat))
- if category_id and category_id in available_metadata["object"]:
- results.append(self.driver.get_object_data(policy_id=policy_id, data_id=data_id,
- category_id=category_id))
- return results
-
- @enforce(("read", "write"), "data")
- def add_object_data(self, user_id, policy_id, data_id=None, category_id=None, value=None):
- if not category_id:
- raise Exception('Invalid category id')
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- if not data_id:
- data_id = uuid4().hex
- return self.driver.set_object_data(policy_id=policy_id, data_id=data_id, category_id=category_id, value=value)
-
- @enforce(("read", "write"), "data")
- def delete_object_data(self, user_id, policy_id, data_id):
- # TODO (asteroide): check and/or delete assignments linked to that data
- return self.driver.delete_object_data(policy_id=policy_id, data_id=data_id)
-
- @enforce("read", "data")
- def get_action_data(self, user_id, policy_id, data_id=None, category_id=None):
- available_metadata = self.get_available_metadata(user_id, policy_id)
- results = []
- if not category_id:
- for cat in available_metadata["action"]:
- results.append(self.driver.get_action_data(policy_id=policy_id, data_id=data_id,
- category_id=cat))
- if category_id and category_id in available_metadata["action"]:
- results.append(self.driver.get_action_data(policy_id=policy_id, data_id=data_id,
- category_id=category_id))
- return results
-
- @enforce(("read", "write"), "data")
- def add_action_data(self, user_id, policy_id, data_id=None, category_id=None, value=None):
- if not category_id:
- raise Exception('Invalid category id')
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- if not data_id:
- data_id = uuid4().hex
- return self.driver.set_action_data(policy_id=policy_id, data_id=data_id, category_id=category_id, value=value)
-
- @enforce(("read", "write"), "data")
- def delete_action_data(self, user_id, policy_id, data_id):
- # TODO (asteroide): check and/or delete assignments linked to that data
- return self.driver.delete_action_data(policy_id=policy_id, data_id=data_id)
-
- @enforce("read", "assignments")
- def get_subject_assignments(self, user_id, policy_id, subject_id=None, category_id=None):
- return self.driver.get_subject_assignments(policy_id=policy_id, subject_id=subject_id, category_id=category_id)
-
- @enforce(("read", "write"), "assignments")
- def add_subject_assignment(self, user_id, policy_id, subject_id, category_id, data_id):
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.add_subject_assignment(policy_id=policy_id, subject_id=subject_id,
- category_id=category_id, data_id=data_id)
-
- @enforce(("read", "write"), "assignments")
- def delete_subject_assignment(self, user_id, policy_id, subject_id, category_id, data_id):
- return self.driver.delete_subject_assignment(policy_id=policy_id, subject_id=subject_id,
- category_id=category_id, data_id=data_id)
-
- @enforce("read", "assignments")
- def get_object_assignments(self, user_id, policy_id, object_id=None, category_id=None):
- return self.driver.get_object_assignments(policy_id=policy_id, object_id=object_id, category_id=category_id)
-
- @enforce(("read", "write"), "assignments")
- def add_object_assignment(self, user_id, policy_id, object_id, category_id, data_id):
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.add_object_assignment(policy_id=policy_id, object_id=object_id,
- category_id=category_id, data_id=data_id)
-
- @enforce(("read", "write"), "assignments")
- def delete_object_assignment(self, user_id, policy_id, object_id, category_id, data_id):
- return self.driver.delete_object_assignment(policy_id=policy_id, object_id=object_id,
- category_id=category_id, data_id=data_id)
-
- @enforce("read", "assignments")
- def get_action_assignments(self, user_id, policy_id, action_id=None, category_id=None):
- return self.driver.get_action_assignments(policy_id=policy_id, action_id=action_id, category_id=category_id)
-
- @enforce(("read", "write"), "assignments")
- def add_action_assignment(self, user_id, policy_id, action_id, category_id, data_id):
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.add_action_assignment(policy_id=policy_id, action_id=action_id,
- category_id=category_id, data_id=data_id)
-
- @enforce(("read", "write"), "assignments")
- def delete_action_assignment(self, user_id, policy_id, action_id, category_id, data_id):
- return self.driver.delete_action_assignment(policy_id=policy_id, action_id=action_id,
- category_id=category_id, data_id=data_id)
-
- @enforce("read", "rules")
- def get_rules(self, user_id, policy_id, meta_rule_id=None, rule_id=None):
- return self.driver.get_rules(policy_id=policy_id, meta_rule_id=meta_rule_id, rule_id=rule_id)
-
- @enforce(("read", "write"), "rules")
- def add_rule(self, user_id, policy_id, meta_rule_id, value):
- if not self.get_policies(user_id=user_id, policy_id=policy_id):
- raise exceptions.PolicyUnknown
- return self.driver.add_rule(policy_id=policy_id, meta_rule_id=meta_rule_id, value=value)
-
- @enforce(("read", "write"), "rules")
- def delete_rule(self, user_id, policy_id, rule_id):
- return self.driver.delete_rule(policy_id=policy_id, rule_id=rule_id)
-
- @enforce("read", "meta_data")
- def get_available_metadata(self, user_id, policy_id):
- categories = {
- "subject": [],
- "object": [],
- "action": []
- }
- policy = self.driver.get_policies(policy_id=policy_id)
- if not policy:
- raise exceptions.PolicyUnknown
- model_id = policy[policy_id]["model_id"]
- model = Managers.ModelManager.get_models(user_id=user_id, model_id=model_id)
- try:
- meta_rule_list = model[model_id]["meta_rules"]
- for meta_rule_id in meta_rule_list:
- meta_rule = Managers.ModelManager.get_meta_rules(user_id=user_id, meta_rule_id=meta_rule_id)
- categories["subject"].extend(meta_rule[meta_rule_id]["subject_categories"])
- categories["object"].extend(meta_rule[meta_rule_id]["object_categories"])
- categories["action"].extend(meta_rule[meta_rule_id]["action_categories"])
- finally:
- return categories
diff --git a/python_moondb/python_moondb/backends/__init__.py b/python_moondb/python_moondb/backends/__init__.py
deleted file mode 100644
index 237bdc3e..00000000
--- a/python_moondb/python_moondb/backends/__init__.py
+++ /dev/null
@@ -1,97 +0,0 @@
-
-"""
-intra_extensions = {
- intra_extension_id1: {
- name: xxx,
- model: yyy,
- description: zzz},
- intra_extension_id2: {...},
- ...
-}
-
-tenants = {
- tenant_id1: {
- name: xxx,
- description: yyy,
- intra_authz_extension_id: zzz,
- intra_admin_extension_id: zzz,
- },
- tenant_id2: {...},
- ...
-}
-
---------------- for each intra-extension -----------------
-
-subject_categories = {
- subject_category_id1: {
- name: xxx,
- description: yyy},
- subject_category_id2: {...},
- ...
-}
-
-subjects = {
- subject_id1: {
- name: xxx,
- description: yyy,
- ...},
- subject_id2: {...},
- ...
-}
-
-subject_scopes = {
- subject_category_id1: {
- subject_scope_id1: {
- name: xxx,
- description: aaa},
- subject_scope_id2: {
- name: yyy,
- description: bbb},
- ...},
- subject_scope_id3: {
- ...}
- subject_category_id2: {...},
- ...
-}
-
-subject_assignments = {
- subject_id1: {
- subject_category_id1: [subject_scope_id1, subject_scope_id2, ...],
- subject_category_id2: [subject_scope_id3, subject_scope_id4, ...],
- ...
- },
- subject_id2: {
- subject_category_id1: [subject_scope_id1, subject_scope_id2, ...],
- subject_category_id2: [subject_scope_id3, subject_scope_id4, ...],
- ...
- },
- ...
-}
-
-aggregation_algorithm = {
- aggregation_algorithm_id: {
- name: xxx,
- description: yyy
- }
- }
-
-sub_meta_rules = {
- sub_meta_rule_id_1: {
- "name": xxx,
- "algorithm": yyy,
- "subject_categories": [subject_category_id1, subject_category_id2,...],
- "object_categories": [object_category_id1, object_category_id2,...],
- "action_categories": [action_category_id1, action_category_id2,...]
- sub_meta_rule_id_2: {...},
- ...
-}
-
-rules = {
- sub_meta_rule_id1: {
- rule_id1: [subject_scope1, subject_scope2, ..., action_scope1, ..., object_scope1, ... ],
- rule_id2: [subject_scope3, subject_scope4, ..., action_scope3, ..., object_scope3, ... ],
- rule_id3: [thomas, write, admin.subjects]
- ...},
- sub_meta_rule_id2: { },
- ...}
-""" \ No newline at end of file
diff --git a/python_moondb/python_moondb/backends/sql.py b/python_moondb/python_moondb/backends/sql.py
deleted file mode 100644
index a838a854..00000000
--- a/python_moondb/python_moondb/backends/sql.py
+++ /dev/null
@@ -1,1661 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import copy
-import json
-from uuid import uuid4
-import sqlalchemy as sql
-import logging
-from sqlalchemy.orm import sessionmaker
-from sqlalchemy.ext.declarative import declarative_base, declared_attr
-from sqlalchemy import create_engine
-from contextlib import contextmanager
-from sqlalchemy import types as sql_types
-from python_moonutilities import configuration
-from python_moonutilities.exceptions import *
-from python_moondb.core import PDPDriver, PolicyDriver, ModelDriver
-import sqlalchemy
-
-logger = logging.getLogger("moon.db.driver.sql")
-Base = declarative_base()
-DEBUG = True if configuration.get_configuration("logging")['logging']['loggers']['moon']['level'] == "DEBUG" else False
-
-
-class DictBase:
- attributes = []
-
- @classmethod
- def from_dict(cls, d):
- new_d = d.copy()
- return cls(**new_d)
- # new_d = d.copy()
- #
- # new_d['extra'] = {k: new_d.pop(k) for k in six.iterkeys(d)
- # if k not in cls.attributes and k != 'extra'}
- #
- # return cls(**new_d)
-
- def to_dict(self):
- d = dict()
- for attr in self.__class__.attributes:
- d[attr] = getattr(self, attr)
- return d
-
- def __getitem__(self, key):
- # if "extra" in dir(self) and key in self.extra:
- # return self.extra[key]
- return getattr(self, key)
-
-
-class JsonBlob(sql_types.TypeDecorator):
-
- impl = sql.Text
-
- def process_bind_param(self, value, dialect):
- return json.dumps(value)
-
- def process_result_value(self, value, dialect):
- return json.loads(value)
-
-
-class Model(Base, DictBase):
- __tablename__ = 'models'
- attributes = ['id', 'name', 'value']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- value = sql.Column(JsonBlob(), nullable=True)
-
- def to_dict(self):
- return {
- "name": self.name,
- "description": self.value.get("description", ""),
- "meta_rules": self.value.get("meta_rules", list()),
- }
-
-
-class Policy(Base, DictBase):
- __tablename__ = 'policies'
- attributes = ['id', 'name', 'model_id', 'value']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- model_id = sql.Column(sql.String(64), nullable=True, default="")
- value = sql.Column(JsonBlob(), nullable=True)
-
- def to_dict(self):
- return {
- "description": self.value.get("description", ""),
- "genre": self.value.get("genre", ""),
- "model_id": self.model_id,
- "name": self.name
- }
-
-
-class PDP(Base, DictBase):
- __tablename__ = 'pdp'
- attributes = ['id', 'name', 'keystone_project_id', 'value']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- keystone_project_id = sql.Column(sql.String(64), nullable=True, default="")
- value = sql.Column(JsonBlob(), nullable=True)
-
- def to_dict(self):
- return {
- "name": self.name,
- "description": self.value.get("description", ""),
- "keystone_project_id": self.keystone_project_id,
- "security_pipeline": self.value.get("security_pipeline", []),
- }
-
-
-class PerimeterCategoryBase(DictBase):
- attributes = ['id', 'name', 'description']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- description = sql.Column(sql.String(256), nullable=True)
-
-
-class SubjectCategory(Base, PerimeterCategoryBase):
- __tablename__ = 'subject_categories'
-
-
-class ObjectCategory(Base, PerimeterCategoryBase):
- __tablename__ = 'object_categories'
-
-
-class ActionCategory(Base, PerimeterCategoryBase):
- __tablename__ = 'action_categories'
-
-
-class PerimeterBase(DictBase):
- attributes = ['id', 'name', 'value']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- value = sql.Column(JsonBlob(), nullable=True)
- __mapper_args__ = {'concrete': True}
- def __repr__(self):
- return "{} with name {} : {}".format(self.id, self.name, json.dumps(self.value))
-
- def to_return(self):
- return {
- 'id': self.id,
- 'name': self.name,
- 'description': self.value.get("description", ""),
- 'email': self.value.get("email", ""),
- 'extra': self.value.get("extra", dict()),
- 'policy_list': self.value.get("policy_list", [])
- }
-
- def to_dict(self):
- dict_value = copy.deepcopy(self.value)
- dict_value["name"] = self.name
- return {
- 'id': self.id,
- 'value': dict_value
- }
-
-class Subject(Base, PerimeterBase):
- __tablename__ = 'subjects'
-
-
-class Object(Base, PerimeterBase):
- __tablename__ = 'objects'
-
-
-class Action(Base, PerimeterBase):
- __tablename__ = 'actions'
-
-
-class PerimeterDataBase(DictBase):
- attributes = ['id', 'name', 'value', 'category_id', 'policy_id']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- value = sql.Column(JsonBlob(), nullable=True)
- @declared_attr
- def policy_id(cls):
- return sql.Column(sql.ForeignKey("policies.id"), nullable=False)
-
- def to_dict(self):
- return {
- 'id': self.id,
- 'name': self.name,
- 'description': self.value.get("description", ""),
- 'category_id': self.category_id,
- 'policy_id': self.policy_id
- }
-
-
-class SubjectData(Base, PerimeterDataBase):
- __tablename__ = 'subject_data'
- category_id = sql.Column(sql.ForeignKey("subject_categories.id"), nullable=False)
-
-
-class ObjectData(Base, PerimeterDataBase):
- __tablename__ = 'object_data'
- category_id = sql.Column(sql.ForeignKey("object_categories.id"), nullable=False)
-
-
-class ActionData(Base, PerimeterDataBase):
- __tablename__ = 'action_data'
- category_id = sql.Column(sql.ForeignKey("action_categories.id"), nullable=False)
-
-
-class PerimeterAssignmentBase(DictBase):
- attributes = ['id', 'assignments', 'policy_id', 'subject_id', 'category_id']
- id = sql.Column(sql.String(64), primary_key=True)
- assignments = sql.Column(JsonBlob(), nullable=True)
- category_id = None
-
- @declared_attr
- def policy_id(cls):
- return sql.Column(sql.ForeignKey("policies.id"), nullable=False)
-
- def _to_dict(self, element_key, element_value):
- return {
- "id": self.id,
- "policy_id": self.policy_id,
- element_key: element_value,
- "category_id": self.category_id,
- "assignments": self.assignments,
- }
-
-
-class SubjectAssignment(Base, PerimeterAssignmentBase):
- __tablename__ = 'subject_assignments'
- subject_id = sql.Column(sql.ForeignKey("subjects.id"), nullable=False)
- category_id = sql.Column(sql.ForeignKey("subject_categories.id"), nullable=False)
-
- def to_dict(self):
- return self._to_dict("subject_id", self.subject_id)
-
-
-class ObjectAssignment(Base, PerimeterAssignmentBase):
- __tablename__ = 'object_assignments'
- attributes = ['id', 'assignments', 'policy_id', 'object_id', 'category_id']
- object_id = sql.Column(sql.ForeignKey("objects.id"), nullable=False)
- category_id = sql.Column(sql.ForeignKey("object_categories.id"), nullable=False)
-
- def to_dict(self):
- return self._to_dict("object_id", self.object_id)
-
-
-class ActionAssignment(Base, PerimeterAssignmentBase):
- __tablename__ = 'action_assignments'
- attributes = ['id', 'assignments', 'policy_id', 'action_id', 'category_id']
- action_id = sql.Column(sql.ForeignKey("actions.id"), nullable=False)
- category_id = sql.Column(sql.ForeignKey("action_categories.id"), nullable=False)
-
- def to_dict(self):
- return self._to_dict("action_id", self.action_id)
-
-
-class MetaRule(Base, DictBase):
- __tablename__ = 'meta_rules'
- attributes = ['id', 'name', 'subject_categories', 'object_categories', 'action_categories', 'value']
- id = sql.Column(sql.String(64), primary_key=True)
- name = sql.Column(sql.String(256), nullable=False)
- subject_categories = sql.Column(JsonBlob(), nullable=True)
- object_categories = sql.Column(JsonBlob(), nullable=True)
- action_categories = sql.Column(JsonBlob(), nullable=True)
- value = sql.Column(JsonBlob(), nullable=True)
-
- def to_dict(self):
- return {
- "name": self.name,
- "description": self.value.get("description", ""),
- "subject_categories": self.subject_categories,
- "object_categories": self.object_categories,
- "action_categories": self.action_categories,
- }
-
-
-class Rule(Base, DictBase):
- __tablename__ = 'rules'
- attributes = ['id', 'rule', 'policy_id', 'meta_rule_id']
- id = sql.Column(sql.String(64), primary_key=True)
- rule = sql.Column(JsonBlob(), nullable=True)
- policy_id = sql.Column(sql.ForeignKey("policies.id"), nullable=False)
- meta_rule_id = sql.Column(sql.ForeignKey("meta_rules.id"), nullable=False)
-
- def to_dict(self):
- return {
- 'id': self.id,
- 'rule': self.rule["rule"],
- 'instructions': self.rule["instructions"],
- 'enabled': self.rule["enabled"],
- 'policy_id': self.policy_id,
- 'meta_rule_id': self.meta_rule_id
- }
-
- def __repr__(self):
- return "{}".format(self.rule)
-
-
-@contextmanager
-def session_scope(engine):
- """Provide a transactional scope around a series of operations."""
- if type(engine) is str:
- echo = DEBUG
- engine = create_engine(engine, echo=echo)
- session = sessionmaker(bind=engine)()
- try:
- yield session
- session.commit()
- except:
- session.rollback()
- raise
- finally:
- session.close()
-
-
-class BaseConnector(object):
- """Provide a base connector to connect them all"""
- engine = ""
-
- def __init__(self, engine_name):
- echo = DEBUG
- self.engine = create_engine(engine_name, echo=echo)
-
- def init_db(self):
- Base.metadata.create_all(self.engine)
-
- def set_engine(self, engine_name):
- self.engine = engine_name
-
- def get_session(self):
- return session_scope(self.engine)
-
- def get_session_for_read(self):
- return self.get_session()
-
- def get_session_for_write(self):
- return self.get_session()
-
-
-class PDPConnector(BaseConnector, PDPDriver):
-
- def update_pdp(self, pdp_id, value):
- try:
- with self.get_session_for_write() as session:
- query = session.query(PDP)
- query = query.filter_by(id=pdp_id)
- ref = query.first()
- if ref:
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name", None)
- value_wo_name.pop("keystone_project_id", None)
- ref.name = value["name"]
- ref.keystone_project_id = value["keystone_project_id"]
- d = dict(ref.value)
- d.update(value_wo_name)
- setattr(ref, "value", d)
- return {ref.id: ref.to_dict()}
- except sqlalchemy.exc.IntegrityError:
- raise PdpExisting
-
- def delete_pdp(self, pdp_id):
- with self.get_session_for_write() as session:
- ref = session.query(PDP).get(pdp_id)
- session.delete(ref)
-
- def add_pdp(self, pdp_id=None, value=None):
- try:
- with self.get_session_for_write() as session:
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name", None)
- value_wo_name.pop("keystone_project_id", None)
- new = PDP.from_dict({
- "id": pdp_id if pdp_id else uuid4().hex,
- "name": value["name"],
- "keystone_project_id": value["keystone_project_id"],
- "value": value_wo_name
- })
- session.add(new)
- return {new.id: new.to_dict()}
- except sqlalchemy.exc.IntegrityError:
- raise PdpExisting
-
- def get_pdp(self, pdp_id=None):
- with self.get_session_for_read() as session:
- query = session.query(PDP)
- if pdp_id:
- query = query.filter_by(id=pdp_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
-
-class PolicyConnector(BaseConnector, PolicyDriver):
-
- def update_policy(self, policy_id, value):
- with self.get_session_for_write() as session:
- query = session.query(Policy)
- query = query.filter_by(id=policy_id)
- ref = query.first()
- if ref:
- value_wo_other_info = copy.deepcopy(value)
- value_wo_other_info.pop("name", None)
- value_wo_other_info.pop("model_id", None)
- ref.name = value["name"]
- ref.model_id= value["model_id"]
- d = dict(ref.value)
- d.update(value_wo_other_info)
- setattr(ref, "value", d)
- return {ref.id: ref.to_dict()}
-
- def delete_policy(self, policy_id):
- with self.get_session_for_write() as session:
- ref = session.query(Policy).get(policy_id)
- session.delete(ref)
-
- def add_policy(self, policy_id=None, value=None):
- with self.get_session_for_write() as session:
- value_wo_other_info = copy.deepcopy(value)
- value_wo_other_info.pop("name", None)
- value_wo_other_info.pop("model_id", None)
- new = Policy.from_dict({
- "id": policy_id if policy_id else uuid4().hex,
- "name": value["name"],
- "model_id": value["model_id"],
- "value": value_wo_other_info
- })
- session.add(new)
- return {new.id: new.to_dict()}
-
- def get_policies(self, policy_id=None):
- with self.get_session_for_read() as session:
- query = session.query(Policy)
- if policy_id:
- query = query.filter_by(id=policy_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def __get_perimeters(self, ClassType, policy_id, perimeter_id=None):
- with self.get_session_for_read() as session:
- query = session.query(ClassType)
- ref_list = copy.deepcopy(query.all())
- if perimeter_id:
- for _ref in ref_list:
- _ref_value = _ref.to_return()
- if perimeter_id == _ref.id:
- if policy_id and policy_id in _ref_value["policy_list"]:
- return {_ref.id: _ref_value}
- else:
- return {}
- elif policy_id:
- results = []
- for _ref in ref_list:
- _ref_value = _ref.to_return()
- if policy_id in _ref_value["policy_list"]:
- results.append(_ref)
- return {_ref.id: _ref.to_return() for _ref in results}
- return {_ref.id: _ref.to_return() for _ref in ref_list}
-
- def __set_perimeter(self, ClassType, ClassTypeException, policy_id, perimeter_id=None, value=None):
- _perimeter = None
- with self.get_session_for_write() as session:
- if perimeter_id:
- query = session.query(ClassType)
- query = query.filter_by(id=perimeter_id)
- _perimeter = query.first()
- logger.info("+++++++++++++ {}".format(_perimeter))
- if not _perimeter:
- if "policy_list" not in value or type(value["policy_list"]) is not list:
- value["policy_list"] = []
- if policy_id and policy_id not in value["policy_list"]:
- value["policy_list"] = [policy_id, ]
-
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name",None)
- new = ClassType.from_dict({
- "id": uuid4().hex,
- "name": value["name"],
- "value": value_wo_name
- })
- session.add(new)
- return {new.id: new.to_return()}
- else:
- _value = copy.deepcopy(_perimeter.to_dict())
- if "policy_list" not in _value["value"] or type(_value["value"]["policy_list"]) is not list:
- _value["value"]["policy_list"] = []
- if policy_id and policy_id not in _value["value"]["policy_list"]:
- _value["value"]["policy_list"].append(policy_id)
- logger.info("-------------_value- {}".format(_value))
-
- name = _value["value"]["name"]
- _value["value"].pop("name")
- new_perimeter = ClassType.from_dict({
- "id": _value["id"],
- "name": name,
- "value": _value["value"]
- })
- logger.info("-------------- new {}".format(new_perimeter))
- logger.info("-------------- old {}".format(_perimeter))
- _perimeter.value = new_perimeter.value
- _perimeter.name = new_perimeter.name
- return {_perimeter.id: _perimeter.to_return()}
-
- def __delete_perimeter(self,ClassType, ClassUnknownException, policy_id, perimeter_id):
- with self.get_session_for_write() as session:
- query = session.query(ClassType)
- query = query.filter_by(id=perimeter_id)
- _perimeter = query.first()
- if not _perimeter:
- raise ClassUnknownException
- old_perimeter = copy.deepcopy(_perimeter.to_dict())
- # value = _subject.to_dict()
- try:
- old_perimeter["value"]["policy_list"].remove(policy_id)
- new_perimeter = ClassType.from_dict(old_perimeter)
- setattr(_perimeter, "value", getattr(new_perimeter, "value"))
- except ValueError:
- if not _perimeter.value["policy_list"]:
- session.delete(_perimeter)
-
- def get_subjects(self, policy_id, perimeter_id=None):
- return self.__get_perimeters(Subject, policy_id, perimeter_id)
-
- def set_subject(self, policy_id, perimeter_id=None, value=None):
- try:
- return self.__set_perimeter(Subject, SubjectExisting, policy_id, perimeter_id=perimeter_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise SubjectExisting
-
- def delete_subject(self, policy_id, perimeter_id):
- self.__delete_perimeter(Subject, SubjectUnknown, policy_id, perimeter_id)
-
- def get_objects(self, policy_id, perimeter_id=None):
- return self.__get_perimeters(Object, policy_id, perimeter_id)
-
- def set_object(self, policy_id, perimeter_id=None, value=None):
- try:
- return self.__set_perimeter(Object, ObjectExisting, policy_id, perimeter_id=perimeter_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise ObjectExisting
-
- def delete_object(self, policy_id, perimeter_id):
- self.__delete_perimeter(Object, ObjectUnknown, policy_id, perimeter_id)
-
- def get_actions(self, policy_id, perimeter_id=None):
- return self.__get_perimeters(Action, policy_id, perimeter_id)
-
- def set_action(self, policy_id, perimeter_id=None, value=None):
- try:
- return self.__set_perimeter(Action, ActionExisting, policy_id, perimeter_id=perimeter_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise ActionExisting
-
- def delete_action(self, policy_id, perimeter_id):
- self.__delete_perimeter(Action, ActionUnknown, policy_id, perimeter_id)
-
- def __get_perimeter_data(self, ClassType, policy_id, data_id=None, category_id=None):
- logger.info("driver {} {} {}".format(policy_id, data_id, category_id))
- with self.get_session_for_read() as session:
- query = session.query(ClassType)
- if data_id:
- query = query.filter_by(policy_id=policy_id, id=data_id, category_id=category_id)
- else:
- query = query.filter_by(policy_id=policy_id, category_id=category_id)
- ref_list = query.all()
- logger.info("ref_list={}".format(ref_list))
- return {
- "policy_id": policy_id,
- "category_id": category_id,
- "data": {_ref.id: _ref.to_dict() for _ref in ref_list}
- }
-
- def __set_perimeter_data(self, ClassType, ClassTypeData, policy_id, data_id=None, category_id=None, value=None):
- with self.get_session_for_write() as session:
- query = session.query(ClassTypeData)
- query = query.filter_by(policy_id=policy_id, id=data_id, category_id=category_id)
- ref = query.first()
- if not ref:
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name", None)
- new_ref = ClassTypeData.from_dict(
- {
- "id": data_id if data_id else uuid4().hex,
- 'name': value["name"],
- 'value': value_wo_name,
- 'category_id': category_id,
- 'policy_id': policy_id,
- }
- )
- session.add(new_ref)
- ref = new_ref
- else:
- for attr in ClassType.attributes:
- if attr != 'id':
- setattr(ref, attr, getattr(ref, attr))
- # session.flush()
- return {
- "policy_id": policy_id,
- "category_id": category_id,
- "data": {ref.id: ref.to_dict()}
- }
-
- def __delete_perimeter_data(self, ClassType, policy_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(ClassType)
- query = query.filter_by(policy_id=policy_id, id=data_id)
- ref = query.first()
- if ref:
- session.delete(ref)
-
- def get_subject_data(self, policy_id, data_id=None, category_id=None):
- return self.__get_perimeter_data(SubjectData, policy_id, data_id=data_id, category_id=category_id)
-
- def set_subject_data(self, policy_id, data_id=None, category_id=None, value=None):
- try:
- return self.__set_perimeter_data(Subject, SubjectData, policy_id, data_id=data_id, category_id=category_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise SubjectScopeExisting
-
- def delete_subject_data(self, policy_id, data_id):
- return self.__delete_perimeter_data(SubjectData, policy_id, data_id)
-
- def get_object_data(self, policy_id, data_id=None, category_id=None):
- return self.__get_perimeter_data(ObjectData, policy_id, data_id=data_id, category_id=category_id)
-
- def set_object_data(self, policy_id, data_id=None, category_id=None, value=None):
- try:
- return self.__set_perimeter_data(Object, ObjectData, policy_id, data_id=data_id, category_id=category_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise ObjectScopeExisting
-
- def delete_object_data(self, policy_id, data_id):
- return self.__delete_perimeter_data(ObjectData, policy_id, data_id)
-
- def get_action_data(self, policy_id, data_id=None, category_id=None):
- return self.__get_perimeter_data(ActionData, policy_id, data_id=data_id, category_id=category_id)
-
- def set_action_data(self, policy_id, data_id=None, category_id=None, value=None):
- try:
- return self.__set_perimeter_data(Action, ActionData, policy_id, data_id=data_id, category_id=category_id, value=value)
- except sqlalchemy.exc.IntegrityError:
- raise ActionScopeExisting
-
- def delete_action_data(self, policy_id, data_id):
- return self.__delete_perimeter_data(ActionData, policy_id, data_id)
-
- def get_subject_assignments(self, policy_id, subject_id=None, category_id=None):
- with self.get_session_for_write() as session:
- query = session.query(SubjectAssignment)
- if subject_id and category_id:
- #TODO change the subject_id to perimeter_id to allow code refactoring
- query = query.filter_by(policy_id=policy_id, subject_id=subject_id, category_id=category_id)
- elif subject_id:
- query = query.filter_by(policy_id=policy_id, subject_id=subject_id)
- else:
- query = query.filter_by(policy_id=policy_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def add_subject_assignment(self, policy_id, subject_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(SubjectAssignment)
- query = query.filter_by(policy_id=policy_id, subject_id=subject_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- if data_id not in assignments:
- assignments.append(data_id)
- setattr(ref, "assignments", assignments)
- else:
- raise SubjectAssignmentExisting
- else:
- ref = SubjectAssignment.from_dict(
- {
- "id": uuid4().hex,
- "policy_id": policy_id,
- "subject_id": subject_id,
- "category_id": category_id,
- "assignments": [data_id, ],
- }
- )
- session.add(ref)
- return {ref.id: ref.to_dict()}
-
- def delete_subject_assignment(self, policy_id, subject_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(SubjectAssignment)
- query = query.filter_by(policy_id=policy_id, subject_id=subject_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- # TODO (asteroide): if data_id is None, delete all
- if data_id in assignments:
- assignments.remove(data_id)
- # FIXME (asteroide): the setattr doesn't work here ; the assignments is not updated in the database
- setattr(ref, "assignments", assignments)
- if not assignments:
- session.delete(ref)
-
- def get_object_assignments(self, policy_id, object_id=None, category_id=None):
- with self.get_session_for_write() as session:
- query = session.query(ObjectAssignment)
- if object_id and category_id:
- #TODO change the object_id to perimeter_id to allow code refactoring
- query = query.filter_by(policy_id=policy_id, object_id=object_id, category_id=category_id)
- elif object_id:
- query = query.filter_by(policy_id=policy_id, object_id=object_id)
- else:
- query = query.filter_by(policy_id=policy_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def add_object_assignment(self, policy_id, object_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(ObjectAssignment)
- query = query.filter_by(policy_id=policy_id, object_id=object_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- if data_id not in assignments:
- assignments.append(data_id)
- setattr(ref, "assignments", assignments)
- else:
- raise ObjectAssignmentExisting
- else:
- ref = ObjectAssignment.from_dict(
- {
- "id": uuid4().hex,
- "policy_id": policy_id,
- "object_id": object_id,
- "category_id": category_id,
- "assignments": [data_id, ],
- }
- )
- session.add(ref)
- return {ref.id: ref.to_dict()}
-
- def delete_object_assignment(self, policy_id, object_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(ObjectAssignment)
- query = query.filter_by(policy_id=policy_id, object_id=object_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- # TODO (asteroide): if data_id is None, delete all
- if data_id in assignments:
- assignments.remove(data_id)
- # FIXME (asteroide): the setattr doesn't work here ; the assignments is not updated in the database
- setattr(ref, "assignments", assignments)
- if not assignments:
- session.delete(ref)
-
- def get_action_assignments(self, policy_id, action_id=None, category_id=None):
- with self.get_session_for_write() as session:
- query = session.query(ActionAssignment)
- if action_id and category_id:
- # TODO change the action_id to perimeter_id to allow code refactoring
- query = query.filter_by(policy_id=policy_id, action_id=action_id, category_id=category_id)
- elif action_id:
- query = query.filter_by(policy_id=policy_id, action_id=action_id)
- else:
- query = query.filter_by(policy_id=policy_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def add_action_assignment(self, policy_id, action_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(ActionAssignment)
- query = query.filter_by(policy_id=policy_id, action_id=action_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- if data_id not in assignments:
- assignments.append(data_id)
- setattr(ref, "assignments", assignments)
- else:
- raise ActionAssignmentExisting
- else:
- ref = ActionAssignment.from_dict(
- {
- "id": uuid4().hex,
- "policy_id": policy_id,
- "action_id": action_id,
- "category_id": category_id,
- "assignments": [data_id, ],
- }
- )
- session.add(ref)
- return {ref.id: ref.to_dict()}
-
- def delete_action_assignment(self, policy_id, action_id, category_id, data_id):
- with self.get_session_for_write() as session:
- query = session.query(ActionAssignment)
- query = query.filter_by(policy_id=policy_id, action_id=action_id, category_id=category_id)
- ref = query.first()
- if ref:
- old_ref = copy.deepcopy(ref.to_dict())
- assignments = old_ref["assignments"]
- # TODO (asteroide): if data_id is None, delete all
- if data_id in assignments:
- assignments.remove(data_id)
- # FIXME (asteroide): the setattr doesn't work here ; the assignments is not updated in the database
- setattr(ref, "assignments", assignments)
- if not assignments:
- session.delete(ref)
-
- def get_rules(self, policy_id, rule_id=None, meta_rule_id=None):
- with self.get_session_for_read() as session:
- query = session.query(Rule)
- if rule_id:
- query = query.filter_by(policy_id=policy_id, rule_id=rule_id)
- ref = query.first()
- return {ref.id: ref.to_dict()}
- elif meta_rule_id:
- query = query.filter_by(policy_id=policy_id, meta_rule_id=meta_rule_id)
- ref_list = query.all()
- return {
- "meta_rule_id": meta_rule_id,
- "policy_id": policy_id,
- "rules": list(map(lambda x: x.to_dict(), ref_list))
- }
- else:
- query = query.filter_by(policy_id=policy_id)
- ref_list = query.all()
- return {
- "policy_id": policy_id,
- "rules": list(map(lambda x: x.to_dict(), ref_list))
- }
-
- def add_rule(self, policy_id, meta_rule_id, value):
- try:
- with self.get_session_for_write() as session:
- ref = Rule.from_dict(
- {
- "id": uuid4().hex,
- "policy_id": policy_id,
- "meta_rule_id": meta_rule_id,
- "rule": value
- }
- )
- session.add(ref)
- return {ref.id: ref.to_dict()}
- except sqlalchemy.exc.IntegrityError:
- raise RuleExisting
-
- def delete_rule(self, policy_id, rule_id):
- with self.get_session_for_write() as session:
- query = session.query(Rule)
- query = query.filter_by(policy_id=policy_id, id=rule_id)
- ref = query.first()
- if ref:
- session.delete(ref)
-
-
-class ModelConnector(BaseConnector, ModelDriver):
-
- def update_model(self, model_id, value):
- with self.get_session_for_write() as session:
- query = session.query(Model)
- if model_id:
- query = query.filter_by(id=model_id)
- ref = query.first()
- if ref:
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name", None)
- setattr(ref, "name", value["name"])
- d = dict(ref.value)
- d.update(value_wo_name)
- setattr(ref, "value", d)
- return {ref.id: ref.to_dict()}
-
- def delete_model(self, model_id):
- with self.get_session_for_write() as session:
- ref = session.query(Model).get(model_id)
- session.delete(ref)
-
- def add_model(self, model_id=None, value=None):
- try:
- with self.get_session_for_write() as session:
- value_wo_name = copy.deepcopy(value)
- value_wo_name.pop("name", None)
- new = Model.from_dict({
- "id": model_id if model_id else uuid4().hex,
- "name": value["name"],
- "value": value_wo_name
- })
- session.add(new)
- return {new.id: new.to_dict()}
- except sqlalchemy.exc.IntegrityError as e:
- raise ModelExisting
-
- def get_models(self, model_id=None):
- with self.get_session_for_read() as session:
- query = session.query(Model)
- if model_id:
- ref_list = query.filter(Model.id == model_id)
- else:
- ref_list = query.all()
-
- r = {_ref.id: _ref.to_dict() for _ref in ref_list}
- return r
-
- def set_meta_rule(self, meta_rule_id, value):
- with self.get_session_for_write() as session:
- value_wo_other_data = copy.deepcopy(value)
- value_wo_other_data.pop("name", None)
- value_wo_other_data.pop("subject_categories", None)
- value_wo_other_data.pop("object_categories", None)
- value_wo_other_data.pop("action_categories", None)
- if meta_rule_id is None:
- try:
- ref = MetaRule.from_dict(
- {
- "id": uuid4().hex,
- "name": value["name"],
- "subject_categories": value["subject_categories"],
- "object_categories": value["object_categories"],
- "action_categories": value["action_categories"],
- "value": value_wo_other_data
- }
- )
- session.add(ref)
- except sqlalchemy.exc.IntegrityError as e:
- raise MetaRuleExisting
- else:
- query = session.query(MetaRule)
- query = query.filter_by(id=meta_rule_id)
- ref = query.first()
- setattr(ref, "name", value["name"])
- setattr(ref, "subject_categories", value["subject_categories"])
- setattr(ref, "object_categories", value["object_categories"])
- setattr(ref, "action_categories", value["action_categories"])
- setattr(ref, "value", value_wo_other_data)
- return {ref.id: ref.to_dict()}
-
- def get_meta_rules(self, meta_rule_id=None):
- with self.get_session_for_read() as session:
- query = session.query(MetaRule)
- if meta_rule_id:
- query = query.filter_by(id=meta_rule_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def delete_meta_rule(self, meta_rule_id=None):
- with self.get_session_for_write() as session:
- query = session.query(MetaRule)
- query = query.filter_by(id=meta_rule_id)
- ref = query.first()
- if ref:
- session.delete(ref)
-
- def __get_perimeter_categories(self, ClassType, category_id=None):
- with self.get_session_for_read() as session:
- query = session.query(ClassType)
- if category_id:
- query = query.filter_by(id=category_id)
- ref_list = query.all()
- return {_ref.id: _ref.to_dict() for _ref in ref_list}
-
- def __add_perimeter_category(self, ClassType, name, description, uuid=None):
- with self.get_session_for_write() as session:
- ref = ClassType.from_dict(
- {
- "id": uuid if uuid else uuid4().hex,
- "name": name,
- "description": description
- }
- )
- session.add(ref)
- return {ref.id: ref.to_dict()}
-
- def __delete_perimeter_category(self, ClassType, category_id):
- with self.get_session_for_write() as session:
- query = session.query(ClassType)
- query = query.filter_by(id=category_id)
- ref = query.first()
- if ref:
- session.delete(ref)
-
- def get_subject_categories(self, category_id=None):
- return self.__get_perimeter_categories(SubjectCategory, category_id=category_id)
-
- def add_subject_category(self, name, description, uuid=None):
- try:
- return self.__add_perimeter_category(SubjectCategory, name, description, uuid=uuid)
- except sql.exc.IntegrityError as e:
- raise SubjectCategoryExisting()
-
- def delete_subject_category(self, category_id):
- self.__delete_perimeter_category(SubjectCategory, category_id)
-
- def get_object_categories(self, category_id=None):
- return self.__get_perimeter_categories(ObjectCategory, category_id=category_id)
-
- def add_object_category(self, name, description, uuid=None):
- try:
- return self.__add_perimeter_category(ObjectCategory, name, description, uuid=uuid)
- except sql.exc.IntegrityError as e:
- raise ObjectCategoryExisting()
-
- def delete_object_category(self, category_id):
- self.__delete_perimeter_category(ObjectCategory, category_id)
-
- def get_action_categories(self, category_id=None):
-
- return self.__get_perimeter_categories(ActionCategory, category_id=category_id)
-
- def add_action_category(self, name, description, uuid=None):
- try:
- return self.__add_perimeter_category(ActionCategory, name, description, uuid=uuid)
- except sql.exc.IntegrityError as e:
- raise ActionCategoryExisting()
-
- def delete_action_category(self, category_id):
- self.__delete_perimeter_category(ActionCategory, category_id)
-
- # Getter and Setter for subject_category
-
- # def get_subject_categories_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(SubjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.subject_category for _ref in ref_list}
- #
- # def set_subject_category_dict(self, intra_extension_id, subject_category_id, subject_category_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(SubjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=subject_category_id)
- # ref = query.first()
- # new_ref = SubjectCategory.from_dict(
- # {
- # "id": subject_category_id,
- # 'subject_category': subject_category_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in SubjectCategory.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # # session.flush()
- # return {subject_category_id: SubjectCategory.to_dict(ref)['subject_category']}
- #
- # def del_subject_category(self, intra_extension_id, subject_category_id):
- # with self.get_session_for_write() as session:
- # query = session.query(SubjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=subject_category_id)
- # ref = query.first()
- # self.del_subject_assignment(intra_extension_id, None, None, None)
- # session.delete(ref)
- #
- # # Getter and Setter for object_category
- #
- # def get_object_categories_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ObjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.object_category for _ref in ref_list}
- #
- # def set_object_category_dict(self, intra_extension_id, object_category_id, object_category_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(ObjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=object_category_id)
- # ref = query.first()
- # new_ref = ObjectCategory.from_dict(
- # {
- # "id": object_category_id,
- # 'object_category': object_category_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in ObjectCategory.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {object_category_id: ObjectCategory.to_dict(ref)['object_category']}
- #
- # def del_object_category(self, intra_extension_id, object_category_id):
- # with self.get_session_for_write() as session:
- # query = session.query(ObjectCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=object_category_id)
- # ref = query.first()
- # self.del_object_assignment(intra_extension_id, None, None, None)
- # session.delete(ref)
- #
- # # Getter and Setter for action_category
- #
- # def get_action_categories_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ActionCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.action_category for _ref in ref_list}
- #
- # def set_action_category_dict(self, intra_extension_id, action_category_id, action_category_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(ActionCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=action_category_id)
- # ref = query.first()
- # new_ref = ActionCategory.from_dict(
- # {
- # "id": action_category_id,
- # 'action_category': action_category_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in ActionCategory.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {action_category_id: ActionCategory.to_dict(ref)['action_category']}
- #
- # def del_action_category(self, intra_extension_id, action_category_id):
- # with self.get_session_for_write() as session:
- # query = session.query(ActionCategory)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=action_category_id)
- # ref = query.first()
- # self.del_action_assignment(intra_extension_id, None, None, None)
- # session.delete(ref)
-
- # Perimeter
-
- # def get_subjects_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(Subject)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.subject for _ref in ref_list}
- #
- # def set_subject_dict(self, intra_extension_id, subject_id, subject_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(Subject)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=subject_id)
- # ref = query.first()
- # # if 'id' in subject_dict:
- # # subject_dict['id'] = subject_id
- # new_ref = Subject.from_dict(
- # {
- # "id": subject_id,
- # 'subject': subject_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Subject.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {subject_id: Subject.to_dict(ref)['subject']}
- #
- # def del_subject(self, intra_extension_id, subject_id):
- # with self.get_session_for_write() as session:
- # query = session.query(Subject)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=subject_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # def get_objects_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(Object)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.object for _ref in ref_list}
- #
- # def set_object_dict(self, intra_extension_id, object_id, object_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(Object)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=object_id)
- # ref = query.first()
- # new_ref = Object.from_dict(
- # {
- # "id": object_id,
- # 'object': object_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Object.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {object_id: Object.to_dict(ref)['object']}
- #
- # def del_object(self, intra_extension_id, object_id):
- # with self.get_session_for_write() as session:
- # query = session.query(Object)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=object_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # def get_actions_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(Action)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.action for _ref in ref_list}
- #
- # def set_action_dict(self, intra_extension_id, action_id, action_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(Action)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=action_id)
- # ref = query.first()
- # new_ref = Action.from_dict(
- # {
- # "id": action_id,
- # 'action': action_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Action.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {action_id: Action.to_dict(ref)['action']}
- #
- # def del_action(self, intra_extension_id, action_id):
- # with self.get_session_for_write() as session:
- # query = session.query(Action)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=action_id)
- # ref = query.first()
- # session.delete(ref)
-
- # Getter and Setter for subject_scope
-
- # def get_subject_scopes_dict(self, intra_extension_id, subject_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(SubjectScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, subject_category_id=subject_category_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.subject_scope for _ref in ref_list}
- #
- # def set_subject_scope_dict(self, intra_extension_id, subject_category_id, subject_scope_id, subject_scope_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(SubjectScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, subject_category_id=subject_category_id, id=subject_scope_id)
- # ref = query.first()
- # new_ref = SubjectScope.from_dict(
- # {
- # "id": subject_scope_id,
- # 'subject_scope': subject_scope_dict,
- # 'intra_extension_id': intra_extension_id,
- # 'subject_category_id': subject_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Subject.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {subject_scope_id: SubjectScope.to_dict(ref)['subject_scope']}
- #
- # def del_subject_scope(self, intra_extension_id, subject_category_id, subject_scope_id):
- # with self.get_session_for_write() as session:
- # query = session.query(SubjectScope)
- # if not subject_category_id or not subject_scope_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # for ref in query.all():
- # session.delete(ref)
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, subject_category_id=subject_category_id, id=subject_scope_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # # Getter and Setter for object_category_scope
- #
- # def get_object_scopes_dict(self, intra_extension_id, object_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ObjectScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, object_category_id=object_category_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.object_scope for _ref in ref_list}
- #
- # def set_object_scope_dict(self, intra_extension_id, object_category_id, object_scope_id, object_scope_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(ObjectScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, object_category_id=object_category_id, id=object_scope_id)
- # ref = query.first()
- # new_ref = ObjectScope.from_dict(
- # {
- # "id": object_scope_id,
- # 'object_scope': object_scope_dict,
- # 'intra_extension_id': intra_extension_id,
- # 'object_category_id': object_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Object.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {object_scope_id: ObjectScope.to_dict(ref)['object_scope']}
- #
- # def del_object_scope(self, intra_extension_id, object_category_id, object_scope_id):
- # with self.get_session_for_write() as session:
- # query = session.query(ObjectScope)
- # if not object_category_id or not object_scope_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # for ref in query.all():
- # session.delete(ref)
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, object_category_id=object_category_id, id=object_scope_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # # Getter and Setter for action_scope
- #
- # def get_action_scopes_dict(self, intra_extension_id, action_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ActionScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, action_category_id=action_category_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.action_scope for _ref in ref_list}
- #
- # def set_action_scope_dict(self, intra_extension_id, action_category_id, action_scope_id, action_scope_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(ActionScope)
- # query = query.filter_by(intra_extension_id=intra_extension_id, action_category_id=action_category_id, id=action_scope_id)
- # ref = query.first()
- # new_ref = ActionScope.from_dict(
- # {
- # "id": action_scope_id,
- # 'action_scope': action_scope_dict,
- # 'intra_extension_id': intra_extension_id,
- # 'action_category_id': action_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Action.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {action_scope_id: ActionScope.to_dict(ref)['action_scope']}
- #
- # def del_action_scope(self, intra_extension_id, action_category_id, action_scope_id):
- # with self.get_session_for_write() as session:
- # query = session.query(ActionScope)
- # if not action_category_id or not action_scope_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # for ref in query.all():
- # session.delete(ref)
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, action_category_id=action_category_id, id=action_scope_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # # Getter and Setter for subject_category_assignment
- #
- # def get_subject_assignment_list(self, intra_extension_id, subject_id, subject_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(SubjectAssignment)
- # if not subject_id or not subject_category_id or not subject_category_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref = query.all()
- # return ref
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, subject_id=subject_id, subject_category_id=subject_category_id)
- # ref = query.first()
- # if not ref:
- # return list()
- # LOG.info("get_subject_assignment_list {}".format(ref.subject_assignment))
- # return list(ref.subject_assignment)
- #
- # def set_subject_assignment_list(self, intra_extension_id, subject_id, subject_category_id, subject_assignment_list=[]):
- # with self.get_session_for_write() as session:
- # query = session.query(SubjectAssignment)
- # query = query.filter_by(intra_extension_id=intra_extension_id, subject_id=subject_id, subject_category_id=subject_category_id)
- # ref = query.first()
- # new_ref = SubjectAssignment.from_dict(
- # {
- # "id": uuid4().hex,
- # 'subject_assignment': subject_assignment_list,
- # 'intra_extension_id': intra_extension_id,
- # 'subject_id': subject_id,
- # 'subject_category_id': subject_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in SubjectAssignment.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return subject_assignment_list
- #
- # def add_subject_assignment_list(self, intra_extension_id, subject_id, subject_category_id, subject_scope_id):
- # new_subject_assignment_list = self.get_subject_assignment_list(intra_extension_id, subject_id, subject_category_id)
- # if subject_scope_id not in new_subject_assignment_list:
- # new_subject_assignment_list.append(subject_scope_id)
- # return self.set_subject_assignment_list(intra_extension_id, subject_id, subject_category_id, new_subject_assignment_list)
- #
- # def del_subject_assignment(self, intra_extension_id, subject_id, subject_category_id, subject_scope_id):
- # if not subject_id or not subject_category_id or not subject_category_id:
- # with self.get_session_for_write() as session:
- # for ref in self.get_subject_assignment_list(intra_extension_id, None, None):
- # session.delete(ref)
- # session.flush()
- # return
- # new_subject_assignment_list = self.get_subject_assignment_list(intra_extension_id, subject_id, subject_category_id)
- # new_subject_assignment_list.remove(subject_scope_id)
- # return self.set_subject_assignment_list(intra_extension_id, subject_id, subject_category_id, new_subject_assignment_list)
- #
- # # Getter and Setter for object_category_assignment
- #
- # def get_object_assignment_list(self, intra_extension_id, object_id, object_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ObjectAssignment)
- # if not object_id or not object_category_id or not object_category_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref = query.all()
- # return ref
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, object_id=object_id, object_category_id=object_category_id)
- # ref = query.first()
- # if not ref:
- # return list()
- # return list(ref.object_assignment)
- #
- # def set_object_assignment_list(self, intra_extension_id, object_id, object_category_id, object_assignment_list=[]):
- # with self.get_session_for_write() as session:
- # query = session.query(ObjectAssignment)
- # query = query.filter_by(intra_extension_id=intra_extension_id, object_id=object_id, object_category_id=object_category_id)
- # ref = query.first()
- # new_ref = ObjectAssignment.from_dict(
- # {
- # "id": uuid4().hex,
- # 'object_assignment': object_assignment_list,
- # 'intra_extension_id': intra_extension_id,
- # 'object_id': object_id,
- # 'object_category_id': object_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # else:
- # for attr in ObjectAssignment.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return self.get_object_assignment_list(intra_extension_id, object_id, object_category_id)
- #
- # def add_object_assignment_list(self, intra_extension_id, object_id, object_category_id, object_scope_id):
- # new_object_assignment_list = self.get_object_assignment_list(intra_extension_id, object_id, object_category_id)
- # if object_scope_id not in new_object_assignment_list:
- # new_object_assignment_list.append(object_scope_id)
- # return self.set_object_assignment_list(intra_extension_id, object_id, object_category_id, new_object_assignment_list)
- #
- # def del_object_assignment(self, intra_extension_id, object_id, object_category_id, object_scope_id):
- # if not object_id or not object_category_id or not object_category_id:
- # with self.get_session_for_write() as session:
- # for ref in self.get_object_assignment_list(intra_extension_id, None, None):
- # session.delete(ref)
- # session.flush()
- # return
- # new_object_assignment_list = self.get_object_assignment_list(intra_extension_id, object_id, object_category_id)
- # new_object_assignment_list.remove(object_scope_id)
- # return self.set_object_assignment_list(intra_extension_id, object_id, object_category_id, new_object_assignment_list)
- #
- # # Getter and Setter for action_category_assignment
- #
- # def get_action_assignment_list(self, intra_extension_id, action_id, action_category_id):
- # with self.get_session_for_read() as session:
- # query = session.query(ActionAssignment)
- # if not action_id or not action_category_id or not action_category_id:
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref = query.all()
- # return ref
- # else:
- # query = query.filter_by(intra_extension_id=intra_extension_id, action_id=action_id, action_category_id=action_category_id)
- # ref = query.first()
- # if not ref:
- # return list()
- # return list(ref.action_assignment)
- #
- # def set_action_assignment_list(self, intra_extension_id, action_id, action_category_id, action_assignment_list=[]):
- # with self.get_session_for_write() as session:
- # query = session.query(ActionAssignment)
- # query = query.filter_by(intra_extension_id=intra_extension_id, action_id=action_id, action_category_id=action_category_id)
- # ref = query.first()
- # new_ref = ActionAssignment.from_dict(
- # {
- # "id": uuid4().hex,
- # 'action_assignment': action_assignment_list,
- # 'intra_extension_id': intra_extension_id,
- # 'action_id': action_id,
- # 'action_category_id': action_category_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # else:
- # for attr in ActionAssignment.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return self.get_action_assignment_list(intra_extension_id, action_id, action_category_id)
- #
- # def add_action_assignment_list(self, intra_extension_id, action_id, action_category_id, action_scope_id):
- # new_action_assignment_list = self.get_action_assignment_list(intra_extension_id, action_id, action_category_id)
- # if action_scope_id not in new_action_assignment_list:
- # new_action_assignment_list.append(action_scope_id)
- # return self.set_action_assignment_list(intra_extension_id, action_id, action_category_id, new_action_assignment_list)
- #
- # def del_action_assignment(self, intra_extension_id, action_id, action_category_id, action_scope_id):
- # if not action_id or not action_category_id or not action_category_id:
- # with self.get_session_for_write() as session:
- # for ref in self.get_action_assignment_list(intra_extension_id, None, None):
- # session.delete(ref)
- # session.flush()
- # return
- # new_action_assignment_list = self.get_action_assignment_list(intra_extension_id, action_id, action_category_id)
- # new_action_assignment_list.remove(action_scope_id)
- # return self.set_action_assignment_list(intra_extension_id, action_id, action_category_id, new_action_assignment_list)
- #
- # # Getter and Setter for sub_meta_rule
- #
- # def get_aggregation_algorithm_id(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(IntraExtension)
- # query = query.filter_by(id=intra_extension_id)
- # ref = query.first()
- # try:
- # return {"aggregation_algorithm": ref.intra_extension["aggregation_algorithm"]}
- # except KeyError:
- # return ""
- #
- # def set_aggregation_algorithm_id(self, intra_extension_id, aggregation_algorithm_id):
- # with self.get_session_for_write() as session:
- # query = session.query(IntraExtension)
- # query = query.filter_by(id=intra_extension_id)
- # ref = query.first()
- # intra_extension_dict = dict(ref.intra_extension)
- # intra_extension_dict["aggregation_algorithm"] = aggregation_algorithm_id
- # setattr(ref, "intra_extension", intra_extension_dict)
- # # session.flush()
- # return {"aggregation_algorithm": ref.intra_extension["aggregation_algorithm"]}
- #
- # def del_aggregation_algorithm(self, intra_extension_id):
- # with self.get_session_for_write() as session:
- # query = session.query(IntraExtension)
- # query = query.filter_by(id=intra_extension_id)
- # ref = query.first()
- # intra_extension_dict = dict(ref.intra_extension)
- # intra_extension_dict["aggregation_algorithm"] = ""
- # setattr(ref, "intra_extension", intra_extension_dict)
- # return self.get_aggregation_algorithm_id(intra_extension_id)
- #
- # # Getter and Setter for sub_meta_rule
- #
- # def get_sub_meta_rules_dict(self, intra_extension_id):
- # with self.get_session_for_read() as session:
- # query = session.query(SubMetaRule)
- # query = query.filter_by(intra_extension_id=intra_extension_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.sub_meta_rule for _ref in ref_list}
- #
- # def set_sub_meta_rule_dict(self, intra_extension_id, sub_meta_rule_id, sub_meta_rule_dict):
- # with self.get_session_for_write() as session:
- # query = session.query(SubMetaRule)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=sub_meta_rule_id)
- # ref = query.first()
- # new_ref = SubMetaRule.from_dict(
- # {
- # "id": sub_meta_rule_id,
- # 'sub_meta_rule': sub_meta_rule_dict,
- # 'intra_extension_id': intra_extension_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # else:
- # _sub_meta_rule_dict = dict(ref.sub_meta_rule)
- # _sub_meta_rule_dict.update(sub_meta_rule_dict)
- # setattr(new_ref, "sub_meta_rule", _sub_meta_rule_dict)
- # for attr in SubMetaRule.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return self.get_sub_meta_rules_dict(intra_extension_id)
- #
- # def del_sub_meta_rule(self, intra_extension_id, sub_meta_rule_id):
- # with self.get_session_for_write() as session:
- # query = session.query(SubMetaRule)
- # query = query.filter_by(intra_extension_id=intra_extension_id, id=sub_meta_rule_id)
- # ref = query.first()
- # session.delete(ref)
- #
- # # Getter and Setter for rules
- #
- # def get_rules_dict(self, intra_extension_id, sub_meta_rule_id):
- # with self.get_session_for_read() as session:
- # query = session.query(Rule)
- # query = query.filter_by(intra_extension_id=intra_extension_id, sub_meta_rule_id=sub_meta_rule_id)
- # ref_list = query.all()
- # return {_ref.id: _ref.rule for _ref in ref_list}
- #
- # def set_rule_dict(self, intra_extension_id, sub_meta_rule_id, rule_id, rule_list):
- # with self.get_session_for_write() as session:
- # query = session.query(Rule)
- # query = query.filter_by(intra_extension_id=intra_extension_id, sub_meta_rule_id=sub_meta_rule_id, id=rule_id)
- # ref = query.first()
- # new_ref = Rule.from_dict(
- # {
- # "id": rule_id,
- # 'rule': rule_list,
- # 'intra_extension_id': intra_extension_id,
- # 'sub_meta_rule_id': sub_meta_rule_id
- # }
- # )
- # if not ref:
- # session.add(new_ref)
- # ref = new_ref
- # else:
- # for attr in Rule.attributes:
- # if attr != 'id':
- # setattr(ref, attr, getattr(new_ref, attr))
- # # session.flush()
- # return {rule_id: ref.rule}
- #
- # def del_rule(self, intra_extension_id, sub_meta_rule_id, rule_id):
- # with self.get_session_for_write() as session:
- # query = session.query(Rule)
- # query = query.filter_by(intra_extension_id=intra_extension_id, sub_meta_rule_id=sub_meta_rule_id, id=rule_id)
- # ref = query.first()
- # session.delete(ref)
-
-
-class SQLConnector(PDPConnector, PolicyConnector, ModelConnector):
- pass
diff --git a/python_moondb/python_moondb/core.py b/python_moondb/python_moondb/core.py
deleted file mode 100644
index 984b81a7..00000000
--- a/python_moondb/python_moondb/core.py
+++ /dev/null
@@ -1,228 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import logging
-from stevedore.driver import DriverManager
-from python_moonutilities import configuration
-from python_moondb.api import model, policy, pdp, keystone
-
-logger = logging.getLogger("moon.db")
-
-
-class Driver(DriverManager):
-
- def __init__(self, driver_name, engine_name):
- logger.info("initialization of Driver {}".format(driver_name))
- super(Driver, self).__init__(
- namespace='moon_db.driver',
- name=driver_name,
- invoke_on_load=True,
- invoke_args=(engine_name, ),
- )
-
-
-class ModelDriver(Driver):
-
- def __init__(self, driver_name, engine_name):
- super(ModelDriver, self).__init__(driver_name, engine_name)
-
- def update_model(self, model_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_model(self, model_id):
- raise NotImplementedError() # pragma: no cover
-
- def add_model(self, model_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def get_models(self, model_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_meta_rule(self, meta_rule_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def get_meta_rules(self, meta_rule_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_meta_rule(self, meta_rule_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def get_subject_categories(self, category_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def add_subject_category(self, name, description):
- raise NotImplementedError() # pragma: no cover
-
- def delete_subject_category(self, category_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_object_categories(self, category_id):
- raise NotImplementedError() # pragma: no cover
-
- def add_object_category(self, category_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_object_category(self, category_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_action_categories(self, category_id):
- raise NotImplementedError() # pragma: no cover
-
- def add_action_category(self, category_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_action_category(self, category_id):
- raise NotImplementedError() # pragma: no cover
-
-
-class PolicyDriver(Driver):
-
- def __init__(self, driver_name, engine_name):
- super(PolicyDriver, self).__init__(driver_name, engine_name)
-
- def update_policy(self, policy_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_policy(self, policy_id):
- raise NotImplementedError() # pragma: no cover
-
- def add_policy(self, policy_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def get_policies(self, policy_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def get_subjects(self, policy_id, perimeter_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_subject(self, policy_id, perimeter_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_subject(self, policy_id, perimeter_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_objects(self, policy_id, perimeter_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_object(self, policy_id, perimeter_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_object(self, policy_id, perimeter_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_actions(self, policy_id, perimeter_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_action(self, policy_id, perimeter_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_action(self, policy_id, perimeter_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_subject_data(self, policy_id, data_id=None, category_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_subject_data(self, policy_id, data_id=None, category_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_subject_data(self, policy_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_object_data(self, policy_id, data_id=None, category_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_object_data(self, policy_id, data_id=None, category_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_object_data(self, policy_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_action_data(self, policy_id, data_id=None, category_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def set_action_data(self, policy_id, data_id=None, category_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def delete_action_data(self, policy_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_subject_assignments(self, policy_id, subject_id=None, category_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def add_subject_assignment(self, policy_id, subject_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def delete_subject_assignment(self, policy_id, subject_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_object_assignments(self, policy_id, assignment_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def add_object_assignment(self, policy_id, subject_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def delete_object_assignment(self, policy_id, object_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_action_assignments(self, policy_id, assignment_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def add_action_assignment(self, policy_id, action_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def delete_action_assignment(self, policy_id, action_id, category_id, data_id):
- raise NotImplementedError() # pragma: no cover
-
- def get_rules(self, policy_id, rule_id=None, meta_rule_id=None):
- raise NotImplementedError() # pragma: no cover
-
- def add_rule(self, policy_id, meta_rule_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_rule(self, policy_id, rule_id):
- raise NotImplementedError() # pragma: no cover
-
-
-class PDPDriver(Driver):
-
- def __init__(self, driver_name, engine_name):
- super(PDPDriver, self).__init__(driver_name, engine_name)
-
- def update_pdp(self, pdp_id, value):
- raise NotImplementedError() # pragma: no cover
-
- def delete_pdp(self, pdp_id):
- raise NotImplementedError() # pragma: no cover
-
- def add_pdp(self, pdp_id=None, value=None):
- raise NotImplementedError() # pragma: no cover
-
- def get_pdp(self, pdp_id=None):
- raise NotImplementedError() # pragma: no cover
-
-
-class KeystoneDriver(Driver):
-
- def __init__(self, driver_name, engine_name):
- super(KeystoneDriver, self).__init__(driver_name, engine_name)
-
-
-conf = configuration.get_configuration("database")['database']
-
-KeystoneManager = keystone.KeystoneManager(
- KeystoneDriver(conf['driver'], conf['url'])
-)
-
-ModelManager = model.ModelManager(
- ModelDriver(conf['driver'], conf['url'])
-)
-
-PolicyManager = policy.PolicyManager(
- PolicyDriver(conf['driver'], conf['url'])
-)
-
-PDPManager = pdp.PDPManager(
- PDPDriver(conf['driver'], conf['url'])
-)
diff --git a/python_moondb/python_moondb/db_manager.py b/python_moondb/python_moondb/db_manager.py
deleted file mode 100644
index c251afbb..00000000
--- a/python_moondb/python_moondb/db_manager.py
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-"""
-"""
-
-import os
-import glob
-import importlib
-import argparse
-import logging
-from sqlalchemy import create_engine
-from python_moonutilities import configuration
-from python_moondb.migrate_repo import versions
-
-
-def init_args():
- parser = argparse.ArgumentParser()
- parser.add_argument('command', help='command (upgrade or downgrade)',
- nargs=1)
- parser.add_argument("--verbose", "-v", action='store_true',
- help="verbose mode")
- parser.add_argument("--debug", "-d", action='store_true',
- help="debug mode")
- args = parser.parse_args()
-
- FORMAT = '%(asctime)-15s %(levelname)s %(message)s'
- if args.debug:
- logging.basicConfig(
- format=FORMAT,
- level=logging.DEBUG)
- elif args.verbose:
- logging.basicConfig(
- format=FORMAT,
- level=logging.INFO)
- else:
- logging.basicConfig(
- format=FORMAT,
- level=logging.WARNING)
-
- requests_log = logging.getLogger("requests.packages.urllib3")
- requests_log.setLevel(logging.WARNING)
- requests_log.propagate = True
-
- logger = logging.getLogger("moon.db.manager")
- return args, logger
-
-
-def init_engine():
- db_conf = configuration.get_configuration("database")["database"]
- return create_engine(db_conf['url'])
-
-
-def main(command, logger, engine):
- files = glob.glob(versions.__path__[0] + "/[0-9][0-9][0-9]*.py")
- for filename in files:
- filename = os.path.basename(filename).replace(".py", "")
- o = importlib.import_module(
- "python_moondb.migrate_repo.versions.{}".format(filename))
- logger.info("Command is {}".format(command))
- if command in ("upgrade", "u", "up"):
- logger.info(
- "upgrading python_moondb.migrate_repo.versions.{}".format(filename))
- o.upgrade(engine)
- elif command in ("downgrade", "d", "down"):
- logger.info(
- "downgrading python_moondb.migrate_repo.versions.{}".format(
- filename))
- o.downgrade(engine)
- else:
- logger.critical("Cannot understand the command!")
-
-
-def run():
- args, logger = init_args()
- engine = init_engine()
- main(args.command[0], logger, engine)
-
-
-if __name__ == "__main__":
- run()
diff --git a/python_moondb/python_moondb/migrate_repo/__init__.py b/python_moondb/python_moondb/migrate_repo/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/python_moondb/python_moondb/migrate_repo/__init__.py
+++ /dev/null
diff --git a/python_moondb/python_moondb/migrate_repo/versions/001_moon.py b/python_moondb/python_moondb/migrate_repo/versions/001_moon.py
deleted file mode 100644
index f69d708d..00000000
--- a/python_moondb/python_moondb/migrate_repo/versions/001_moon.py
+++ /dev/null
@@ -1,252 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import sqlalchemy as sql
-
-
-def upgrade(migrate_engine):
- meta = sql.MetaData()
- meta.bind = migrate_engine
-
- table = sql.Table(
- 'pdp',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('keystone_project_id', sql.String(64), nullable=True, default=""),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', 'keystone_project_id', name='unique_constraint_models'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- table.create(migrate_engine, checkfirst=True)
-
- table = sql.Table(
- 'policies',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('model_id', sql.String(64), nullable=True, default=""),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', 'model_id', name='unique_constraint_models'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- table.create(migrate_engine, checkfirst=True)
-
- table = sql.Table(
- 'models',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', name='unique_constraint_models'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- table.create(migrate_engine, checkfirst=True)
-
- subject_categories_table = sql.Table(
- 'subject_categories',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('description', sql.String(256), nullable=True),
-
- sql.UniqueConstraint('name', name='unique_constraint_subject_categories'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- subject_categories_table.create(migrate_engine, checkfirst=True)
-
- object_categories_table = sql.Table(
- 'object_categories',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('description', sql.String(256), nullable=True),
-
- sql.UniqueConstraint('name', name='unique_constraint_object_categories'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- object_categories_table.create(migrate_engine, checkfirst=True)
-
- action_categories_table = sql.Table(
- 'action_categories',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('description', sql.String(256), nullable=True),
-
- sql.UniqueConstraint('name', name='unique_constraint_action_categories'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- action_categories_table.create(migrate_engine, checkfirst=True)
-
- subjects_table = sql.Table(
- 'subjects',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', name='unique_constraint_subjects'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- subjects_table.create(migrate_engine, checkfirst=True)
-
- objects_table = sql.Table(
- 'objects',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', name='unique_constraint_objects'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- objects_table.create(migrate_engine, checkfirst=True)
-
- actions_table = sql.Table(
- 'actions',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', name='unique_constraint_actions'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- actions_table.create(migrate_engine, checkfirst=True)
-
- subject_data_table = sql.Table(
- 'subject_data',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.Column('category_id', sql.ForeignKey("subject_categories.id"), nullable=False),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.UniqueConstraint('name', 'category_id', 'policy_id', name='unique_constraint_subject_data'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- subject_data_table.create(migrate_engine, checkfirst=True)
-
- object_data_table = sql.Table(
- 'object_data',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.Column('category_id', sql.ForeignKey("object_categories.id"), nullable=False),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.UniqueConstraint('name', 'category_id', 'policy_id', name='unique_constraint_object_data'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- object_data_table.create(migrate_engine, checkfirst=True)
-
- action_data_table = sql.Table(
- 'action_data',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.Column('category_id', sql.ForeignKey("action_categories.id"), nullable=False),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.UniqueConstraint('name', 'category_id', 'policy_id', name='unique_constraint_action_data'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- action_data_table.create(migrate_engine, checkfirst=True)
-
- subject_assignments_table = sql.Table(
- 'subject_assignments',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('assignments', sql.Text(), nullable=True),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.Column('subject_id', sql.ForeignKey("subjects.id"), nullable=False),
- sql.Column('category_id', sql.ForeignKey("subject_categories.id"), nullable=False),
- sql.UniqueConstraint('policy_id', 'subject_id', 'category_id', name='unique_constraint_subject_assignment'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- subject_assignments_table.create(migrate_engine, checkfirst=True)
-
- object_assignments_table = sql.Table(
- 'object_assignments',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('assignments', sql.Text(), nullable=True),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.Column('object_id', sql.ForeignKey("objects.id"), nullable=False),
- sql.Column('category_id', sql.ForeignKey("object_categories.id"), nullable=False),
- sql.UniqueConstraint('policy_id', 'object_id', 'category_id', name='unique_constraint_object_assignment'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- object_assignments_table.create(migrate_engine, checkfirst=True)
-
- action_assignments_table = sql.Table(
- 'action_assignments',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('assignments', sql.Text(), nullable=True),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.Column('action_id', sql.ForeignKey("actions.id"), nullable=False),
- sql.Column('category_id', sql.ForeignKey("action_categories.id"), nullable=False),
- sql.UniqueConstraint('policy_id', 'action_id', 'category_id', name='unique_constraint_action_assignment'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- action_assignments_table.create(migrate_engine, checkfirst=True)
-
- meta_rules_table = sql.Table(
- 'meta_rules',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('name', sql.String(256), nullable=False),
- sql.Column('subject_categories', sql.Text(), nullable=False),
- sql.Column('object_categories', sql.Text(), nullable=False),
- sql.Column('action_categories', sql.Text(), nullable=False),
- sql.Column('value', sql.Text(), nullable=True),
- sql.UniqueConstraint('name', name='unique_constraint_meta_rule_name'),
- sql.UniqueConstraint('subject_categories', 'object_categories', 'action_categories', name='unique_constraint_meta_rule_def'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- meta_rules_table.create(migrate_engine, checkfirst=True)
-
- rules_table = sql.Table(
- 'rules',
- meta,
- sql.Column('id', sql.String(64), primary_key=True),
- sql.Column('rule', sql.Text(), nullable=True),
- sql.Column('policy_id', sql.ForeignKey("policies.id"), nullable=False),
- sql.Column('meta_rule_id', sql.ForeignKey("meta_rules.id"), nullable=False),
- sql.UniqueConstraint('rule', 'policy_id', 'meta_rule_id', name='unique_constraint_rule'),
- mysql_engine='InnoDB',
- mysql_charset='utf8')
- rules_table.create(migrate_engine, checkfirst=True)
-
-
-def downgrade(migrate_engine):
- meta = sql.MetaData()
- meta.bind = migrate_engine
-
- for _table in (
- 'rules',
- 'meta_rules',
- 'action_assignments',
- 'object_assignments',
- 'subject_assignments',
- 'action_data',
- 'object_data',
- 'subject_data',
- 'actions',
- 'objects',
- 'subjects',
- 'action_categories',
- 'object_categories',
- 'subject_categories',
- 'models',
- 'policies',
- 'pdp'
- ):
- try:
- table = sql.Table(_table, meta, autoload=True)
- table.drop(migrate_engine, checkfirst=True)
- except Exception as e:
- print(e)
-
-
diff --git a/python_moondb/python_moondb/migrate_repo/versions/__init__.py b/python_moondb/python_moondb/migrate_repo/versions/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/python_moondb/python_moondb/migrate_repo/versions/__init__.py
+++ /dev/null
diff --git a/python_moondb/requirements.txt b/python_moondb/requirements.txt
deleted file mode 100644
index a205666f..00000000
--- a/python_moondb/requirements.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-stevedore
-sqlalchemy
-pymysql
-requests
diff --git a/python_moondb/setup.py b/python_moondb/setup.py
deleted file mode 100644
index e34369d4..00000000
--- a/python_moondb/setup.py
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-from setuptools import setup, find_packages
-import python_moondb
-
-
-with open('requirements.txt') as f:
- required = f.read().splitlines()
-
-setup(
-
- name='python-moondb',
-
- version=python_moondb.__version__,
-
- packages=find_packages(),
-
- author="Thomas Duval",
-
- author_email="thomas.duval@orange.com",
-
- description="This library is a helper to interact with the Moon database.",
-
- long_description=open('README.md').read(),
-
- install_requires=required,
-
- include_package_data=True,
-
- url='https://git.opnfv.org/cgit/moon/',
-
- classifiers=[
- "Programming Language :: Python",
- "Development Status :: 1 - Planning",
- "License :: OSI Approved",
- "Natural Language :: English",
- "Operating System :: OS Independent",
- "Programming Language :: Python :: 3",
- ],
-
- entry_points={
- "moon_db.driver":
- [
- "sql = python_moondb.backends.sql:SQLConnector",
- ],
- 'console_scripts': [
- 'moon_db_manager = python_moondb.db_manager:run',
- ],
- }
-
-)
diff --git a/python_moondb/tests/unit_python/conftest.py b/python_moondb/tests/unit_python/conftest.py
deleted file mode 100644
index a1057907..00000000
--- a/python_moondb/tests/unit_python/conftest.py
+++ /dev/null
@@ -1,145 +0,0 @@
-import base64
-import json
-import logging
-import os
-import pytest
-import requests_mock
-import mock_components
-import mock_keystone
-
-CONF = {
- "openstack": {
- "keystone": {
- "url": "http://keystone:5000/v3",
- "user": "admin",
- "check_token": False,
- "password": "p4ssw0rd",
- "domain": "default",
- "certificate": False,
- "project": "admin"
- }
- },
- "components": {
- "wrapper": {
- "bind": "0.0.0.0",
- "port": 8080,
- "container": "wukongsun/moon_wrapper:v4.3",
- "timeout": 5,
- "hostname": "wrapper"
- },
- "manager": {
- "bind": "0.0.0.0",
- "port": 8082,
- "container": "wukongsun/moon_manager:v4.3",
- "hostname": "manager"
- },
- "port_start": 31001,
- "orchestrator": {
- "bind": "0.0.0.0",
- "port": 8083,
- "container": "wukongsun/moon_orchestrator:v4.3",
- "hostname": "interface"
- },
- "interface": {
- "bind": "0.0.0.0",
- "port": 8080,
- "container": "wukongsun/moon_interface:v4.3",
- "hostname": "interface"
- }
- },
- "plugins": {
- "session": {
- "port": 8082,
- "container": "asteroide/session:latest"
- },
- "authz": {
- "port": 8081,
- "container": "wukongsun/moon_authz:v4.3"
- }
- },
- "logging": {
- "handlers": {
- "file": {
- "filename": "/tmp/moon.log",
- "class": "logging.handlers.RotatingFileHandler",
- "level": "DEBUG",
- "formatter": "custom",
- "backupCount": 3,
- "maxBytes": 1048576
- },
- "console": {
- "class": "logging.StreamHandler",
- "formatter": "brief",
- "level": "INFO",
- "stream": "ext://sys.stdout"
- }
- },
- "formatters": {
- "brief": {
- "format": "%(levelname)s %(name)s %(message)-30s"
- },
- "custom": {
- "format": "%(asctime)-15s %(levelname)s %(name)s %(message)s"
- }
- },
- "root": {
- "handlers": [
- "console"
- ],
- "level": "ERROR"
- },
- "version": 1,
- "loggers": {
- "moon": {
- "handlers": [
- "console",
- "file"
- ],
- "propagate": False,
- "level": "DEBUG"
- }
- }
- },
- "slave": {
- "name": None,
- "master": {
- "url": None,
- "login": None,
- "password": None
- }
- },
- "docker": {
- "url": "tcp://172.88.88.1:2376",
- "network": "moon"
- },
- "database": {
- "url": "sqlite:///database.db",
- # "url": "mysql+pymysql://moon:p4sswOrd1@db/moon",
- "driver": "sql"
- },
- "messenger": {
- "url": "rabbit://moon:p4sswOrd1@messenger:5672/moon"
- }
-}
-
-
-@pytest.fixture
-def db():
- return CONF['database']
-
-
-@pytest.fixture(autouse=True)
-def set_consul_and_db(monkeypatch):
- """ Modify the response from Requests module
- """
- with requests_mock.Mocker(real_http=True) as m:
- mock_components.register_components(m)
- mock_keystone.register_keystone(m)
-
- from python_moondb.db_manager import init_engine, main
- engine = init_engine()
- main("upgrade", logging.getLogger("db_manager"), engine)
- yield m
- os.unlink(CONF['database']['url'].replace("sqlite:///", ""))
-
-
diff --git a/python_moondb/tests/unit_python/mock_components.py b/python_moondb/tests/unit_python/mock_components.py
deleted file mode 100644
index a0319e1a..00000000
--- a/python_moondb/tests/unit_python/mock_components.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import utilities
-
-COMPONENTS = (
- "logging",
- "openstack/keystone",
- "database",
- "slave",
- "components/manager",
- "components/orchestrator",
- "components/interface",
-)
-
-
-def register_components(m):
- for component in COMPONENTS:
- m.register_uri(
- 'GET', 'http://consul:8500/v1/kv/{}'.format(component),
- json=[{'Key': component, 'Value': utilities.get_b64_conf(component)}]
- )
-
- m.register_uri(
- 'GET', 'http://consul:8500/v1/kv/components?recurse=true',
- json=[
- {"Key": key, "Value": utilities.get_b64_conf(key)} for key in COMPONENTS
- ],
- # json={'Key': "components", 'Value': get_b64_conf("components")}
- ) \ No newline at end of file
diff --git a/python_moondb/tests/unit_python/mock_keystone.py b/python_moondb/tests/unit_python/mock_keystone.py
deleted file mode 100644
index 3f262538..00000000
--- a/python_moondb/tests/unit_python/mock_keystone.py
+++ /dev/null
@@ -1,33 +0,0 @@
-def register_keystone(m):
- m.register_uri(
- 'POST', 'http://keystone:5000/v3/auth/tokens',
- headers={'X-Subject-Token': "111111111"}
- )
- m.register_uri(
- 'DELETE', 'http://keystone:5000/v3/auth/tokens',
- headers={'X-Subject-Token': "111111111"}
- )
- m.register_uri(
- 'POST', 'http://keystone:5000/v3/users?name=testuser&domain_id=default',
- json={"users": {}}
- )
- m.register_uri(
- 'GET', 'http://keystone:5000/v3/users?name=testuser&domain_id=default',
- json={"users": {}}
- )
- m.register_uri(
- 'POST', 'http://keystone:5000/v3/users/',
- json={"users": [{
- "id": "1111111111111"
- }]}
- )
- m.register_uri(
- 'POST', 'http://keystone:5000/v3/projects/',
- json={
- "description": "test_project",
- "domain_id": ['domain_id_1'],
- "enabled": True,
- "is_domain": False,
- "name": 'project_1'
- }
- )
diff --git a/python_moondb/tests/unit_python/models/__init__.py b/python_moondb/tests/unit_python/models/__init__.py
deleted file mode 100755
index e69de29b..00000000
--- a/python_moondb/tests/unit_python/models/__init__.py
+++ /dev/null
diff --git a/python_moondb/tests/unit_python/models/test_categories.py b/python_moondb/tests/unit_python/models/test_categories.py
deleted file mode 100644
index 111538b4..00000000
--- a/python_moondb/tests/unit_python/models/test_categories.py
+++ /dev/null
@@ -1,44 +0,0 @@
-import pytest
-import logging
-from python_moonutilities.exceptions import *
-
-logger = logging.getLogger("moon.db.tests.models.test_categories")
-
-
-def add_subject_category(cat_id=None, value=None):
- from python_moondb.core import ModelManager
- category = ModelManager.add_subject_category(user_id=None, category_id=cat_id, value=value)
- return category
-
-
-def test_add_subject_category_twice():
- category = add_subject_category(value={"name":"category name", "description":"description 1"})
- assert category is not None
- with pytest.raises(SubjectCategoryExisting):
- add_subject_category(value={"name":"category name", "description":"description 2"})
-
-
-def add_object_category(cat_id=None, value=None):
- from python_moondb.core import ModelManager
- category = ModelManager.add_object_category(user_id=None, category_id=cat_id, value=value)
- return category
-
-
-def test_add_object_category_twice():
- category = add_object_category(value={"name":"category name", "description":"description 1"})
- assert category is not None
- with pytest.raises(ObjectCategoryExisting):
- add_object_category(value={"name":"category name", "description":"description 2"})
-
-
-def add_action_category(cat_id=None, value=None):
- from python_moondb.core import ModelManager
- category = ModelManager.add_action_category(user_id=None, category_id=cat_id, value=value)
- return category
-
-
-def test_add_action_category_twice():
- category = add_action_category(value={"name":"category name", "description":"description 1"})
- assert category is not None
- with pytest.raises(ActionCategoryExisting):
- add_action_category(value={"name":"category name", "description":"description 2"})
diff --git a/python_moondb/tests/unit_python/models/test_meta_rules.py b/python_moondb/tests/unit_python/models/test_meta_rules.py
deleted file mode 100644
index 585274d9..00000000
--- a/python_moondb/tests/unit_python/models/test_meta_rules.py
+++ /dev/null
@@ -1,174 +0,0 @@
-import pytest
-
-
-def set_meta_rule(meta_rule_id, value=None):
- from python_moondb.core import ModelManager
- if not value:
- value = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_security_level_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- return ModelManager.set_meta_rule(user_id=None, meta_rule_id=meta_rule_id, value=value)
-
-
-def add_meta_rule(meta_rule_id=None, value=None):
- from python_moondb.core import ModelManager
- if not value:
- value = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_security_level_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- return ModelManager.add_meta_rule(user_id=None, meta_rule_id=meta_rule_id, value=value)
-
-
-def get_meta_rules(meta_rule_id=None):
- from python_moondb.core import ModelManager
- return ModelManager.get_meta_rules(user_id=None, meta_rule_id=meta_rule_id)
-
-
-def delete_meta_rules(meta_rule_id=None):
- from python_moondb.core import ModelManager
- ModelManager.delete_meta_rule(user_id=None, meta_rule_id=meta_rule_id)
-
-def test_set_not_exist_meta_rule_error(db):
- # set not existing meta rule and expect to raise and error
- with pytest.raises(Exception) as exception_info:
- set_meta_rule(meta_rule_id=None)
- assert str(exception_info.value) == '400: Sub Meta Rule Unknown'
-
-
-def test_add_new_meta_rule_success(db):
- value = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_security_level_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- metaRules = add_meta_rule();
- assert isinstance(metaRules, dict)
- assert metaRules
- assert len(metaRules) is 1
- meta_rule_id = list(metaRules.keys())[0]
- for key in ("name", "description", "subject_categories", "object_categories", "action_categories"):
- assert key in metaRules[meta_rule_id]
- assert metaRules[meta_rule_id][key] == value[key]
-
-
-def test_set_meta_rule_succes(db):
- # arrange
- meta_rules = add_meta_rule()
- meta_rule_id = list(meta_rules.keys())[0]
- updated_value = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_role_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- # action
- updated_meta_rule = set_meta_rule(meta_rule_id, updated_value)
- # assert
- updated_meta_rule_id = list(updated_meta_rule.keys())[0]
- assert updated_meta_rule_id == meta_rule_id
- assert updated_meta_rule[updated_meta_rule_id]["subject_categories"] == \
- updated_value["subject_categories"]
-
-
-def test_add_existing_meta_rule_error(db):
- meta_rules = add_meta_rule()
- meta_rule_id = list(meta_rules.keys())[0]
- with pytest.raises(Exception) as exception_info:
- add_meta_rule(meta_rule_id=meta_rule_id)
- assert str(exception_info.value) == '400: Sub Meta Rule Existing'
-
-
-def test_get_meta_rule_success(db):
- # arrange
- values = {}
- value1 = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_security_level_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- meta_rules1 = add_meta_rule(value=value1)
- meta_rule_id1 = list(meta_rules1.keys())[0]
- values[meta_rule_id1] = value1
- value2 = {
- "name": "rbac_meta_rule",
- "description": "test",
- "subject_categories": ["user_role_id_1"],
- "object_categories": ["vm_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- meta_rules2 = add_meta_rule(value=value2)
- meta_rule_id2 = list(meta_rules2.keys())[0]
- values[meta_rule_id2] = value2
-
- # action
- meta_rules = get_meta_rules()
- # assert
- assert isinstance(meta_rules , dict)
- assert meta_rules
- assert len(meta_rules) is 2
- for meta_rule_id in meta_rules:
- for key in ("name", "description", "subject_categories", "object_categories", "action_categories"):
- assert key in meta_rules[meta_rule_id]
- assert meta_rules[meta_rule_id][key] == values[meta_rule_id][key]
-
-
-def test_get_specific_meta_rule_success(db):
- # arrange
- added_meta_rules = add_meta_rule()
- added_meta_rule_id = list(added_meta_rules.keys())[0]
- # action
- meta_rules = get_meta_rules(meta_rule_id=added_meta_rule_id)
- meta_rule_id = list(meta_rules.keys())[0]
- # assert
- assert meta_rule_id == added_meta_rule_id
- for key in ("name", "description", "subject_categories", "object_categories", "action_categories"):
- assert key in meta_rules[meta_rule_id]
- assert meta_rules[meta_rule_id][key] == added_meta_rules[added_meta_rule_id][key]
-
-
-def test_delete_meta_rules_success(db):
- # arrange
- value1 = {
- "name": "MLS_meta_rule",
- "description": "test",
- "subject_categories": ["user_security_level_id_1"],
- "object_categories": ["vm_security_level_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- meta_rules1 = add_meta_rule(value=value1)
- meta_rule_id1 = list(meta_rules1.keys())[0]
-
- value2 = {
- "name": "rbac_meta_rule",
- "description": "test",
- "subject_categories": ["user_role_id_1"],
- "object_categories": ["vm_id_1"],
- "action_categories": ["action_type_id_1"]
- }
- meta_rules2 = add_meta_rule(value=value2)
- meta_rule_id2 = list(meta_rules2.keys())[0]
-
- # action
- delete_meta_rules(meta_rule_id1)
- # assert
- meta_rules = get_meta_rules()
- assert meta_rule_id1 not in meta_rules
-
-
-def test_delete_invalid_meta_rules_error(db):
- with pytest.raises(Exception) as exception_info:
- delete_meta_rules("INVALID_META_RULE_ID")
- assert str(exception_info.value) == '400: Sub Meta Rule Unknown'
diff --git a/python_moondb/tests/unit_python/models/test_models.py b/python_moondb/tests/unit_python/models/test_models.py
deleted file mode 100644
index 54c45e77..00000000
--- a/python_moondb/tests/unit_python/models/test_models.py
+++ /dev/null
@@ -1,178 +0,0 @@
-import pytest
-from python_moonutilities.exceptions import *
-import logging
-logger = logging.getLogger("moon.db.tests.test_model")
-
-def get_models(model_id=None):
- from python_moondb.core import ModelManager
- return ModelManager.get_models(user_id= None , model_id= model_id)
-
-
-def add_model(model_id=None, value=None):
- from python_moondb.core import ModelManager
- if not value:
- name = "MLS" if model_id is None else "MLS " + model_id
- value = {
- "name": name,
- "description": "test",
- "meta_rules": "meta_rule_mls_1"
- }
- return ModelManager.add_model(user_id=None, model_id=model_id, value=value)
-
-
-def delete_models(uuid=None, name=None):
- from python_moondb.core import ModelManager
- if not uuid:
- for model_id, model_value in get_models():
- if name == model_value['name']:
- uuid = model_id
- break
- ModelManager.delete_model(user_id=None, model_id=uuid)
-
-
-def delete_all_models():
- from python_moondb.core import ModelManager
- models_values = get_models()
- print(models_values)
- for model_id, model_value in models_values.items():
- ModelManager.delete_model(user_id=None, model_id=model_id)
-
-
-def update_model(model_id=None, value=None):
- from python_moondb.core import ModelManager
- return ModelManager.update_model(user_id=None, model_id=model_id, value=value)
-
-
-def test_get_models_empty(db):
- # act
- models = get_models()
- # assert
- assert isinstance(models, dict)
- assert not models
-
-
-def test_get_model(db):
- # prepare
- add_model(model_id="mls_model_id")
- # act
- models = get_models()
- # assert
- assert isinstance(models, dict)
- assert models # assert model is not empty
- assert len(models) is 1
- delete_all_models()
-
-def test_get_specific_model(db):
- # prepare
- add_model(model_id="mls_model_id")
- add_model(model_id="rbac_model_id")
- # act
- models = get_models(model_id="mls_model_id")
- # assert
- assert isinstance(models, dict)
- assert models # assert model is not empty
- assert len(models) is 1
- delete_all_models()
-
-def test_add_model(db):
- # act
- model = add_model()
- # assert
- assert isinstance(model, dict)
- assert model # assert model is not empty
- assert len(model) is 1
- delete_all_models()
-
-
-def test_add_same_model_twice(db):
- # prepare
- add_model(model_id="model_1") # add model twice
- # act
- with pytest.raises(ModelExisting) as exception_info:
- add_model(model_id="model_1")
- delete_all_models()
- #assert str(exception_info.value) == '409: Model Error'
-
-
-def test_add_model_generate_new_uuid(db):
- model_value1 = {
- "name": "MLS",
- "description": "test",
- "meta_rules": "meta_rule_mls_1"
- }
- model1 = add_model(value=model_value1)
-
- model_value2 = {
- "name": "rbac",
- "description": "test",
- "meta_rules": "meta_rule_mls_2"
- }
- model2 = add_model(value=model_value2)
-
- assert list(model1)[0] != list(model2)[0]
- delete_all_models()
-
-
-def test_add_models(db):
- model_value1 = {
- "name": "MLS",
- "description": "test",
- "meta_rules": "meta_rule_mls_1"
- }
- models = add_model(value=model_value1)
- assert isinstance(models, dict)
- assert models
- assert len(models.keys()) == 1
- model_id = list(models.keys())[0]
- for key in ("name", "meta_rules", "description"):
- assert key in models[model_id]
- assert models[model_id][key] == model_value1[key]
- delete_all_models()
-
-
-def test_delete_models(db):
- model_value1 = {
- "name": "MLS",
- "description": "test",
- "meta_rules": "meta_rule_mls_1"
- }
- model1 = add_model(value=model_value1)
-
- model_value2 = {
- "name": "rbac",
- "description": "test",
- "meta_rules": "meta_rule_mls_2"
- }
- model2 = add_model(value=model_value2)
-
- id = list(model1)[0]
- delete_models(id)
- # assert
- models = get_models()
- assert id not in models
- delete_all_models()
-
-
-def test_update_model(db):
- # prepare
- model_value = {
- "name": "MLS",
- "description": "test",
- "meta_rules": "meta_rule_mls_1"
- }
- model = add_model(value=model_value)
- model_id = list(model)[0]
- new_model_value = {
- "name": "MLS2",
- "description": "test",
- "meta_rules": "meta_rule_mls_2"
- }
- # act
- update_model(model_id=model_id, value=new_model_value)
- # assert
- model = get_models(model_id)
-
- for key in ("name", "meta_rules", "description"):
- assert key in model[model_id]
- assert model[model_id][key] == new_model_value[key]
- delete_all_models() \ No newline at end of file
diff --git a/python_moondb/tests/unit_python/policies/__init__.py b/python_moondb/tests/unit_python/policies/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/python_moondb/tests/unit_python/policies/__init__.py
+++ /dev/null
diff --git a/python_moondb/tests/unit_python/policies/mock_data.py b/python_moondb/tests/unit_python/policies/mock_data.py
deleted file mode 100644
index 3e9bea93..00000000
--- a/python_moondb/tests/unit_python/policies/mock_data.py
+++ /dev/null
@@ -1,55 +0,0 @@
-def create_meta_rule(meta_rule_name="meta_rule1", category_prefix=""):
- meta_rule_value = {
- "name": meta_rule_name,
- "algorithm": "name of the meta rule algorithm",
- "subject_categories": [category_prefix + "subject_category_id1",
- category_prefix + "subject_category_id2"],
- "object_categories": [category_prefix +"object_category_id1"],
- "action_categories": [category_prefix +"action_category_id1"]
- }
- return meta_rule_value
-
-
-def create_model(meta_rule_id, model_name="test_model"):
- value = {
- "name": model_name,
- "description": "test",
- "meta_rules": [meta_rule_id]
-
- }
- return value
-
-
-def create_policy(model_id, policy_name="policy_1"):
- value = {
- "name": policy_name,
- "model_id": model_id,
- "genre": "authz",
- "description": "test",
- }
- return value
-
-
-def create_pdp(pdp_ids):
- value = {
- "name": "test_pdp",
- "security_pipeline": pdp_ids,
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- return value
-
-
-def get_policy_id(model_name="test_model", policy_name="policy_1", meta_rule_name="meta_rule1", category_prefix=""):
- import policies.test_policies as test_policies
- import models.test_models as test_models
- import models.test_meta_rules as test_meta_rules
- meta_rule = test_meta_rules.add_meta_rule(value=create_meta_rule(meta_rule_name, category_prefix))
- meta_rule_id = list(meta_rule.keys())[0]
- model = test_models.add_model(value=create_model(meta_rule_id, model_name))
- model_id = list(model.keys())[0]
- value = create_policy(model_id, policy_name)
- policy = test_policies.add_policies(value=value)
- assert policy
- policy_id = list(policy.keys())[0]
- return policy_id
diff --git a/python_moondb/tests/unit_python/policies/test_assignments.py b/python_moondb/tests/unit_python/policies/test_assignments.py
deleted file mode 100755
index 1ca140e6..00000000
--- a/python_moondb/tests/unit_python/policies/test_assignments.py
+++ /dev/null
@@ -1,257 +0,0 @@
-import policies.mock_data as mock_data
-from python_moonutilities.exceptions import *
-import pytest
-
-def get_action_assignments(policy_id, action_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_action_assignments("", policy_id, action_id, category_id)
-
-
-def add_action_assignment(policy_id, action_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_action_assignment("", policy_id, action_id, category_id, data_id)
-
-
-def delete_action_assignment(policy_id, action_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_action_assignment("", policy_id, action_id, category_id, data_id)
-
-
-def get_object_assignments(policy_id, object_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_object_assignments("", policy_id, object_id, category_id)
-
-
-def add_object_assignment(policy_id, object_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_object_assignment("", policy_id, object_id, category_id, data_id)
-
-
-def delete_object_assignment(policy_id, object_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_object_assignment("", policy_id, object_id, category_id, data_id)
-
-
-def get_subject_assignments(policy_id, subject_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_subject_assignments("", policy_id, subject_id, category_id)
-
-
-def add_subject_assignment(policy_id, subject_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_subject_assignment("", policy_id, subject_id, category_id, data_id)
-
-
-def delete_subject_assignment(policy_id, subject_id, category_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_subject_assignment("", policy_id, subject_id, category_id, data_id)
-
-
-def test_get_action_assignments(db):
- policy_id = mock_data.get_policy_id()
- action_id = "action_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- add_action_assignment(policy_id, action_id, category_id, data_id)
- act_assignments = get_action_assignments(policy_id, action_id, category_id)
- action_id_1 = list(act_assignments.keys())[0]
- assert act_assignments[action_id_1]["policy_id"] == policy_id
- assert act_assignments[action_id_1]["action_id"] == action_id
- assert act_assignments[action_id_1]["category_id"] == category_id
- assert len(act_assignments[action_id_1].get("assignments")) == 1
- assert data_id in act_assignments[action_id_1].get("assignments")
-
-
-def test_get_action_assignments_by_policy_id(db):
- policy_id = mock_data.get_policy_id()
- action_id = "action_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- add_action_assignment(policy_id, action_id, category_id, data_id)
- data_id = "data_id_2"
- add_action_assignment(policy_id, action_id, category_id, data_id)
- data_id = "data_id_3"
- add_action_assignment(policy_id, action_id, category_id, data_id)
- act_assignments = get_action_assignments(policy_id)
- action_id_1 = list(act_assignments.keys())[0]
- assert act_assignments[action_id_1]["policy_id"] == policy_id
- assert act_assignments[action_id_1]["action_id"] == action_id
- assert act_assignments[action_id_1]["category_id"] == category_id
- assert len(act_assignments[action_id_1].get("assignments")) == 3
-
-
-def test_add_action_assignments(db):
- policy_id = mock_data.get_policy_id()
- action_id = "action_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- action_assignments = add_action_assignment(policy_id, action_id, category_id, data_id)
- assert action_assignments
- action_id_1 = list(action_assignments.keys())[0]
- assert action_assignments[action_id_1]["policy_id"] == policy_id
- assert action_assignments[action_id_1]["action_id"] == action_id
- assert action_assignments[action_id_1]["category_id"] == category_id
- assert len(action_assignments[action_id_1].get("assignments")) == 1
- assert data_id in action_assignments[action_id_1].get("assignments")
-
- with pytest.raises(ActionAssignmentExisting) as exception_info:
- add_action_assignment(policy_id, action_id, category_id, data_id)
-
-def test_delete_action_assignment(db):
- policy_id = mock_data.get_policy_id()
- add_action_assignment(policy_id, "", "", "")
- policy_id = mock_data.get_policy_id(model_name="test_model2", policy_name="policy_2", meta_rule_name="meta_rule2", category_prefix="_")
- action_id = "action_id_2"
- category_id = "category_id_2"
- data_id = "data_id_2"
- add_action_assignment(policy_id, action_id, category_id, data_id)
- delete_action_assignment(policy_id, "", "", "")
- assignments = get_action_assignments(policy_id, )
- assert len(assignments) == 1
-
-
-def test_delete_action_assignment_with_invalid_policy_id(db):
- policy_id = "invalid_id"
- delete_action_assignment(policy_id, "", "", "")
- assignments = get_action_assignments(policy_id, )
- assert len(assignments) == 0
-
-
-def test_get_object_assignments(db):
- policy_id = mock_data.get_policy_id()
- object_id = "object_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- add_object_assignment(policy_id, object_id, category_id, data_id)
- obj_assignments = get_object_assignments(policy_id, object_id, category_id)
- object_id_1 = list(obj_assignments.keys())[0]
- assert obj_assignments[object_id_1]["policy_id"] == policy_id
- assert obj_assignments[object_id_1]["object_id"] == object_id
- assert obj_assignments[object_id_1]["category_id"] == category_id
- assert len(obj_assignments[object_id_1].get("assignments")) == 1
- assert data_id in obj_assignments[object_id_1].get("assignments")
-
-
-def test_get_object_assignments_by_policy_id(db):
- policy_id = mock_data.get_policy_id()
- object_id_1 = "object_id_1"
- category_id_1 = "category_id_1"
- data_id = "data_id_1"
- add_action_assignment(policy_id, object_id_1, category_id_1, data_id)
- object_id_2 = "object_id_2"
- category_id_2 = "category_id_2"
- data_id = "data_id_2"
- add_action_assignment(policy_id, object_id_2, category_id_2, data_id)
- object_id_3 = "object_id_3"
- category_id_3 = "category_id_3"
- data_id = "data_id_3"
- add_action_assignment(policy_id, object_id_3, category_id_3, data_id)
- act_assignments = get_action_assignments(policy_id)
- assert len(act_assignments) == 3
-
-
-def test_add_object_assignments(db):
- policy_id = mock_data.get_policy_id()
- object_id = "object_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- object_assignments = add_object_assignment(policy_id, object_id, category_id, data_id)
- assert object_assignments
- object_id_1 = list(object_assignments.keys())[0]
- assert object_assignments[object_id_1]["policy_id"] == policy_id
- assert object_assignments[object_id_1]["object_id"] == object_id
- assert object_assignments[object_id_1]["category_id"] == category_id
- assert len(object_assignments[object_id_1].get("assignments")) == 1
- assert data_id in object_assignments[object_id_1].get("assignments")
-
- with pytest.raises(ObjectAssignmentExisting):
- add_object_assignment(policy_id, object_id, category_id, data_id)
-
-
-def test_delete_object_assignment(db):
- policy_id = mock_data.get_policy_id()
- add_object_assignment(policy_id, "", "", "")
- object_id = "action_id_2"
- category_id = "category_id_2"
- data_id = "data_id_2"
- add_object_assignment(policy_id, object_id, category_id, data_id)
- delete_object_assignment(policy_id, "", "", "")
- assignments = get_object_assignments(policy_id, )
- assert len(assignments) == 1
-
-
-def test_delete_object_assignment_with_invalid_policy_id(db):
- policy_id = "invalid_id"
- delete_object_assignment(policy_id, "", "", "")
- assignments = get_object_assignments(policy_id, )
- assert len(assignments) == 0
-
-
-def test_get_subject_assignments(db):
- policy_id = mock_data.get_policy_id()
- subject_id = "object_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- add_subject_assignment(policy_id, subject_id, category_id, data_id)
- subj_assignments = get_subject_assignments(policy_id, subject_id, category_id)
- subject_id_1 = list(subj_assignments.keys())[0]
- assert subj_assignments[subject_id_1]["policy_id"] == policy_id
- assert subj_assignments[subject_id_1]["subject_id"] == subject_id
- assert subj_assignments[subject_id_1]["category_id"] == category_id
- assert len(subj_assignments[subject_id_1].get("assignments")) == 1
- assert data_id in subj_assignments[subject_id_1].get("assignments")
-
-
-def test_get_subject_assignments_by_policy_id(db):
- policy_id = mock_data.get_policy_id()
- subject_id_1 = "subject_id_1"
- category_id_1 = "category_id_1"
- data_id = "data_id_1"
- add_subject_assignment(policy_id, subject_id_1, category_id_1, data_id)
- subject_id_2 = "subject_id_2"
- category_id_2 = "category_id_2"
- data_id = "data_id_2"
- add_subject_assignment(policy_id, subject_id_2, category_id_2, data_id)
- subject_id_3 = "subject_id_3"
- category_id_3 = "category_id_3"
- data_id = "data_id_3"
- add_subject_assignment(policy_id, subject_id_3, category_id_3, data_id)
- subj_assignments = get_subject_assignments(policy_id)
- assert len(subj_assignments) == 3
-
-
-def test_add_subject_assignments(db):
- policy_id = mock_data.get_policy_id()
- subject_id = "subject_id_1"
- category_id = "category_id_1"
- data_id = "data_id_1"
- subject_assignments = add_subject_assignment(policy_id, subject_id, category_id, data_id)
- assert subject_assignments
- subject_id_1 = list(subject_assignments.keys())[0]
- assert subject_assignments[subject_id_1]["policy_id"] == policy_id
- assert subject_assignments[subject_id_1]["subject_id"] == subject_id
- assert subject_assignments[subject_id_1]["category_id"] == category_id
- assert len(subject_assignments[subject_id_1].get("assignments")) == 1
- assert data_id in subject_assignments[subject_id_1].get("assignments")
-
- with pytest.raises(SubjectAssignmentExisting):
- add_subject_assignment(policy_id, subject_id, category_id, data_id)
-
-
-def test_delete_subject_assignment(db):
- policy_id = mock_data.get_policy_id()
- add_subject_assignment(policy_id, "", "", "")
- subject_id = "subject_id_2"
- category_id = "category_id_2"
- data_id = "data_id_2"
- add_subject_assignment(policy_id, subject_id, category_id, data_id)
- delete_subject_assignment(policy_id, "", "", "")
- assignments = get_subject_assignments(policy_id, )
- assert len(assignments) == 1
-
-
-def test_delete_subject_assignment_with_invalid_policy_id(db):
- policy_id = "invalid_id"
- delete_subject_assignment(policy_id, "", "", "")
- assignments = get_subject_assignments(policy_id, )
- assert len(assignments) == 0
diff --git a/python_moondb/tests/unit_python/policies/test_data.py b/python_moondb/tests/unit_python/policies/test_data.py
deleted file mode 100755
index 6a57130e..00000000
--- a/python_moondb/tests/unit_python/policies/test_data.py
+++ /dev/null
@@ -1,567 +0,0 @@
-import policies.mock_data as mock_data
-import pytest
-import logging
-from python_moonutilities.exceptions import *
-
-logger = logging.getLogger("python_moondb.tests.api.test_data")
-
-
-def get_action_data(policy_id, data_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_action_data("", policy_id, data_id, category_id)
-
-
-def add_action_data(policy_id, data_id=None, category_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_action_data("", policy_id, data_id, category_id, value)
-
-
-def delete_action_data(policy_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_action_data("", policy_id, data_id)
-
-
-def get_object_data(policy_id, data_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_object_data("", policy_id, data_id, category_id)
-
-
-def add_object_data(policy_id, data_id=None, category_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_object_data("", policy_id, data_id, category_id, value)
-
-
-def delete_object_data(policy_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_object_data("", policy_id, data_id)
-
-
-def get_subject_data(policy_id, data_id=None, category_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_subject_data("", policy_id, data_id, category_id)
-
-
-def add_subject_data(policy_id, data_id=None, category_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.set_subject_data("", policy_id, data_id, category_id, value)
-
-
-def delete_subject_data(policy_id, data_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_subject_data("", policy_id, data_id)
-
-
-def get_actions(policy_id, perimeter_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_actions("", policy_id, perimeter_id)
-
-
-def add_action(policy_id, perimeter_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_action("", policy_id, perimeter_id, value)
-
-
-def delete_action(policy_id, perimeter_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_action("", policy_id, perimeter_id)
-
-
-def get_objects(policy_id, perimeter_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_objects("", policy_id, perimeter_id)
-
-
-def add_object(policy_id, perimeter_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_object("", policy_id, perimeter_id, value)
-
-
-def delete_object(policy_id, perimeter_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_object("", policy_id, perimeter_id)
-
-
-def get_subjects(policy_id, perimeter_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_subjects("", policy_id, perimeter_id)
-
-
-def add_subject(policy_id, perimeter_id=None, value=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.add_subject("", policy_id, perimeter_id, value)
-
-
-def delete_subject(policy_id, perimeter_id):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_subject("", policy_id, perimeter_id)
-
-
-def get_available_metadata(policy_id):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_available_metadata("", policy_id)
-
-
-def test_get_action_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
-
- policy_id = policy_id
- data_id = "data_id_1"
- category_id = "action_category_id1"
- value = {
- "name": "action-type",
- "description": {"vm-action": "", "storage-action": "", },
- }
- add_action_data(policy_id, data_id, category_id, value)
- action_data = get_action_data(policy_id, data_id, category_id)
- assert action_data
- assert len(action_data[0]['data']) == 1
-
-
-def test_get_action_data_with_invalid_category_id(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "action_category_id1"
- value = {
- "name": "action-type",
- "description": {"vm-action": "", "storage-action": "", },
- }
- add_action_data(policy_id, data_id, category_id, value)
- action_data = get_action_data(policy_id)
- assert action_data
- assert len(action_data[0]['data']) == 1
-
-
-def test_add_action_data(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- category_id = "category_id_1"
- value = {
- "name": "action-type",
- "description": {"vm-action": "", "storage-action": "", },
- }
- action_data = add_action_data(policy_id, data_id, category_id, value).get('data')
- assert action_data
- action_data_id = list(action_data.keys())[0]
- assert action_data[action_data_id].get('policy_id') == policy_id
-
- with pytest.raises(ActionScopeExisting) as exception_info:
- add_action_data(policy_id, category_id=category_id, value=value).get('data')
-
-
-def test_add_action_data_with_invalid_category_id(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- value = {
- "name": "action-type",
- "description": {"vm-action": "", "storage-action": "", },
- }
- with pytest.raises(Exception) as exception_info:
- add_action_data(policy_id=policy_id, data_id=data_id, value=value).get('data')
- assert str(exception_info.value) == 'Invalid category id'
-
-
-def test_delete_action_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "category_id_1"
- value = {
- "name": "action-type",
- "description": {"vm-action": "", "storage-action": "", },
- }
- action_data = add_action_data(policy_id, data_id, category_id, value).get('data')
- action_data_id = list(action_data.keys())[0]
- delete_action_data(action_data[action_data_id].get('policy_id'), None)
- new_action_data = get_action_data(policy_id)
- assert len(new_action_data[0]['data']) == 0
-
-
-def test_get_object_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "object_category_id1"
- value = {
- "name": "object-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- add_object_data(policy_id, data_id, category_id, value)
- object_data = get_object_data(policy_id, data_id, category_id)
- assert object_data
- assert len(object_data[0]['data']) == 1
-
-
-def test_get_object_data_with_invalid_category_id(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "object_category_id1"
- value = {
- "name": "object-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- add_object_data(policy_id, data_id, category_id, value)
- object_data = get_object_data(policy_id)
- assert object_data
- assert len(object_data[0]['data']) == 1
-
-
-def test_add_object_data(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- category_id = "object_category_id1"
- value = {
- "name": "object-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- object_data = add_object_data(policy_id, data_id, category_id, value).get('data')
- assert object_data
- object_data_id = list(object_data.keys())[0]
- assert object_data[object_data_id].get('policy_id') == policy_id
-
- with pytest.raises(ObjectScopeExisting) as exception_info:
- add_object_data(policy_id, category_id=category_id, value=value).get('data')
-
-
-def test_add_object_data_with_invalid_category_id(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- value = {
- "name": "object-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- with pytest.raises(Exception) as exception_info:
- add_object_data(policy_id=policy_id, data_id=data_id, value=value).get('data')
- assert str(exception_info.value) == 'Invalid category id'
-
-
-def test_delete_object_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "object_category_id1"
- value = {
- "name": "object-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- object_data = add_object_data(policy_id, data_id, category_id, value).get('data')
- object_data_id = list(object_data.keys())[0]
- delete_object_data(object_data[object_data_id].get('policy_id'), data_id)
- new_object_data = get_object_data(policy_id)
- assert len(new_object_data[0]['data']) == 0
-
-
-def test_get_subject_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "subject_category_id1"
- value = {
- "name": "subject-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- add_subject_data(policy_id, data_id, category_id, value)
- subject_data = get_subject_data(policy_id, data_id, category_id)
- assert subject_data
- assert len(subject_data[0]['data']) == 1
-
-
-def test_get_subject_data_with_invalid_category_id(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "subject_category_id1"
- value = {
- "name": "subject-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- add_subject_data(policy_id, data_id, category_id, value)
- subject_data = get_subject_data(policy_id)
- assert subject_data
- assert len(subject_data[0]['data']) == 1
-
-
-def test_add_subject_data(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- category_id = "subject_category_id1"
- value = {
- "name": "subject-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- subject_data = add_subject_data(policy_id, data_id, category_id, value).get('data')
- assert subject_data
- subject_data_id = list(subject_data.keys())[0]
- assert subject_data[subject_data_id].get('policy_id') == policy_id
- with pytest.raises(SubjectScopeExisting):
- add_subject_data(policy_id, category_id=category_id, value=value).get('data')
-
-
-def test_add_subject_data_with_no_category_id(db):
- policy_id = mock_data.get_policy_id()
- data_id = "data_id_1"
- value = {
- "name": "subject-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- with pytest.raises(Exception) as exception_info:
- add_subject_data(policy_id=policy_id, data_id=data_id, value=value).get('data')
- assert str(exception_info.value) == 'Invalid category id'
-
-
-def test_delete_subject_data(db):
- policy_id = mock_data.get_policy_id()
- get_available_metadata(policy_id)
- data_id = "data_id_1"
- category_id = "subject_category_id1"
- value = {
- "name": "subject-security-level",
- "description": {"low": "", "medium": "", "high": ""},
- }
- subject_data = add_subject_data(policy_id, data_id, category_id, value).get('data')
- subject_data_id = list(subject_data.keys())[0]
- delete_subject_data(subject_data[subject_data_id].get('policy_id'), data_id)
- new_subject_data = get_subject_data(policy_id)
- assert len(new_subject_data[0]['data']) == 0
-
-
-def test_get_actions(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_action",
- "description": "test",
- }
- add_action(policy_id=policy_id, value=value)
- actions = get_actions(policy_id, )
- assert actions
- assert len(actions) == 1
- action_id = list(actions.keys())[0]
- assert actions[action_id].get('policy_list')[0] == policy_id
-
-
-def test_add_action(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_action",
- "description": "test",
- }
- action = add_action(policy_id=policy_id, value=value)
- assert action
- action_id = list(action.keys())[0]
- assert len(action[action_id].get('policy_list')) == 1
-
- with pytest.raises(ActionExisting):
- add_action(policy_id=policy_id, value=value)
-
-
-def test_add_action_multiple_times(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_action",
- "description": "test",
- }
- action = add_action(policy_id=policy_id, value=value)
- logger.info("action : {}".format(action))
- action_id = list(action.keys())[0]
- perimeter_id = action[action_id].get('id')
- assert action
- value = {
- "name": "test_action",
- "description": "test",
- "policy_list": ['policy_id_3', 'policy_id_4']
- }
- action = add_action(mock_data.get_policy_id(model_name="test_model2", policy_name="policy_2", meta_rule_name="meta_rule2", category_prefix="_"), perimeter_id, value)
- logger.info("action : {}".format(action))
- assert action
- action_id = list(action.keys())[0]
- assert len(action[action_id].get('policy_list')) == 2
-
-
-def test_delete_action(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_action",
- "description": "test",
- }
- action = add_action(policy_id=policy_id, value=value)
- action_id = list(action.keys())[0]
- delete_action(policy_id, action_id)
- actions = get_actions(policy_id, )
- assert not actions
-
-
-def test_delete_action_with_invalid_perimeter_id(db):
- policy_id = "invalid"
- perimeter_id = "invalid"
- with pytest.raises(Exception) as exception_info:
- delete_action(policy_id, perimeter_id)
- assert str(exception_info.value) == '400: Action Unknown'
-
-
-def test_get_objects(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_object",
- "description": "test",
- }
- add_object(policy_id=policy_id, value=value)
- objects = get_objects(policy_id, )
- assert objects
- assert len(objects) == 1
- object_id = list(objects.keys())[0]
- assert objects[object_id].get('policy_list')[0] == policy_id
-
-
-def test_add_object(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_object",
- "description": "test",
- }
- added_object = add_object(policy_id=policy_id, value=value)
- assert added_object
- object_id = list(added_object.keys())[0]
- assert len(added_object[object_id].get('policy_list')) == 1
-
- with pytest.raises(ObjectExisting):
- add_object(policy_id=policy_id, value=value)
-
-
-def test_add_objects_multiple_times(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_object",
- "description": "test",
- }
- added_object = add_object(policy_id=policy_id, value=value)
- object_id = list(added_object.keys())[0]
- perimeter_id = added_object[object_id].get('id')
- assert added_object
- value = {
- "name": "test_object",
- "description": "test",
- "policy_list": ['policy_id_3', 'policy_id_4']
- }
- added_object = add_object(mock_data.get_policy_id(model_name="test_model2", policy_name="policy_2", meta_rule_name="meta_rule2", category_prefix="_"), perimeter_id, value)
- assert added_object
- object_id = list(added_object.keys())[0]
- assert len(added_object[object_id].get('policy_list')) == 2
-
-
-def test_delete_object(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "test_object",
- "description": "test",
- }
- added_object = add_object(policy_id=policy_id, value=value)
- object_id = list(added_object.keys())[0]
- delete_object(policy_id, object_id)
- objects = get_objects(policy_id, )
- assert not objects
-
-
-def test_delete_object_with_invalid_perimeter_id(db):
- policy_id = "invalid"
- perimeter_id = "invalid"
- with pytest.raises(Exception) as exception_info:
- delete_object(policy_id, perimeter_id)
- assert str(exception_info.value) == '400: Object Unknown'
-
-
-def test_get_subjects(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "testuser",
- "description": "test",
- }
- add_subject(policy_id=policy_id, value=value)
- subjects = get_subjects(policy_id, )
- assert subjects
- assert len(subjects) == 1
- subject_id = list(subjects.keys())[0]
- assert subjects[subject_id].get('policy_list')[0] == policy_id
-
-
-def test_add_subject(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "testuser",
- "description": "test",
- }
- subject = add_subject(policy_id=policy_id, value=value)
- assert subject
- subject_id = list(subject.keys())[0]
- assert len(subject[subject_id].get('policy_list')) == 1
-
- with pytest.raises(SubjectExisting):
- add_subject(policy_id=policy_id, value=value)
-
-
-def test_add_subjects_multiple_times(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "testuser",
- "description": "test",
- }
- subject = add_subject(policy_id=policy_id, value=value)
- subject_id = list(subject.keys())[0]
- perimeter_id = subject[subject_id].get('id')
- assert subject
- value = {
- "name": "testuser",
- "description": "test",
- "policy_list": ['policy_id_3', 'policy_id_4']
- }
- subject = add_subject(mock_data.get_policy_id(model_name="test_model2", policy_name="policy_2", meta_rule_name="meta_rule2", category_prefix="_"), perimeter_id, value)
- assert subject
- subject_id = list(subject.keys())[0]
- assert len(subject[subject_id].get('policy_list')) == 2
-
-
-def test_delete_subject(db):
- policy_id = mock_data.get_policy_id()
- value = {
- "name": "testuser",
- "description": "test",
- }
- subject = add_subject(policy_id=policy_id, value=value)
- subject_id = list(subject.keys())[0]
- delete_subject(policy_id, subject_id)
- subjects = get_subjects(policy_id, )
- assert not subjects
-
-
-def test_delete_subject_with_invalid_perimeter_id(db):
- policy_id = "invalid"
- perimeter_id = "invalid"
- with pytest.raises(Exception) as exception_info:
- delete_subject(policy_id, perimeter_id)
- assert str(exception_info.value) == '400: Subject Unknown'
-
-
-def test_get_available_metadata(db):
- policy_id = mock_data.get_policy_id()
- metadata = get_available_metadata(policy_id=policy_id)
- assert metadata
- assert metadata['object'][0] == "object_category_id1"
- assert metadata['subject'][0] == "subject_category_id1"
- assert metadata['subject'][1] == "subject_category_id2"
-
-
-def test_get_available_metadata_empty_model(db):
- import policies.test_policies as test_policies
- value = mock_data.create_policy("invalid")
- policy = test_policies.add_policies(value=value)
- assert policy
- policy_id = list(policy.keys())[0]
- metadata = get_available_metadata(policy_id=policy_id)
- assert metadata
-
-
-def test_get_available_metadata_with_invalid_policy_id(db):
- with pytest.raises(Exception) as exception_info:
- get_available_metadata(policy_id='invalid')
- assert '400: Policy Unknown' == str(exception_info.value)
diff --git a/python_moondb/tests/unit_python/policies/test_policies.py b/python_moondb/tests/unit_python/policies/test_policies.py
deleted file mode 100755
index f81f0d39..00000000
--- a/python_moondb/tests/unit_python/policies/test_policies.py
+++ /dev/null
@@ -1,290 +0,0 @@
-# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
-# This software is distributed under the terms and conditions of the 'Apache-2.0'
-# license which can be found in the file 'LICENSE' in this package distribution
-# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-
-import pytest
-import policies.mock_data as mock_data
-from python_moonutilities.exceptions import *
-
-def get_policies():
- from python_moondb.core import PolicyManager
- return PolicyManager.get_policies("admin")
-
-
-def add_policies(policy_id=None, value=None):
- from python_moondb.core import PolicyManager
- if not value:
- value = {
- "name": "test_policiy",
- "model_id": "",
- "genre": "authz",
- "description": "test",
- }
- return PolicyManager.add_policy("admin", policy_id=policy_id, value=value)
-
-
-def delete_policies(uuid=None, name=None):
- from python_moondb.core import PolicyManager
- if not uuid:
- for policy_id, policy_value in get_policies():
- if name == policy_value['name']:
- uuid = policy_id
- break
- PolicyManager.delete_policy("admin", uuid)
-
-
-def update_policy(policy_id, value):
- from python_moondb.core import PolicyManager
- return PolicyManager.update_policy("admin", policy_id, value)
-
-
-def get_policy_from_meta_rules(meta_rule_id):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_policy_from_meta_rules("admin", meta_rule_id)
-
-
-def get_rules(policy_id=None, meta_rule_id=None, rule_id=None):
- from python_moondb.core import PolicyManager
- return PolicyManager.get_rules("", policy_id, meta_rule_id, rule_id)
-
-
-def add_rule(policy_id=None, meta_rule_id=None, value=None):
- from python_moondb.core import PolicyManager
- if not value:
- value = {
- "rule": ("high", "medium", "vm-action"),
- "instructions": ({"decision": "grant"}),
- "enabled": "",
- }
- return PolicyManager.add_rule("", policy_id, meta_rule_id, value)
-
-
-def delete_rule(policy_id=None, rule_id=None):
- from python_moondb.core import PolicyManager
- PolicyManager.delete_rule("", policy_id, rule_id)
-
-
-def test_get_policies(db):
- policies = get_policies()
- assert isinstance(policies, dict)
- assert not policies
-
-
-def test_add_policies(db):
- value = {
- "name": "test_policy",
- "model_id": "",
- "genre": "authz",
- "description": "test",
- }
- policies = add_policies(value=value)
- assert isinstance(policies, dict)
- assert policies
- assert len(policies.keys()) == 1
- policy_id = list(policies.keys())[0]
- for key in ("genre", "name", "model_id", "description"):
- assert key in policies[policy_id]
- assert policies[policy_id][key] == value[key]
-
-
-def test_add_policies_twice_with_same_id(db):
- policy_id = 'policy_id_1'
- value = {
- "name": "test_policy",
- "model_id": "",
- "genre": "authz",
- "description": "test",
- }
- add_policies(policy_id, value)
- with pytest.raises(PolicyExisting) as exception_info:
- add_policies(policy_id, value)
- #assert str(exception_info.value) == '409: Policy Error'
-
-
-def test_delete_policies(db):
- value = {
- "name": "test_policy1",
- "model_id": "",
- "genre": "authz",
- "description": "test",
- }
- policies = add_policies(value=value)
- policy_id1 = list(policies.keys())[0]
- value = {
- "name": "test_policy2",
- "model_id": "",
- "genre": "authz",
- "description": "test",
- }
- policies = add_policies(value=value)
- policy_id2 = list(policies.keys())[0]
- assert policy_id1 != policy_id2
- delete_policies(policy_id1)
- policies = get_policies()
- assert policy_id1 not in policies
-
-
-def test_delete_policies_with_invalid_id(db):
- policy_id = 'policy_id_1'
- with pytest.raises(PolicyUnknown) as exception_info:
- delete_policies(policy_id)
- #assert str(exception_info.value) == '400: Policy Unknown'
-
-
-def test_update_policy(db):
- policies = add_policies()
- policy_id = list(policies.keys())[0]
- value = {
- "name": "test_policy4",
- "model_id": "",
- "genre": "authz",
- "description": "test-3",
- }
- updated_policy = update_policy(policy_id, value)
- assert updated_policy
- for key in ("genre", "name", "model_id", "description"):
- assert key in updated_policy[policy_id]
- assert updated_policy[policy_id][key] == value[key]
-
-
-def test_update_policy_with_invalid_id(db):
- policy_id = 'invalid-id'
- value = {
- "name": "test_policy4",
- "model_id": "",
- "genre": "authz",
- "description": "test-3",
- }
- with pytest.raises(PolicyUnknown) as exception_info:
- update_policy(policy_id, value)
- #assert str(exception_info.value) == '400: Policy Unknown'
-
-
-def test_get_policy_from_meta_rules(db):
- import models.test_models as test_models
- import models.test_meta_rules as test_meta_rules
- import test_pdp as test_pdp
- meta_rule = test_meta_rules.add_meta_rule(value=mock_data.create_meta_rule())
- meta_rule_id = list(meta_rule.keys())[0]
- model = test_models.add_model(value=mock_data.create_model(meta_rule_id))
- model_id = list(model.keys())[0]
- value = mock_data.create_policy(model_id)
- policy = add_policies(value=value)
- assert policy
- policy_id = list(policy.keys())[0]
- pdp_ids = [policy_id,]
- pdp_obj = mock_data.create_pdp(pdp_ids)
- test_pdp.add_pdp(value=pdp_obj)
- matched_policy_id = get_policy_from_meta_rules(meta_rule_id)
- assert matched_policy_id
- assert policy_id == matched_policy_id
-
-
-def test_get_policy_from_meta_rules_with_no_policy_ids(db):
- import test_pdp as test_pdp
- meta_rule_id = 'meta_rule_id'
- value = {
- "name": "test_pdp",
- "security_pipeline": [],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- test_pdp.add_pdp(value=value)
- matched_policy_id = get_policy_from_meta_rules(meta_rule_id)
- assert not matched_policy_id
-
-
-def test_get_policy_from_meta_rules_with_no_policies(db):
- import test_pdp as test_pdp
- meta_rule_id = 'meta_rule_id'
- policy_id = 'invalid'
- pdp_ids = [policy_id,]
- pdp_obj = mock_data.create_pdp(pdp_ids)
- test_pdp.add_pdp(value=pdp_obj)
- with pytest.raises(Exception) as exception_info:
- get_policy_from_meta_rules(meta_rule_id)
- assert str(exception_info.value) == '400: Policy Unknown'
-
-
-def test_get_policy_from_meta_rules_with_no_models(db):
- import models.test_meta_rules as test_meta_rules
- import test_pdp as test_pdp
- meta_rule = test_meta_rules.add_meta_rule(value=mock_data.create_meta_rule())
- meta_rule_id = list(meta_rule.keys())[0]
- model_id = 'invalid'
- value = mock_data.create_policy(model_id)
- policy = add_policies(value=value)
- assert policy
- policy_id = list(policy.keys())[0]
- pdp_ids = [policy_id,]
- pdp_obj = mock_data.create_pdp(pdp_ids)
- test_pdp.add_pdp(value=pdp_obj)
- with pytest.raises(Exception) as exception_info:
- get_policy_from_meta_rules(meta_rule_id)
- assert str(exception_info.value) == '400: Model Unknown'
-
-
-def test_get_rules(db):
- value = {
- "rule": ("low", "medium", "vm-action"),
- "instructions": ({"decision": "grant"}),
- "enabled": "",
- }
- policy_id = mock_data.get_policy_id()
- meta_rule_id = "1"
- add_rule(policy_id, meta_rule_id, value)
- value = {
- "rule": ("low", "low", "vm-action"),
- "instructions": ({"decision": "grant"}),
- "enabled": "",
- }
- meta_rule_id = "1"
- add_rule(policy_id, meta_rule_id, value)
- rules = get_rules(policy_id, meta_rule_id)
- assert isinstance(rules, dict)
- assert rules
- obj = rules.get('rules')
- assert len(obj) == 2
-
-
-def test_get_rules_with_invalid_policy_id_failure(db):
- rules = get_rules("invalid_policy_id", "meta_rule_id")
- assert not rules.get('meta_rule-id')
- assert len(rules.get('rules')) == 0
-
-
-def test_add_rule(db):
- value = {
- "rule": ("high", "medium", "vm-action"),
- "instructions": ({"decision": "grant"}),
- "enabled": "",
- }
- policy_id = mock_data.get_policy_id()
- meta_rule_id = "1"
- rules = add_rule(policy_id, meta_rule_id, value)
- assert rules
- assert len(rules) == 1
- assert isinstance(rules, dict)
- rule_id = list(rules.keys())[0]
- for key in ("rule", "instructions", "enabled"):
- assert key in rules[rule_id]
- assert rules[rule_id][key] == value[key]
-
- with pytest.raises(RuleExisting):
- add_rule(policy_id, meta_rule_id, value)
-
-
-def test_delete_rule(db):
- value = {
- "rule": ("low", "low", "vm-action"),
- "instructions": ({"decision": "grant"}),
- "enabled": "",
- }
- policy_id = mock_data.get_policy_id()
- meta_rule_id = "2"
- rules = add_rule(policy_id, meta_rule_id, value)
- rule_id = list(rules.keys())[0]
- delete_rule(policy_id, rule_id)
- rules = get_rules(policy_id, meta_rule_id)
- assert not rules.get('rules')
diff --git a/python_moondb/tests/unit_python/requirements.txt b/python_moondb/tests/unit_python/requirements.txt
deleted file mode 100644
index 5f507ff7..00000000
--- a/python_moondb/tests/unit_python/requirements.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-sqlalchemy
-pymysql
-pytest
-requests_mock
-python_moonutilities \ No newline at end of file
diff --git a/python_moondb/tests/unit_python/test_keystone.py b/python_moondb/tests/unit_python/test_keystone.py
deleted file mode 100644
index 134bec0d..00000000
--- a/python_moondb/tests/unit_python/test_keystone.py
+++ /dev/null
@@ -1,53 +0,0 @@
-import pytest
-
-
-def create_project(tenant_dict):
- from python_moondb.core import KeystoneManager
- return KeystoneManager.create_project(tenant_dict)
-
-
-def list_projects():
- from python_moondb.core import KeystoneManager
- return KeystoneManager.list_projects()
-
-
-def create_user(subject_dict):
- from python_moondb.core import KeystoneManager
- return KeystoneManager.create_user(subject_dict)
-
-
-def test_create_project():
- tenant_dict = {
- "description": "test_project",
- "domain_id": ['domain_id_1'],
- "enabled": True,
- "is_domain": False,
- "name": 'project_1'
- }
- project = create_project(tenant_dict)
- assert project
- assert project.get('name') == tenant_dict.get('name')
-
-
-def test_create_project_without_name():
- tenant_dict = {
- "description": "test_project",
- "domain_id": ['domain_id_1'],
- "enabled": True,
- "is_domain": False,
- }
- with pytest.raises(Exception) as exception_info:
- create_project(tenant_dict)
- assert '400: Keystone project error' == str(exception_info.value)
-
-
-def test_create_user():
- subject_dict = {
- "password": "password",
- "domain_id": ['domain_id_1'],
- "enabled": True,
- "project": 'test_project',
- "name": 'user_id_1'
- }
- user = create_user(subject_dict)
- assert user
diff --git a/python_moondb/tests/unit_python/test_pdp.py b/python_moondb/tests/unit_python/test_pdp.py
deleted file mode 100755
index 5134c0fb..00000000
--- a/python_moondb/tests/unit_python/test_pdp.py
+++ /dev/null
@@ -1,112 +0,0 @@
-import pytest
-
-
-def update_pdp(pdp_id, value):
- from python_moondb.core import PDPManager
- return PDPManager.update_pdp("", pdp_id, value)
-
-
-def delete_pdp(pdp_id):
- from python_moondb.core import PDPManager
- PDPManager.delete_pdp("", pdp_id)
-
-
-def add_pdp(pdp_id=None, value=None):
- from python_moondb.core import PDPManager
- return PDPManager.add_pdp("", pdp_id, value)
-
-
-def get_pdp(pdp_id=None):
- from python_moondb.core import PDPManager
- return PDPManager.get_pdp("", pdp_id)
-
-
-def test_update_pdp(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- add_pdp(pdp_id, value)
- pdp = update_pdp(pdp_id, value)
- assert pdp
-
-
-def test_update_pdp_with_invalid_id(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- with pytest.raises(Exception) as exception_info:
- update_pdp(pdp_id, value)
- assert str(exception_info.value) == '400: Pdp Unknown'
-
-
-def test_delete_pdp(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- add_pdp(pdp_id, value)
- delete_pdp(pdp_id)
- assert len(get_pdp(pdp_id)) == 0
-
-
-def test_delete_pdp_with_invalid_id(db):
- pdp_id = "pdp_id1"
- with pytest.raises(Exception) as exception_info:
- delete_pdp(pdp_id)
- assert str(exception_info.value) == '400: Pdp Unknown'
-
-
-def test_add_pdp(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- pdp = add_pdp(pdp_id, value)
- assert pdp
-
-
-def test_add_pdp_twice_with_same_id(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- add_pdp(pdp_id, value)
- with pytest.raises(Exception) as exception_info:
- add_pdp(pdp_id, value)
- assert str(exception_info.value) == '409: Pdp Error'
-
-
-def test_get_pdp(db):
- pdp_id = "pdp_id1"
- value = {
- "name": "test_pdp",
- "security_pipeline": ["policy_id_1", "policy_id_2"],
- "keystone_project_id": "keystone_project_id1",
- "description": "...",
- }
- add_pdp(pdp_id, value)
- pdp = get_pdp(pdp_id)
- assert len(pdp) == 1
-
-
-def test_get_pdp_with_invalid_id(db):
- pdp_id = "invalid"
- pdp = get_pdp(pdp_id)
- assert len(pdp) == 0
diff --git a/python_moondb/tests/unit_python/utilities.py b/python_moondb/tests/unit_python/utilities.py
deleted file mode 100644
index 1d79d890..00000000
--- a/python_moondb/tests/unit_python/utilities.py
+++ /dev/null
@@ -1,136 +0,0 @@
-import base64
-import json
-
-
-CONF = {
- "openstack": {
- "keystone": {
- "url": "http://keystone:5000/v3",
- "user": "admin",
- "check_token": False,
- "password": "p4ssw0rd",
- "domain": "default",
- "certificate": False,
- "project": "admin"
- }
- },
- "components": {
- "wrapper": {
- "bind": "0.0.0.0",
- "port": 8080,
- "container": "wukongsun/moon_wrapper:v4.3",
- "timeout": 5,
- "hostname": "wrapper"
- },
- "manager": {
- "bind": "0.0.0.0",
- "port": 8082,
- "container": "wukongsun/moon_manager:v4.3",
- "hostname": "manager"
- },
- "port_start": 31001,
- "orchestrator": {
- "bind": "0.0.0.0",
- "port": 8083,
- "container": "wukongsun/moon_orchestrator:v4.3",
- "hostname": "interface"
- },
- "interface": {
- "bind": "0.0.0.0",
- "port": 8080,
- "container": "wukongsun/moon_interface:v4.3",
- "hostname": "interface"
- }
- },
- "plugins": {
- "session": {
- "port": 8082,
- "container": "asteroide/session:latest"
- },
- "authz": {
- "port": 8081,
- "container": "wukongsun/moon_authz:v4.3"
- }
- },
- "logging": {
- "handlers": {
- "file": {
- "filename": "/tmp/moon.log",
- "class": "logging.handlers.RotatingFileHandler",
- "level": "DEBUG",
- "formatter": "custom",
- "backupCount": 3,
- "maxBytes": 1048576
- },
- "console": {
- "class": "logging.StreamHandler",
- "formatter": "brief",
- "level": "INFO",
- "stream": "ext://sys.stdout"
- }
- },
- "formatters": {
- "brief": {
- "format": "%(levelname)s %(name)s %(message)-30s"
- },
- "custom": {
- "format": "%(asctime)-15s %(levelname)s %(name)s %(message)s"
- }
- },
- "root": {
- "handlers": [
- "console"
- ],
- "level": "ERROR"
- },
- "version": 1,
- "loggers": {
- "moon": {
- "handlers": [
- "console",
- "file"
- ],
- "propagate": False,
- "level": "DEBUG"
- }
- }
- },
- "slave": {
- "name": None,
- "master": {
- "url": None,
- "login": None,
- "password": None
- }
- },
- "docker": {
- "url": "tcp://172.88.88.1:2376",
- "network": "moon"
- },
- "database": {
- "url": "sqlite:///database.db",
- # "url": "mysql+pymysql://moon:p4sswOrd1@db/moon",
- "driver": "sql"
- },
- "messenger": {
- "url": "rabbit://moon:p4sswOrd1@messenger:5672/moon"
- }
-}
-
-
-def get_b64_conf(component=None):
- if component == "components":
- return base64.b64encode(
- json.dumps(CONF["components"]).encode('utf-8')+b"\n").decode('utf-8')
- elif component in CONF:
- return base64.b64encode(
- json.dumps(
- CONF[component]).encode('utf-8')+b"\n").decode('utf-8')
- elif not component:
- return base64.b64encode(
- json.dumps(CONF).encode('utf-8')+b"\n").decode('utf-8')
- elif "/" in component:
- key1, _, key2 = component.partition("/")
- return base64.b64encode(
- json.dumps(
- CONF[key1][key2]).encode('utf-8')+b"\n").decode('utf-8')