Skip to content

Commit

Permalink
Merge pull request #5 from protegeproject/update_ipc
Browse files Browse the repository at this point in the history
update ipc
  • Loading branch information
soimugeoWB authored Nov 20, 2024
2 parents 722e502 + 6f378de commit 498f586
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# webprotege-user-management-service
This service is a wrapper over over user management systems such as AD , Keycloak or any service that allows user manipulation and user querying

Keep in mind that for this to work the keycloak clientId and clientSecret needs to be configured.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-user-management-service</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>webprotege-user-management</name>
<description>Microservice responsible for user management, integration with external systems that handle user management</description>
<properties>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-ipc</artifactId>
<version>1.0.1</version>
<version>1.0.8</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
server:
port: 7761

logging.level.root: DEBUG
logging:
level:
root: DEBUG

spring:
application:
Expand All @@ -22,7 +24,7 @@ webprotege:
serverUrl: http://webprotege-local.edu/auth
realmName: webprotege
clientId: user-management
clientSecret: d4c1e0f1-599f-411c-bc1b-0fafb05424ac
clientSecret: 448ae58e-a9f0-4fab-92fe-650bfd5f9e57
username: admin
password: password

4 changes: 2 additions & 2 deletions src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ webprotege:
keycloak:
serverUrl: http://webprotege-local.edu/auth
realmName: webprotege
clientId: machine-client
clientSecret: MAtkcTm35UXv9ohvtFEKzTP1Hf1tBtTw
clientId: user-management
clientSecret: 448ae58e-a9f0-4fab-92fe-650bfd5f9e57
username: admin
password: password

0 comments on commit 498f586

Please sign in to comment.