This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
ca26c716
Commit
ca26c716
authored
2 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
testing
parent
5e86026f
Branches
Branches containing commit
3 merge requests
!132
Bringing July Release to production
,
!128
Fixing #315 and #319
,
!126
Continous Deployment with E2E Tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
src/main/resources/config/application-dev.yml
+10
-0
10 additions, 0 deletions
src/main/resources/config/application-dev.yml
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
0
−
1
View file @
ca26c716
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/config/application-dev.yml
+
10
−
0
View file @
ca26c716
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment