deckhand/deckhand/control
Luna Das 8538ff5671 Add no oauth middleware to bypass keystone authentication
This PS adds noauth middleware to bypass keystone authentication
which will occur when Deckhand's server is executed in development
mode. Development mode is enabled by setting development_mode as True
in etc/deckhand/deckhand.conf.sample.

The logic is similar to Drydock's here: [0].

[0] 1c78477e95/drydock_provisioner/util.py (L43)

Co-Authored-By: Luna Das <luna.das@imaginea.com>
Co-Authored-By: Felipe Monteiro <felipe.monteiro@att.com>
Change-Id: I677d3d92768e0aa1a550772700403e0f028b0c59
2018-05-08 03:46:52 +01: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 Add validation for empty documents inside multi-document payload 2018-03-31 22:36:55 -04:00
buckets.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
common.py Implement sort filter 2017-11-29 20:53:21 +00:00
health.py Allow anonymous access for health and versions 2017-11-21 16:37:34 -06:00
middleware.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
no_oauth_middleware.py Add no oauth middleware to bypass keystone authentication 2018-05-08 03:46:52 +01:00
revision_diffing.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
revision_documents.py [validation] Add validation codes DXXX for validation failures 2018-05-05 02:08:18 +00:00
revision_tags.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
revisions.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00:00
rollback.py Make Deckhand validation exceptions adhere to UCP standard 2018-04-26 18:51:08 +00: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