Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Somnonetz Demonstrator for ASCLEPIOS project
Deployment
Commits
0eff9b11
Verified
Commit
0eff9b11
authored
Nov 24, 2021
by
p.jbowden
Browse files
disable AZ_CALL on keytray
- waiting for upstream bugfix
parent
0f6f8130
Pipeline
#252552
passed with stages
in 1 minute and 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose/identity-authority.yml
View file @
0eff9b11
...
...
@@ -100,9 +100,10 @@ services:
VIRTUAL_HOST
:
${KEYTRAY_HOST}
VIRTUAL_PORT
:
${INTERNAL_KEYTRAY_PORT}
LETSENCRYPT_HOST
:
${KEYTRAY_HOST}
AZ_SERVER_ENDPOINTS
:
${INTERNAL_ABAC_SERVER_PDP_ENDPOINT}
AZ_CLIENT_TRUST_STORE_PASSWORD
:
${COMMON_TRUSTSTORE_PASSWORD}
AZ_SERVER_ACCESS_KEY
:
${ABAC_SERVER_ACCESS_KEY}
AZ_CALL_DISABLED
:
"
true"
# AZ_SERVER_ENDPOINTS: ${INTERNAL_ABAC_SERVER_PDP_ENDPOINT}
# AZ_CLIENT_TRUST_STORE_PASSWORD: ${COMMON_TRUSTSTORE_PASSWORD}
# AZ_SERVER_ACCESS_KEY: ${ABAC_SERVER_ACCESS_KEY}
volumes
:
-
../certs/common/common-truststore.p12:/keytray/truststore-client.p12
networks
:
...
...
utils/e2e_tests/test_003_cpabe_server.py
View file @
0eff9b11
...
...
@@ -42,7 +42,7 @@ class TestCPABEServer(unittest.TestCase):
def
test_000_set_cpabe_policy
(
self
):
"""
Test CPABE Server
edit user endpoint
Test CPABE Server
set current policy
Passes iff:
* CPABE Server returned an 'OK' status
...
...
utils/lib/cpabe_server.py
View file @
0eff9b11
...
...
@@ -71,4 +71,4 @@ def download_and_decrypt_sse_keys(cpabe_server_url, key_id, access_token=""):
"Authorization"
:
"Bearer "
+
access_token
}
return
request
(
url
,
data
,
headers
)
\ No newline at end of file
return
request
(
url
,
data
,
headers
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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