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

Skip to content
Snippets Groups Projects
Commit bcfe5f26 authored by Daniel Crazzolara's avatar Daniel Crazzolara
Browse files

hotfix - added artemis token as more secure envvar

parent 73498816
2 merge requests!134Merge back Master to Development,!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
......
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