deckhand/deckhand/control
Kumar, Nishant (nk613n) a2606e75b1 Remove unused code for policy validation as feature not implemented
Policy validation in Deckhand was not implemented completely. Refer link
below:
https://airshipit.readthedocs.io/projects/deckhand/en/latest/users/validation.html#policy-validations

This PS removes some of the code related to the feature which was being
used in a code path when a set of documents are uploaded to Deckhand.
In standard Airship deployments the number of documents could be quite
high and this leads to significant delay (more than 300seconds in some
cases). As there are no plans to implement the policy validation feature,
it makes sense to remove it from code path which could cause delay and
sometimes timeouts while uploading documents.

This has been tested on a Baremetal lab: GF and BF.

Change-Id: I2ff3f40a7fe37bed5a589fab00d829db726604fe
2020-05-14 00:34:42 +00:00
..
views [feature] Endpoint for listing revision validations with details 2018-04-29 01:37:38 +00:00
__init__.py DECKHAND-2: Design core Deckhand API framework 2017-06-27 19:26:51 +01:00
api.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
base.py refactor: Use yaml.add_representer to reduce complexity 2018-07-10 19:23:52 +01:00
buckets.py Remove unused code for policy validation as feature not implemented 2020-05-14 00:34:42 +00:00
common.py Fix encrypted doc rendering 2019-10-04 16:33:46 +00:00
health.py Fix: various documentation and URL fixes 2018-09-25 11:44:57 +02:00
middleware.py Log client-id in UCP API endpoints 2019-04-05 09:55:09 +00:00
no_oauth_middleware.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
revision_deepdiffing.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
revision_diffing.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
revision_documents.py Fix encrypted doc rendering 2019-10-04 16:33:46 +00:00
revision_tags.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
revisions.py Redact rendered Documents 2018-10-24 22:42:25 -04:00
rollback.py fix: Address small issues with revision rollback controller 2018-10-18 09:45:16 -04:00
validations.py [feature] Endpoint for listing revision validations with details 2018-04-29 01:37:38 +00:00
versions.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00