aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/oauth-provider/provider-jar/src/test/resources')
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/aaa-app-config.test.xml353
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key27
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key.pub9
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key51
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key.pub14
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/mdsalDynAuthData.json694
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-groups-response.json112
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-token-response.json7
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-user-response.json32
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/keycloak-token-response.json11
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/oom.test.config.json21
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json20
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json24
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256.json22
-rw-r--r--sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS512.json22
15 files changed, 0 insertions, 1419 deletions
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/aaa-app-config.test.xml b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/aaa-app-config.test.xml
deleted file mode 100644
index 1929fde8e..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/aaa-app-config.test.xml
+++ /dev/null
@@ -1,353 +0,0 @@
-<?xml version="1.0" ?>
-<!--
- Copyright (c) 2017 Inocybe Technologies and others. All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html , or the Apache License,
- Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0
- SPDX-License-Identifier: EPL-1.0 OR Apache-2.0
--->
-
-<!--
- ///////////////////////////////////////////////////////////////////////////////////////
- // clustered-app-config instance responsible for AAA configuration. In the future, //
- // this will contain all AAA related configuration. //
- ///////////////////////////////////////////////////////////////////////////////////////
--->
-
-<shiro-configuration xmlns="urn:opendaylight:aaa:app:config">
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////
- // shiro-configuration is the model based container that contains all shiro //
- // related information used in ODL AAA configuration. It is the sole pain of //
- // glass for shiro related configuration, and is how to configure shiro concepts //
- // such as: //
- // * realms //
- // * urls //
- // * security manager settings //
- // //
- // In general, you really shouldn't muck with the settings in this file. The //
- // way an operator should configure AAA shiro settings is through one of ODL's //
- // northbound interfaces (i.e., RESTCONF or NETCONF). These are just the //
- // defaults if no values are specified in MD-SAL. The reason this file is so //
- // verbose is for two reasons: //
- // 1) to demonstrate payload examples for plausible configuration scenarios //
- // 2) to allow bootstrap of the controller (first time start) since otherwise //
- // configuration becomes a chicken and the egg problem. //
- // //
- ///////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!--
- ===================================================================================
- = =
- = =
- = MAIN =
- = =
- = =
- ===================================================================================
- -->
-
- <!--
- ===================================================================================
- ============================ ODLJndiLdapRealmAuthNOnly ============================
- ===================================================================================
- = =
- = Description: A Realm implementation aimed at federating with an external LDAP =
- = server for authentication only. For authorization support, refer =
- = to ODLJndiLdapRealm. =
- ===================================================================================
- -->
- <!-- Start ldapRealm commented out
- <main>
- <pair-key>ldapRealm</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.ODLJndiLdapRealmAuthNOnly</pair-value>
- </main>
- <main>
- <pair-key>ldapRealm.userDnTemplate</pair-key>
- <pair-value>uid={0},ou=People,dc=DOMAIN,dc=TLD</pair-value>
- </main>
- <main>
- <pair-key>ldapRealm.contextFactory.url</pair-key>
- <pair-value>ldap://&lt;URL&gt;:389</pair-value>
- </main>
- <main>
- <pair-key>ldapRealm.searchBase</pair-key>
- <pair-value>dc=DOMAIN,dc=TLD</pair-value>
- </main>
- <main>
- <pair-key>ldapRealm.groupRolesMap</pair-key>
- <pair-value>&quot;person&quot;:&quot;admin&quot;, &quot;organizationalPerson&quot;:&quot;user&quot;</pair-value>
- </main>
- <main>
- <pair-key>ldapRealm.ldapAttributeForComparison</pair-key>
- <pair-value>objectClass</pair-value>
- </main>
- End ldapRealm commented out-->
-
- <!--
- ===================================================================================
- ============================= ODLActiveDirectoryRealm =============================
- ===================================================================================
- = =
- = Description: A Realm implementation aimed at federating with an external AD =
- = IDP server. =
- ===================================================================================
- -->
- <!-- Start adRealm commented out
- <main>
- <pair-key>adRealm</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.ODLActiveDirectoryRealm</pair-value>
- </main>
- <main>
- <pair-key>adRealm.searchBase</pair-key>
- <pair-value>&quot;CN=Users,DC=example,DC=com&quot;</pair-value>
- </main>
- <main>
- <pair-key>adRealm.systemUsername</pair-key>
- <pair-value>aduser@example.com</pair-value>
- </main>
- <main>
- <pair-key>adRealm.systemPassword</pair-key>
- <pair-value>adpassword</pair-value>
- </main>
- <main>
- <pair-key>adRealm.url</pair-key>
- <pair-value>ldaps://adserver:636</pair-value>
- </main>
- <main>
- <pair-key>adRealm.groupRolesMap</pair-key>
- <pair-value>&quot;CN=sysadmin,CN=Users,DC=example,DC=com&quot;:&quot;admin&quot;, &quot;CN=unprivileged,CN=Users,DC=example,DC=com&quot;:&quot;user&quot;</pair-value>
- </main>
- End adRealm commented out-->
-
- <!--
- ===================================================================================
- ================================== ODLJdbcRealm ===================================
- ===================================================================================
- = =
- = Description: A Realm implementation aimed at federating with an external JDBC =
- = DBMS. =
- ===================================================================================
- -->
- <!-- Start jdbcRealm commented out
- <main>
- <pair-key>ds</pair-key>
- <pair-value>com.mysql.jdbc.Driver</pair-value>
- </main>
- <main>
- <pair-key>ds.serverName</pair-key>
- <pair-value>localhost</pair-value>
- </main>
- <main>
- <pair-key>ds.user</pair-key>
- <pair-value>user</pair-value>
- </main>
- <main>
- <pair-key>ds.password</pair-key>
- <pair-value>password</pair-value>
- </main>
- <main>
- <pair-key>ds.databaseName</pair-key>
- <pair-value>db_name</pair-value>
- </main>
- <main>
- <pair-key>jdbcRealm</pair-key>
- <pair-value>ODLJdbcRealm</pair-value>
- </main>
- <main>
- <pair-key>jdbcRealm.dataSource</pair-key>
- <pair-value>$ds</pair-value>
- </main>
- <main>
- <pair-key>jdbcRealm.authenticationQuery</pair-key>
- <pair-value>&quot;SELECT password FROM users WHERE user_name = ?&quot;</pair-value>
- </main>
- <main>
- <pair-key>jdbcRealm.userRolesQuery</pair-key>
- <pair-value>&quot;SELECT role_name FROM user_rolesWHERE user_name = ?&quot;</pair-value>
- </main>
- End jdbcRealm commented out-->
-
- <!--
- ===================================================================================
- ================================= TokenAuthRealm ==================================
- ===================================================================================
- = =
- = Description: A Realm implementation utilizing a per node H2 database store. =
- ===================================================================================
- -->
-<!-- <main> -->
-<!-- <pair-key>tokenAuthRealm</pair-key> -->
-<!-- <pair-value>org.opendaylight.aaa.shiro.realm.TokenAuthRealm</pair-value> -->
-<!-- </main> -->
- <main>
- <pair-key>tokenAuthRealm</pair-key>
- <pair-value>org.onap.ccsdk.features.sdnr.wt.oauthprovider.OAuth2Realm</pair-value>
- </main>
-
- <!--
- ===================================================================================
- =================================== MdsalRealm ====================================
- ===================================================================================
- = =
- = Description: A Realm implementation utilizing the aaa.yang model. =
- ===================================================================================
- -->
- <!-- Start mdsalRealm commented out
- <main>
- <pair-key>mdsalRealm</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.MdsalRealm</pair-value>
- </main>
- End mdsalRealm commented out-->
-
- <!--
- ===================================================================================
- ================================= MoonAuthRealm ===================================
- ===================================================================================
- = =
- = Description: A Realm implementation aimed at federating with OPNFV Moon. =
- ===================================================================================
- -->
- <!-- Start moonAuthRealm commented out
- <main>
- <pair-key>moonAuthRealm</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.MoonRealm</pair-value>
- </main>
- <main>
- <pair-key>moonAuthRealm.moonServerURL</pair-key>
- <pair-value>http://&lt;host&gt;:&lt;port&gt;</pair-value>
- </main>
- End moonAuthRealm commented out-->
-
- <!--
- ===================================================================================
- ================================= KeystoneAuthRealm == ============================
- ===================================================================================
- = =
- = Description: A Realm implementation aimed at federating with an OpenStack =
- = Keystone. =
- ===================================================================================
- -->
- <!-- Start keystoneAuthRealm commented out
- <main>
- <pair-key>keystoneAuthRealm</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.KeystoneAuthRealm</pair-value>
- </main>
- <main>
- <pair-key>keystoneAuthRealm.url</pair-key>
- <pair-value>https://&lt;host&gt;:&lt;port&gt;</pair-value>
- </main>
- <main>
- <pair-key>keystoneAuthRealm.sslVerification</pair-key>
- <pair-value>true</pair-value>
- </main>
- <main>
- <pair-key>keystoneAuthRealm.defaultDomain</pair-key>
- <pair-value>Default</pair-value>
- </main>
- -->
-
- <!--
- Add tokenAuthRealm as the only realm. To enable mdsalRealm, add it to the list to he right of tokenAuthRealm.
- -->
- <main>
- <pair-key>securityManager.realms</pair-key>
- <pair-value>$tokenAuthRealm</pair-value>
- </main>
- <!-- Used to support OAuth2 use case. -->
- <main>
- <pair-key>authcBasic</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter</pair-value>
- </main>
- <main>
- <pair-key>anyroles</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.filters.AnyRoleHttpAuthenticationFilter</pair-value>
- </main>
- <main>
- <pair-key>authcBearer</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter2</pair-value>
- </main>
-
- <!-- Start moonAuthRealm commented out
- <main>
- <pair-key>rest</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.filters.MoonOAuthFilter</pair-value>
- </main>
- End moonAuthRealm commented out-->
-
- <!-- in order to track AAA challenge attempts -->
- <main>
- <pair-key>accountingListener</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.filters.AuthenticationListener</pair-value>
- </main>
- <main>
- <pair-key>securityManager.authenticator.authenticationListeners</pair-key>
- <pair-value>$accountingListener</pair-value>
- </main>
-
- <!-- Model based authorization scheme supporting RBAC for REST endpoints -->
- <main>
- <pair-key>dynamicAuthorization</pair-key>
- <pair-value>org.opendaylight.aaa.shiro.realm.MDSALDynamicAuthorizationFilter</pair-value>
- </main>
-<!-- <main> -->
-<!-- <pair-key>securityManager.sessionManager.sessionIdCookieEnabled</pair-key> -->
-<!-- <pair-value>false</pair-value> -->
-<!-- </main> -->
-
- <!--
- ===================================================================================
- = =
- = =
- = URLS =
- = =
- = =
- ===================================================================================
- -->
- <!-- Start moonAuthRealm commented out
- <urls>
- <pair-key>/token</pair-key>
- <pair-value>rest</pair-value>
- </urls>
- End moonAuthRealm commented out-->
- <urls>
- <pair-key>/**/operations/cluster-admin**</pair-key>
- <pair-value>dynamicAuthorization</pair-value>
- </urls>
- <urls>
- <pair-key>/**/v1/**</pair-key>
- <pair-value>authcBearer, roles[admin]</pair-value>
- </urls>
- <urls>
- <pair-key>/**/config/aaa*/**</pair-key>
- <pair-value>authcBearer, roles[admin]</pair-value>
- </urls>
- <urls>
- <pair-key>/oauth/**</pair-key>
- <pair-value>anon</pair-value>
- </urls>
- <urls>
- <pair-key>/odlux/**</pair-key>
- <pair-value>anon</pair-value>
- </urls>
- <urls>
- <pair-key>/apidoc/**</pair-key>
- <pair-value>authcBasic, roles[admin]</pair-value>
- </urls>
- <urls>
- <pair-key>/test123/**</pair-key>
- <pair-value>authcBasic</pair-value>
- </urls>
- <urls>
- <pair-key>/rests/**</pair-key>
- <pair-value>authcBearer, anyroles["admin,provision"]</pair-value>
- </urls>
- <urls>
- <pair-key>/**</pair-key>
- <pair-value>authcBearer, anyroles["admin,provision"]</pair-value>
- </urls>
-</shiro-configuration>
-
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key
deleted file mode 100644
index c0c15e014..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key
+++ /dev/null
@@ -1,27 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIIEpQIBAAKCAQEAyzd6BwZLS1UKchZENYyVycHZWp9iRTtLx31dZHfG8h0PLawG
-y+dXPEW8W/zVB13/Rdci9HXCnskBhzkFu9Ep+nI7X5C+lO3vxxNnGQ1CrRyHxHbb
-BYlm6J55l6tQox5qVcWe4iMbLm7F2eNKFPqEUu8OInjmLFZvS9C0qtfpqdeoyt4G
-XucUHcGZ/0E6yeq882+zYyb4pWN5PogAsP2KYeT1T6P0VCw4tda9GtokD3zOSaOg
-IvhIqe9jLAVcqWkxpuhV+IQdULBOxcJziW3AdQcB5IFQ7/SfZ9SnO5OpDTe02R5q
-bjH9k0iihrpI9HnlVrHqIEtFwDjuoPSeAOBjjwIDAQABAoIBAQCOfNeTFVa1+2rX
-k8U/xtNAJCvC3v6IjIsV1VEmoNVd7gI2g+hAEHWaTUtFNIIqKD5VOgPIZMmRjF8F
-8XWTu5UzheUbnOIEitEVRQWFC0c1GkwX9T6dIzqE4JlhPz3LIghtG6PL69GjPQh9
-PmEzVHRzsiq3AQ5jCDgBcNU89SdhbhPsfNpDq9+GaWUaVJ4MmJw52qLeSW0nh4NZ
-fMSINAfGZ/3Q2Nfe55zIk4KICyatKYLUMdcwynMwWYdZzg1e/4gxemdWdgFVUdPl
-rE6y404m+FrHl/nntL153u0C24jtEU0CJvLasu7hLjzAoANBzohcXxLY46jeNqk9
-yS4juMgBAoGBAPxn9hRH5vMxFCfT23/s1RnUB9Sal6OL8/hZ8OpwrnLaLmWDvvr5
-FBcDThhrHnJTLj0pOAxFX8kLjKgQdWB0ZqrEsG1R9AAVHxM4hXc92kDsAk4QJgCG
-tKDtzk9PKy8Jt1LnOF9n6NDLZuZim9Sv7qim6tt0L7K/mGrlCN4Gq6E3AoGBAM4c
-N2r0vObiSboryfY4xNSUZ1qLWAEJz4gyUQljSrlu2Gj5DK4rrTEd8Qyk9ehUdjuR
-giejpdjIvmjQ7NNPUogJbIoSbtKmx+k8qF7ieRulJjVBiJZLwNtGhiB4e6oZdhNl
-fJETn8MhkbOt8Sa1eEiR9u2O7IAYVwZLU/khkNxpAoGARxqKSgBPYSbsRKP767et
-+I6wfgXmvd3JJqc/pOuFWTl5ZIOOo2jTbgAyWdKjSxV/qx8XeO16JEqqnxWz2y4v
-Vd/+y20QzY0lqeZ8QrEb8LoLlC4cZn2MGOGlAtaMlb2o9SPJz6aYAWmrXS9eMrY1
-BzGua4/5d+Ndbo+CxfkfFFUCgYEAjFimW8w+/TDFZ2H96g2J6f8LyZns2PgnOuSY
-Tb4w2cfi0MgVnFvdWP68bxG86PDqeXGBoSBMBCvdjF4HhXQUDNHt+K7Ii+RJaEaH
-l+S69tokBEuViFIZBrclCeNAwfkIb/jBM8CbHzIylpkxBly3hSLvc5/I5wir6XtN
-uOzkSVECgYEAy2oGf68OkNL74/WKDmQvnRxWkn78rCTzVAe0iJmJ3rAdak/Jb2Lj
-iihXn0XPsedZOZStbZYCG6GtcZCRypPi9HjO6DRRYFv3+aicjS7tVuJ3u39e5nIR
-K6eMAgFn1TAToc3gt/hUCnmreZ4ZUfQfuFK21Lqmn1FYJtck9ZHx0sw=
------END RSA PRIVATE KEY-----
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key.pub b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key.pub
deleted file mode 100644
index add863aef..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS256.key.pub
+++ /dev/null
@@ -1,9 +0,0 @@
------BEGIN PUBLIC KEY-----
-MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyzd6BwZLS1UKchZENYyV
-ycHZWp9iRTtLx31dZHfG8h0PLawGy+dXPEW8W/zVB13/Rdci9HXCnskBhzkFu9Ep
-+nI7X5C+lO3vxxNnGQ1CrRyHxHbbBYlm6J55l6tQox5qVcWe4iMbLm7F2eNKFPqE
-Uu8OInjmLFZvS9C0qtfpqdeoyt4GXucUHcGZ/0E6yeq882+zYyb4pWN5PogAsP2K
-YeT1T6P0VCw4tda9GtokD3zOSaOgIvhIqe9jLAVcqWkxpuhV+IQdULBOxcJziW3A
-dQcB5IFQ7/SfZ9SnO5OpDTe02R5qbjH9k0iihrpI9HnlVrHqIEtFwDjuoPSeAOBj
-jwIDAQAB
------END PUBLIC KEY-----
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key
deleted file mode 100644
index 6b4e8c7bc..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key
+++ /dev/null
@@ -1,51 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-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
------END RSA PRIVATE KEY-----
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key.pub b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key.pub
deleted file mode 100644
index 7191c95f8..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/jwtRS512.key.pub
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PUBLIC KEY-----
-MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5vZBjfLjlUPK0b/F8FbG
-AyT1jXNVv2vjl+ZGUlThDX1jn0WhXER5CL9CfkHKjJE47r8pQsO6nX9s5y+XzmAU
-9+QggtaDA+g0Px+cvCJQzJbtDbh094m3uC50S+SSnYvr7vY1zy+jdswf/pXg1z05
-9FokRxGso36SkSv81NYbN/WQrTKogY6jkZXfPP8/sn8KV8uf7jYy2ZyHtakM9c9o
-CopWH78mhf9ioUNbgJsAxZmiohQUN5a3GbLS/nsTBOcVxUezvjvfb732iChKoARj
-3NiNN7HFHpXEXfiZ10OjrtAb9Y1K9RZsu/MKcFxBhDZusXjee6/x+NluQwT3Rybg
-kCyV/i97Sroc37wOqimxtoSJ+MZYZXNAUGNbNySkjvIGL8jWMj6w/zvyiHVbQg+D
-qY2Qds7Tdk29swYsMQQlz9v0FS/pGFVWo+5HTm+3MMlaMjSofw6j5/sE4OvJ4RCc
-nX8Cj1Zq9PrsMLLSF5MBOCSiclpIC1EYQ9Oi6XrcL3bbyyKGwB/u1X1HHnUmhRdK
-dVwKpSHR54XlfBDDoYtVnb1HTTxXMuiGU0XQRLvdnytJX1Lk6NJg/UUUKhrVXiH0
-5CZsxlPFjDlhEhp4Jh+f/mdf6llXvsXn8k9ujBZBBD6PI4X7GkKB45H9zicbwt65
-f/MjhEohkbL5oZAKySzaUuMCAwEAAQ==
------END PUBLIC KEY-----
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/mdsalDynAuthData.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/mdsalDynAuthData.json
deleted file mode 100644
index a1627682b..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/mdsalDynAuthData.json
+++ /dev/null
@@ -1,694 +0,0 @@
-{
- "policies": [
- {
- "resource": "/restconf/**",
- "index": 0,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- }
- ]
- },
- {
- "resource": "/auth/v1/**",
- "index": 1,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- }
- ]
- },
- {
- "resource": "/config/aaa*/**",
- "index": 2,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- }
- ]
- },
- {
- "resource": "/jolokia/**",
- "index": 3,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- },
- {
- "role": "raftstate",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250004/**",
- "index": 4,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "huawei",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250005/**",
- "index": 5,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "huawei",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250006/**",
- "index": 6,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "siae",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250007/**",
- "index": 7,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "siae",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250008/**",
- "index": 8,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "siae",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250009/**",
- "index": 9,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "siae",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250010/**",
- "index": 10,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "ericsson",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250011/**",
- "index": 11,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "ericsson",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513559991A/**",
- "index": 14,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "ericsson",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513559991B/**",
- "index": 15,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "ericsson",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250012/**",
- "index": 12,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "zte",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/node=513250013/**",
- "index": 13,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "zte",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- },
- {
- "resource": "/rests/data/network-topology:network-topology/topology=topology-netconf/**",
- "index": 16,
- "permissions": [
- {
- "role": "admin",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "provisioner",
- "actions": [
- "put",
- "get",
- "patch",
- "delete",
- "post"
- ]
- },
- {
- "role": "planner",
- "actions": [
- "get"
- ]
- },
- {
- "role": "monitor",
- "actions": [
- "get"
- ]
- }
- ]
- }
- ]
- }
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-groups-response.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-groups-response.json
deleted file mode 100644
index 85fc37cc8..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-groups-response.json
+++ /dev/null
@@ -1,112 +0,0 @@
-[
- {
- "id": 51,
- "web_url": "https://my-git-server.com/groups/group1",
- "name": "Group1",
- "path": "group1",
- "description": "",
- "visibility": "private",
- "share_with_group_lock": false,
- "require_two_factor_authentication": false,
- "two_factor_grace_period": 48,
- "project_creation_level": "developer",
- "auto_devops_enabled": null,
- "subgroup_creation_level": "maintainer",
- "emails_disabled": null,
- "mentions_disabled": null,
- "lfs_enabled": true,
- "avatar_url": null,
- "request_access_enabled": true,
- "full_name": "Group1",
- "full_path": "group1",
- "parent_id": null
- },
- {
- "id": 69,
- "web_url": "https://my-git-server.com/groups/group2",
- "name": "Group2",
- "path": "group2",
- "description": "",
- "visibility": "private",
- "share_with_group_lock": false,
- "require_two_factor_authentication": false,
- "two_factor_grace_period": 48,
- "project_creation_level": "developer",
- "auto_devops_enabled": null,
- "subgroup_creation_level": "owner",
- "emails_disabled": null,
- "mentions_disabled": null,
- "lfs_enabled": true,
- "avatar_url": null,
- "request_access_enabled": true,
- "full_name": "Group2",
- "full_path": "group2",
- "parent_id": null
- },
- {
- "id": 24,
- "web_url": "https://my-git-server.com/groups/group3",
- "name": "group3",
- "path": "group3",
- "description": "",
- "visibility": "private",
- "share_with_group_lock": false,
- "require_two_factor_authentication": false,
- "two_factor_grace_period": 48,
- "project_creation_level": "developer",
- "auto_devops_enabled": null,
- "subgroup_creation_level": "owner",
- "emails_disabled": null,
- "mentions_disabled": null,
- "lfs_enabled": true,
- "avatar_url": null,
- "request_access_enabled": false,
- "full_name": "group3",
- "full_path": "group3",
- "parent_id": null
- },
- {
- "id": 22,
- "web_url": "https://my-git-server.com/groups/group4",
- "name": "group4",
- "path": "group4",
- "description": "custom desc",
- "visibility": "private",
- "share_with_group_lock": false,
- "require_two_factor_authentication": false,
- "two_factor_grace_period": 48,
- "project_creation_level": "developer",
- "auto_devops_enabled": null,
- "subgroup_creation_level": "owner",
- "emails_disabled": null,
- "mentions_disabled": null,
- "lfs_enabled": true,
- "avatar_url": "https://my-git-server.com/uploads/-/system/group/avatar/22/Factory_1b.svg.png",
- "request_access_enabled": true,
- "full_name": "group4",
- "full_path": "group4",
- "parent_id": null
- },
- {
- "id": 5,
- "web_url": "https://my-git-server.com/groups/group5",
- "name": "group5",
- "path": "group5",
- "description": "my group 5",
- "visibility": "private",
- "share_with_group_lock": false,
- "require_two_factor_authentication": false,
- "two_factor_grace_period": 48,
- "project_creation_level": "developer",
- "auto_devops_enabled": null,
- "subgroup_creation_level": "owner",
- "emails_disabled": null,
- "mentions_disabled": null,
- "lfs_enabled": true,
- "avatar_url": "https://my-git-server.com/uploads/-/system/group/avatar/5/mylogo.png",
- "request_access_enabled": true,
- "full_name": "group5",
- "full_path": "group5",
- "parent_id": null
- }
-] \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-token-response.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-token-response.json
deleted file mode 100644
index 0a6bd7231..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-token-response.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "access_token":"asfhoipmspaodm-asndfoiasnf-aisjdaisjj",
- "expires_in":12345,
- "refresh_expires_in":123456,
- "refresh_token":"asdsadasd",
- "token_type":"bearer"
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-user-response.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-user-response.json
deleted file mode 100644
index b08332b41..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/gitlab-user-response.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "id": 21,
- "name": "me",
- "username": "my-username",
- "state": "active",
- "avatar_url": "https://my-git-server.com/uploads/-/system/user/avatar/21/avatar.png",
- "web_url": "https://my-git-server.com/my-username",
- "created_at": "2017-05-15T14:49:38.396Z",
- "bio": "",
- "location": "",
- "public_email": "",
- "skype": "",
- "linkedin": "",
- "twitter": "",
- "website_url": "",
- "organization": "",
- "last_sign_in_at": "2021-02-12T12:56:34.094Z",
- "confirmed_at": "2018-01-18T09:49:08.463Z",
- "last_activity_on": "2021-02-15",
- "email": "me@my-server.com",
- "theme_id": null,
- "color_scheme_id": 1,
- "projects_limit": 0,
- "current_sign_in_at": "2021-02-15T03:17:12.140Z",
- "identities": [],
- "can_create_group": false,
- "can_create_project": false,
- "two_factor_enabled": false,
- "external": false,
- "private_profile": false,
- "is_admin": true
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/keycloak-token-response.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/keycloak-token-response.json
deleted file mode 100644
index c62ed9458..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oauth/keycloak-token-response.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJkbWFSWXRkaHFkVXFDV2lmRWdNRHFBcWVBcU8tMnFoTDBjdnByelRGdWRRIn0.eyJleHAiOjE2MTExMzU5MjEsImlhdCI6MTYxMTEzNDEyMSwiYXV0aF90aW1lIjoxNjExMTM0MDkxLCJqdGkiOiIzYzFlZmMzZi1lMjFiLTQ3MzktYTY1YS1jNjY1M2ZhOGRjNTQiLCJpc3MiOiJodHRwOi8vMTAuMjAuMTEuMTYwOjgwODAvYXV0aC9yZWFsbXMvb25hcCIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiI0NDZhMjRiYy1kOGEwLTQzZGQtYWZhNS1lNTZlZWQ3NWRlYjgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJvZGx1eC5hcHAiLCJzZXNzaW9uX3N0YXRlIjoiMTI5YjRhNjMtNzBhMS00MjFmLWEzM2YtOWFjZDkyZTIzM2ZmIiwiYWNyIjoiMSIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJwcm92aXNpb24iLCJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCIsImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwibmFtZSI6Ikx1a2UgU2t5d2Fsa2VyIiwicHJlZmVycmVkX3VzZXJuYW1lIjoibHVrZS5za3l3YWxrZXIiLCJnaXZlbl9uYW1lIjoiTHVrZSIsImZhbWlseV9uYW1lIjoiU2t5d2Fsa2VyIiwiZW1haWwiOiJsdWtlLnNreXdhbGtlckBzZG5yLm9uYXAub3JnIn0.tn2NrEGYLRq1u0DkqxD2iDM72hFrDBPGA_q23S-htiRH113yt14a0CzJxU9El0YDobbzog9xm0ELbx6W4jYsGguMABqIi4W5wtTqfbaCh7gmF208CqNpwzA7nG2palMLbBPpmGXiagUm4qLWQxrBP_VOaeW_kK0VHLaiTRJ-4vHuOXSNPYEDQZNCI2QCJQS_dn83K_JI4ecBHl8UeHFLB65BqmocpDHUvf2h835xuNFFQpXJWMcPM_j_FmFQeOSUDM4HmqgdVU9_b4APnDEVFiUezQdoEOfEYNsNlhCoXlaEEn2tCZfEkZ7k72DlhqJMQzomdaGKPk2g8XhKJNwMJg",
- "expires_in": 1800,
- "refresh_expires_in": 1800,
- "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhOGUzMDUwZS0wZmQxLTRjYjQtYjRiZS1jMDVlOGY4OGJhZGUifQ.eyJleHAiOjE2MTExMzU5MjEsImlhdCI6MTYxMTEzNDEyMSwianRpIjoiZmZiYWE3NDktZGVkNi00ZWMzLWI4MjYtYTI4NWY0ODY1ZGI0IiwiaXNzIjoiaHR0cDovLzEwLjIwLjExLjE2MDo4MDgwL2F1dGgvcmVhbG1zL29uYXAiLCJhdWQiOiJodHRwOi8vMTAuMjAuMTEuMTYwOjgwODAvYXV0aC9yZWFsbXMvb25hcCIsInN1YiI6IjQ0NmEyNGJjLWQ4YTAtNDNkZC1hZmE1LWU1NmVlZDc1ZGViOCIsInR5cCI6IlJlZnJlc2giLCJhenAiOiJvZGx1eC5hcHAiLCJzZXNzaW9uX3N0YXRlIjoiMTI5YjRhNjMtNzBhMS00MjFmLWEzM2YtOWFjZDkyZTIzM2ZmIiwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCJ9.mt9VHtiBZycHcEuVCOZVjjtyoOGYNaDVvtcA1NPScIQ",
- "token_type": "bearer",
- "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJkbWFSWXRkaHFkVXFDV2lmRWdNRHFBcWVBcU8tMnFoTDBjdnByelRGdWRRIn0.eyJleHAiOjE2MTExMzU5MjEsImlhdCI6MTYxMTEzNDEyMSwiYXV0aF90aW1lIjoxNjExMTM0MDkxLCJqdGkiOiJjZjUzZTc0ZC1kYjZiLTQ4YTUtODkyOS1jYzU3YjY3YjAxN2QiLCJpc3MiOiJodHRwOi8vMTAuMjAuMTEuMTYwOjgwODAvYXV0aC9yZWFsbXMvb25hcCIsImF1ZCI6Im9kbHV4LmFwcCIsInN1YiI6IjQ0NmEyNGJjLWQ4YTAtNDNkZC1hZmE1LWU1NmVlZDc1ZGViOCIsInR5cCI6IklEIiwiYXpwIjoib2RsdXguYXBwIiwic2Vzc2lvbl9zdGF0ZSI6IjEyOWI0YTYzLTcwYTEtNDIxZi1hMzNmLTlhY2Q5MmUyMzNmZiIsImF0X2hhc2giOiJSUXdDclpkQmFKV0VFdmxsRVNxRjV3IiwiYWNyIjoiMSIsImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwibmFtZSI6Ikx1a2UgU2t5d2Fsa2VyIiwicHJlZmVycmVkX3VzZXJuYW1lIjoibHVrZS5za3l3YWxrZXIiLCJnaXZlbl9uYW1lIjoiTHVrZSIsImZhbWlseV9uYW1lIjoiU2t5d2Fsa2VyIiwiZW1haWwiOiJsdWtlLnNreXdhbGtlckBzZG5yLm9uYXAub3JnIn0.rueTNrnvRa4PMo7NS8l4xxRhhNiGzXLmtcUeyWnj3AjFaUoNKuS9l85K3KjRT3zjq494YsepIGuK33I20rvFwDLclcJNHuumAgBnR5dRBi5fLhm7x8YkebhdTHPiYL4hfygpZ7APN1PtcDZnb-uEjjT-RAtjnfk3r-oP6CtqWzI5MjOPnf5HaEwWpkuTjmJf3kyyf_pdhhVkgTwuC-kD8iMjyRIzuZJxVwWVA3S43eL0R7MaIDlpJrOp9EBRfMlObAypc1bLtKwopT0sBla1CM9GmUU2ZYbQb79-hey0rd7CWx1uBkZUxt5myiExBm3pI46boXLP7dzjzxHUKg0m-A",
- "not-before-policy": 1611134054,
- "session_state": "129b4a63-70a1-421f-a33f-9acd92e233ff",
- "scope": "openid profile email"
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oom.test.config.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oom.test.config.json
deleted file mode 100644
index 4e5707fa1..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/oom.test.config.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "tokenSecret": "secret",
- "tokenIssuer": "ONAP SDNC",
- "publicUrl": "https://sdnc.onap:30205",
- "redirectUri": "null",
- "supportOdlUsers": "true",
- "providers": [
- {
- "id": "htgit",
- "type": "GITLAB",
- "url": "https://git-.com",
- "clientId": "f52440b7dcd4bb75",
- "secret": "9bd45916f52440b7dcd4bb75",
- "scope": "api+openid+read_user+profile",
- "title": " Gitlab",
- "roleMapping": {
- "mygitlabgroup": "admin"
- }
- }
- ]
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json
deleted file mode 100644
index a55576b9e..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.config.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "tokenSecret": "secret2134",
- "tokenIssuer": "ONAP SDNC",
- "publicUrl": "http://nasp.diasf.de",
- "redirectUri": "/index.html#redirect=",
- "supportOdlUsers": "true",
- "tokenLifetime":3600,
- "providers": [
- {
- "id": "keycloak",
- "type": "KEYCLOAK",
- "url": "http://10.20.11.160:8080",
- "clientId": "odlux.app",
- "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
- "scope": "openid",
- "title": "OSNL Keycloak Provider",
- "realmName":"onap"
- }
- ]
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
deleted file mode 100644
index 30b80c45a..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256-invalid.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "tokenSecret": "",
- "tokenPubKey": "file:///src/test/resources/jwtRS256.key.pub",
- "algorithm":"RS256",
- "tokenIssuer": "ONAP SDNC",
- "publicUrl": "http://nasp.diasf.de",
- "redirectUri": "/index.html#redirect=",
- "supportOdlUsers": "true",
- "tokenLifetime":3600,
- "providers": [
- {
- "id": "keycloak",
- "type": "KEYCLOAK",
- "url": "http://10.20.11.160:8080",
- "clientId": "odlux.app",
- "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
- "publickey": "",
- "algorithm":"RS256",
- "scope": "openid",
- "title": "OSNL Keycloak Provider",
- "realmName":"onap"
- }
- ]
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256.json
deleted file mode 100644
index 02a4e8f5f..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS256.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "tokenSecret": "file:///src/test/resources/jwtRS256.key",
- "tokenPubKey": "file:///src/test/resources/jwtRS256.key.pub",
- "algorithm":"RS256",
- "tokenIssuer": "ONAP SDNC",
- "publicUrl": "http://nasp.diasf.de",
- "redirectUri": "/index.html#redirect=",
- "supportOdlUsers": "true",
- "tokenLifetime":3600,
- "providers": [
- {
- "id": "keycloak",
- "type": "KEYCLOAK",
- "url": "http://10.20.11.160:8080",
- "clientId": "odlux.app",
- "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
- "scope": "openid",
- "title": "OSNL Keycloak Provider",
- "realmName":"onap"
- }
- ]
-} \ No newline at end of file
diff --git a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS512.json b/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS512.json
deleted file mode 100644
index eddc6c362..000000000
--- a/sdnr/wt/oauth-provider/provider-jar/src/test/resources/test.configRS512.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "tokenSecret": "file:///src/test/resources/jwtRS512.key",
- "tokenPubKey": "file:///src/test/resources/jwtRS512.key.pub",
- "algorithm":"RS512",
- "tokenIssuer": "ONAP SDNC",
- "publicUrl": "http://nasp.diasf.de",
- "redirectUri": "/index.html#redirect=",
- "supportOdlUsers": "true",
- "tokenLifetime":3600,
- "providers": [
- {
- "id": "keycloak",
- "type": "KEYCLOAK",
- "url": "http://10.20.11.160:8080",
- "clientId": "odlux.app",
- "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
- "scope": "openid",
- "title": "OSNL Keycloak Provider",
- "realmName":"onap"
- }
- ]
-} \ No newline at end of file