-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jans-config-api): rectified test properties file (#1222)
* feat(jans-config-api): jenkins build issue * feat(jans-config-api): jenkins build issue * feat(jans-config-api): jenkins build issue
- Loading branch information
Showing
5 changed files
with
12 additions
and
106 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
...plugin/src/main/java/io/jans/configapi/plugin/mgt/model/config/MgmtConfiguration.java.bkp
This file was deleted.
Oops, something went wrong.
7 changes: 3 additions & 4 deletions
7
jans-config-api/plugins/user-mgt-plugin/src/test/resources/karate.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#LOCAL | ||
karate.test.url=http://localhost | ||
karate.test.port=8080 | ||
#karate.test.url=http://localhost | ||
#karate.test.port=8080 | ||
#karate.test.url=https://jenkins-config-api.gluu.org/jans-config-api | ||
#karate.test.port=443 | ||
#karate.test.url=https://jenkins-config-api.gluu.org | ||
karate.test.url=${test.server} |
79 changes: 6 additions & 73 deletions
79
jans-config-api/plugins/user-mgt-plugin/src/test/resources/test.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,8 @@ | ||
#LOCAL | ||
test.scopes=https://jans.io/oauth/config/acrs.readonly https://jans.io/oauth/config/acrs.write https://jans.io/oauth/config/attributes.readonly https://jans.io/oauth/config/attributes.write https://jans.io/oauth/config/attributes.delete https://jans.io/oauth/config/cache.readonly https://jans.io/oauth/config/cache.write https://jans.io/oauth/config/openid/clients.readonly https://jans.io/oauth/config/openid/clients.write https://jans.io/oauth/config/openid/clients.delete https://jans.io/oauth/jans-auth-server/config/properties.readonly https://jans.io/oauth/jans-auth-server/config/properties.write https://jans.io/oauth/config/smtp.readonly https://jans.io/oauth/config/smtp.write https://jans.io/oauth/config/smtp.delete https://jans.io/oauth/config/database/couchbase.readonly https://jans.io/oauth/config/database/couchbase.write https://jans.io/oauth/config/database/couchbase.delete https://jans.io/oauth/config/scripts.readonly https://jans.io/oauth/config/scripts.write https://jans.io/oauth/config/scripts.delete https://jans.io/oauth/config/fido2.readonly https://jans.io/oauth/config/fido2.write https://jans.io/oauth/config/jwks.readonly https://jans.io/oauth/config/jwks.write https://jans.io/oauth/config/database/ldap.readonly https://jans.io/oauth/config/database/ldap.write https://jans.io/oauth/config/database/ldap.delete https://jans.io/oauth/config/logging.readonly https://jans.io/oauth/config/logging.write https://jans.io/oauth/config/scopes.readonly https://jans.io/oauth/config/scopes.write https://jans.io/oauth/config/scopes.delete https://jans.io/oauth/config/uma/resources.readonly https://jans.io/oauth/config/uma/resources.write https://jans.io/oauth/config/uma/resources.delete https://jans.io/oauth/config/database/sql.readonly https://jans.io/oauth/config/database/sql.write https://jans.io/oauth/config/database/sql.delete https://jans.io/oauth/config/stats.readonly jans_stat https://jans.io/scim/users.read https://jans.io/scim/users.write https://jans.io/oauth/config/scim/users.read https://jans.io/oauth/config/scim/users.write https://jans.io/scim/config.readonly https://jans.io/scim/config.write https://jans.io/oauth/config/organization.readonly https://jans.io/oauth/config/organization.write https://jans.io/oauth/config/user.readonly https://jans.io/oauth/config/user.write https://jans.io/oauth/config/user.delete | ||
test.scopes=${test.scopes} | ||
|
||
# Test env Setting | ||
#token.endpoint=https://jenkins-config-api.gluu.org/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1801.f35446a2-b9cb-40af-a26e-c1221f3ca0cb | ||
#test.client.secret=lye8TNJmNpze | ||
#test.issuer=https://jenkins-config-api.gluu.org | ||
|
||
# Local Setting | ||
#pujavs.jans.server | ||
#token.endpoint=https://pujavs.jans.server/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1802.9dcd98ad-fe2c-4fd9-b717-d9436d9f2009 | ||
#test.client.secret=test1234 | ||
#test.issuer=https://pujavs.jans.server | ||
|
||
# pujavs.jans.server2 | ||
#token.endpoint=https://pujavs.jans.server2/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1801.86d83471-fe91-4522-ac47-a256956c0f23 | ||
#test.client.secret=wndq7RoRnyqm | ||
#test.issuer=https:// pujavs.jans.server2 | ||
|
||
# pujavs.jans.server5 | ||
#token.endpoint=https://pujavs.jans.server5/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1800.0f2aeab1-efee-4b89-a7f1-570c15a68ff3 | ||
#test.client.secret=fxa2iV1Oi0HS | ||
#test.issuer=https:// pujavs.jans.server5 | ||
|
||
|
||
# pujavs.jans.server3 | ||
#token.endpoint=https://pujavs.jans.server2/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1801.e0396ed5-055d-4986-9afc-342373995f0e | ||
#test.client.secret=Dk3RaLUYSdJn | ||
#test.issuer=https:// pujavs.jans.server3 | ||
|
||
# jans.server1 | ||
#token.endpoint=https://jans.server1/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1800.d166622d-6771-4d5a-8fab-555566b20091 | ||
#test.client.secret=slkveBOhwJn5 | ||
#test.issuer=https://jans.server1 | ||
|
||
# jans.server2 | ||
#token.endpoint=https://jans.server2/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1800.5ad89818-e1c6-45ba-873d-d549dfad67a4 | ||
#test.client.secret=9ZW2HaDakqD4 | ||
#test.issuer=https://jans.server2 | ||
|
||
# jans.server3 | ||
#token.endpoint=https://jans.server3/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1800.1adcb34a-e1a5-4b4d-86d0-f92c62aab52b | ||
#test.client.secret=aDiH4IuuGddZ | ||
#test.issuer=https://jans.server3 | ||
|
||
# jans.server4 | ||
#token.endpoint=https://jans.server4/jans-auth/restv1/token | ||
#token.grant.type=client_credentials | ||
#test.client.id=1800.7e78990f-fdae-40e9-9433-4fe20645851d | ||
#test.client.secret=GfUrIapPM71X | ||
#test.issuer=https://jans.server4 | ||
|
||
|
||
# jans.server | ||
token.endpoint=https://jans.server/jans-auth/restv1/token | ||
token.grant.type=client_credentials | ||
test.client.id=1800.5cfac798-9a5d-4a92-8efe-4cecc4f0c196 | ||
test.client.secret=SSj633EttZdV | ||
test.issuer=https://jans.server | ||
token.endpoint=${token.endpoint} | ||
token.grant.type=${token.grant.type} | ||
test.client.id=${test.client.id} | ||
test.client.secret=${test.client.secret} | ||
test.issuer=${test.issuer} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters