holds all skills and shapes. can hold users and groups too or acts as a layer to ldap or any other user federation
run
mvn clean package
docker build -t skillservice:beta .or simply type
sh build.shrun
docker run -d --rm -p "8080:8080" -v routing_skillservice:/persistence skillservice:betaor simple type
sh run.shrun
curl -G http://localhost:8080/api/v1/users
curl -G http://localhost:8080/api/v1/groups
curl -G http://localhost:8080/api/v1/skillsthe response should look like this:
[]- make sure to have a running keycloak instance in the docker network which is accessable under the dns name 'keycloak'
- export keycloak.json and replace it with the existing one under /resources/webapp/WEB-INF
- uncomment security section in /resources/project-defaults.yml