Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Somnonetz Demonstrator for ASCLEPIOS project
Deployment
Commits
ec86a150
Verified
Commit
ec86a150
authored
Jan 04, 2022
by
p.jbowden
Browse files
use public keytray host on abac-server
parent
5dbd2f34
Pipeline
#263217
failed with stages
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ec86a150
...
...
@@ -124,11 +124,12 @@ image: debian:bullseye-slim
echo "https" | sudo tee "$WORK_DIR/.env.d/XNAT_PROTOCOL" > /dev/null
echo "443" | sudo tee "$WORK_DIR/.env.d/XNAT_PORT" > /dev/null
#
XNAT needs to use public endpoints
on multi-cloud deployments
#
Public endpoint overrides needed
on multi-cloud deployments
echo \$\{KEYCLOAK_BASE_URL\} | sudo tee "$WORK_DIR/.env.d/XNAT_OPENID_USER_AUTH_BASE_URL" > /dev/null
echo \$\{KEYCLOAK_BASE_URL\} | sudo tee "$WORK_DIR/.env.d/XNAT_OPENID_ACCESS_TOKEN_BASE_URL" > /dev/null
echo \$\{XNAT_API_URL\} | sudo tee "$WORK_DIR/.env.d/ABAC_SERVER_XNAT_API_URL" > /dev/null
echo \$\{KEYTRAY_HOST\} | sudo tee "$WORK_DIR/.env.d/ABAC_SERVER_KEYTRAY_HOST" > /dev/null
# Use public keytray for CPABE server (for proper e2e testing)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment