From 19176a4d8c759dc3bd376701dd4bf51c7b0ca08b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 10 Feb 2017 00:03:40 +0100 Subject: [PATCH] SONAR-8761 add dev script enable_organizations.sh --- enable_organizations.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 enable_organizations.sh diff --git a/enable_organizations.sh b/enable_organizations.sh new file mode 100755 index 00000000000..a671d0bf6d6 --- /dev/null +++ b/enable_organizations.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# the user "admin" becomes root and can create organizations + +curl -XPOST -u admin:admin "http://localhost:9000/api/organizations/enable_support" -- 2.39.5