From 7bb53c64da2dcf88894bfd31503accdd81498f3d Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 3 Jun 2020 10:06:52 +0200 Subject: Update to new version 5.4 Signed-off-by: Thomas Duval Change-Id: Idcd868133d75928a1ffd74d749ce98503e0555ea --- moon_bouchon/README.md | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 moon_bouchon/README.md (limited to 'moon_bouchon/README.md') diff --git a/moon_bouchon/README.md b/moon_bouchon/README.md deleted file mode 100644 index 11733cef..00000000 --- a/moon_bouchon/README.md +++ /dev/null @@ -1,42 +0,0 @@ -#Moon Bouchon - -Moon_bouchon is a fake interface to the Moon platform. -Moon platform can be requested through 2 interfaces: - -- ''wrapper'', interface for the OpenStack platform -- ''interface'', interface for other components - -## Usage: - -### server - -To start the server: - - docker run -ti -p 31002:31002 wukongsun/moon_bouchon:v1.0 - # or docker run -dti -p 31002:31002 wukongsun/moon_bouchon:v1.0 - -### wrapper - -Here are the URL, you can request: - - POST /wrapper/authz/grant to request the wrapper component with always a "True" response - POST /wrapper/authz/deny to request the wrapper component with always a "False" response - POST /wrapper/authz to request the wrapper component with always a "True" or "False" response - -In each request you must pass the following data (or similar): - - {'rule': 'start', 'target': '{"target": {"name": "vm0"}, "user_id": "user0"}', 'credentials': 'null'} - -You have examples in the moon_bouchon/tests directory. - -### interface - -Here are the URL, you can request: - - GET /interface/authz/grant//// to request the interface component with always a "True" response - GET /interface/authz/deny//// to request the interface component with always a "False" response - GET /interface/authz//// to request the interface component with always a "True" or "False" response - -You have examples in the moon_bouchon/tests directory. - - -- cgit 1.2.3-korg