This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit ca26c716 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent 5e86026f
Branches
3 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests
......@@ -144,7 +144,6 @@ docker-push:
IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
script:
- npm install
- npm cache clean
- ./mvnw package -Pprod verify -DskipTests jib:build -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token -Djib.to.auth.password=$CI_BUILD_TOKEN
when: on_success
......
......@@ -75,9 +75,19 @@ spring:
oauth2:
client:
provider:
oidc:
issuer-uri: http://localhost:9080/auth/realms/gitsearch
# localhost will be bound to the guest (container), not the host
# to run KeyCloak as a daemon, i.e., npm run docker:keycloak:up, /etc/hosts must be edited
# and the issuer-uri should be as follows:
# issuer-uri: http://keycloak:9080/auth/realms/jhipster
gitlabOidc:
issuer-uri: https://sharing.codeability-austria.uibk.ac.at
registration:
oidc:
client-id: web_app
client-secret: web_app
scope: openid,profile,email
gitlabOidc:
client-id: 149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
client-secret: 6f480635241f420a361581f4837594ea6f48f5ee6f515c1aa89f325dd922dbb0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment