diff options
Diffstat (limited to 'charts/aai-gizmo/resources/config/auth')
-rw-r--r-- | charts/aai-gizmo/resources/config/auth/champ-cert.p12 | bin | 0 -> 2556 bytes | |||
-rw-r--r-- | charts/aai-gizmo/resources/config/auth/client-cert.p12 | bin | 0 -> 2556 bytes | |||
-rw-r--r-- | charts/aai-gizmo/resources/config/auth/crud_policy.json | 18 | ||||
-rw-r--r-- | charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 | bin | 0 -> 2556 bytes | |||
-rw-r--r-- | charts/aai-gizmo/resources/config/auth/tomcat_keystore | bin | 0 -> 2214 bytes |
5 files changed, 18 insertions, 0 deletions
diff --git a/charts/aai-gizmo/resources/config/auth/champ-cert.p12 b/charts/aai-gizmo/resources/config/auth/champ-cert.p12 Binary files differnew file mode 100644 index 0000000..dbf4fca --- /dev/null +++ b/charts/aai-gizmo/resources/config/auth/champ-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/client-cert.p12 b/charts/aai-gizmo/resources/config/auth/client-cert.p12 Binary files differnew file mode 100644 index 0000000..dbf4fca --- /dev/null +++ b/charts/aai-gizmo/resources/config/auth/client-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/crud_policy.json b/charts/aai-gizmo/resources/config/auth/crud_policy.json new file mode 100644 index 0000000..7a5007e --- /dev/null +++ b/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/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 b/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 Binary files differnew file mode 100644 index 0000000..dbf4fca --- /dev/null +++ b/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/tomcat_keystore b/charts/aai-gizmo/resources/config/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000..9eec841 --- /dev/null +++ b/charts/aai-gizmo/resources/config/auth/tomcat_keystore |