aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-data-router/resources/config/auth
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-12-07 09:50:07 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-12-07 09:50:07 +0100
commit9204fcd2732eeda9ea4d25f65996bacf85e059d2 (patch)
tree07591d00fbbcd486c65796cc2d4f3806712b3cd5 /components/aai-data-router/resources/config/auth
parent18d4bd165e12cb4d03baa318e506f0dda381cd89 (diff)
Remove code on master branchHEADmaster
As code has been moved to main repo, we remove the code here and add a README explaining Issue-ID: OOM-2513 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id2b728722a91b71240394110bf5815d9394f6d07
Diffstat (limited to 'components/aai-data-router/resources/config/auth')
-rw-r--r--components/aai-data-router/resources/config/auth/client-cert-onap.p12bin2556 -> 0 bytes
-rw-r--r--components/aai-data-router/resources/config/auth/data-router_policy.json18
-rw-r--r--components/aai-data-router/resources/config/auth/tomcat_keystorebin4767 -> 0 bytes
3 files changed, 0 insertions, 18 deletions
diff --git a/components/aai-data-router/resources/config/auth/client-cert-onap.p12 b/components/aai-data-router/resources/config/auth/client-cert-onap.p12
deleted file mode 100644
index dbf4fca..0000000
--- a/components/aai-data-router/resources/config/auth/client-cert-onap.p12
+++ /dev/null
Binary files differ
diff --git a/components/aai-data-router/resources/config/auth/data-router_policy.json b/components/aai-data-router/resources/config/auth/data-router_policy.json
deleted file mode 100644
index c03870e..0000000
--- a/components/aai-data-router/resources/config/auth/data-router_policy.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "roles": [
- {
- "name": "admin",
- "functions": [
- {
- "name": "search", "methods": [ { "name": "GET" },{ "name": "DELETE" }, { "name": "PUT" }, { "name": "POST" } ]
- }
- ],
-
- "users": [
- {
- "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"
- }
- ]
- }
- ]
-}
diff --git a/components/aai-data-router/resources/config/auth/tomcat_keystore b/components/aai-data-router/resources/config/auth/tomcat_keystore
deleted file mode 100644
index 7a77386..0000000
--- a/components/aai-data-router/resources/config/auth/tomcat_keystore
+++ /dev/null
Binary files differ