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

Skip to content
Snippets Groups Projects
Commit 6631eaf9 authored by Daniel Crazzolara's avatar Daniel Crazzolara Committed by Michael Breu
Browse files

Securing Artemis token

parent 4fcd4368
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