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

Skip to content
Snippets Groups Projects
Commit 28691e56 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Merge branch 'improvement/securing-artemis-token' into 'development'

Securing Artemis token

See merge request sharing/codeability-sharing-platform!101
parents 93fb6f9c 6631eaf9
Branches
2 merge requests!105Preparing März Release,!101Securing Artemis token
......@@ -19,6 +19,7 @@ services:
- SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENTSECRET=${SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENTSECRET}
- APPLICATION_GITLAB_GENERALACCESSTOKEN=${APPLICATION_GITLAB_GENERALACCESSTOKEN}
- APPLICATION_GITLAB_ADMINACCESSTOKEN=${APPLICATION_GITLAB_ADMINACCESSTOKEN}
- CONNECTOR_ARTEMIS_TOKEN=${CONNECTOR_ARTEMIS_TOKEN}
- gitBranch=${GIT_BRANCH}
- gitCommitId=${COMMIT_ID}
- gitCommitDate=${COMMIT_DATE}
......
......@@ -150,7 +150,7 @@ jhipster:
application:
registeredConnectors:
- url: 'https://artemis.codeability.uibk.ac.at/api/sharing/config'
accessToken: 'notYet'
accessToken: ${CONNECTOR_ARTEMIS_TOKEN}
registeredConnectorsCallBackURL: https://search.sharing-codeability.uibk.ac.at//api
installationName: Sharing Plattform
# applicationName: Sharing Plattform
......
......@@ -145,7 +145,7 @@ jhipster:
application:
registeredConnectors:
- url: 'https://artemis.codeability-austria.uibk.ac.at/api/sharing/config'
accessToken: 'notYet'
accessToken: ${CONNECTOR_ARTEMIS_TOKEN}
registeredConnectorsCallBackURL: https://dev-exchange.codeability-austria.uibk.ac.at/api
installationName: Sharing Plattform (Staging)
gitlab:
......
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