Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ipc #5

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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