From 82cee4d96d7a8d829877d1ecbd1e68c5853b150e Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Wed, 28 Mar 2018 19:18:19 +0000 Subject: Conform to helm standards Change-Id: I6cda4dbc168ae6cb110deca5596e5d96f517e7fe Issue-ID: OOM-790 Signed-off-by: Daniel Silverthorn --- .../aai-gizmo/resources/config/auth/champ-cert.p12 | Bin 0 -> 2556 bytes .../aai-gizmo/resources/config/auth/crud_policy.json | 18 ++++++++++++++++++ .../resources/config/auth/datarouter-cert.p12 | Bin 0 -> 2556 bytes .../aai-gizmo/resources/config/auth/tomcat_keystore | Bin 0 -> 2214 bytes 4 files changed, 18 insertions(+) create mode 100644 kubernetes/aai/charts/aai-gizmo/resources/config/auth/champ-cert.p12 create mode 100644 kubernetes/aai/charts/aai-gizmo/resources/config/auth/crud_policy.json create mode 100644 kubernetes/aai/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 create mode 100644 kubernetes/aai/charts/aai-gizmo/resources/config/auth/tomcat_keystore (limited to 'kubernetes/aai/charts/aai-gizmo/resources/config/auth') diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/auth/champ-cert.p12 b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/champ-cert.p12 new file mode 100644 index 0000000000..dbf4fcacec Binary files /dev/null and b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/champ-cert.p12 differ diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/auth/crud_policy.json b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/crud_policy.json new file mode 100644 index 0000000000..d8b065e7f6 --- /dev/null +++ b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/crud_policy.json @@ -0,0 +1,18 @@ +{ + "roles": [ + { + "name": "admin", + "functions": [ + { + "name": "crud", "methods": [ { "name": "GET" },{ "name": "DELETE" }, { "name": "PUT" }, { "name": "POST" }, { "name": "PATCH"} ] + } + ], + + "users": [ + { + "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 new file mode 100644 index 0000000000..dbf4fcacec Binary files /dev/null and b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 differ diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/auth/tomcat_keystore b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/tomcat_keystore new file mode 100644 index 0000000000..9eec841aa2 Binary files /dev/null and b/kubernetes/aai/charts/aai-gizmo/resources/config/auth/tomcat_keystore differ -- cgit 1.2.3-korg