Skip to content

Commit

Permalink
DO_NOT_MERGE: Enable TLS for reva grpc during test / Disable cs3api-v…
Browse files Browse the repository at this point in the history
…alidator run

The cs3api-validator is currently not able to run tests with TLS enabled
  • Loading branch information
rhafer committed Oct 19, 2022
1 parent fb00128 commit a54da3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config = {
"ocis",
],
"cs3ApiTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"localApiTests": {
Expand Down Expand Up @@ -1878,6 +1878,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
user = "0:0"
environment = {
"OCIS_URL": OCIS_URL,
"REVA_GATEWAY_TLS_MODE": "insecure",
"OCIS_GRPC_TLS_ENABLED": True,
"OCIS_CONFIG_DIR": "/root/.ocis/config",
"GATEWAY_GRPC_ADDR": "0.0.0.0:9142", # cs3api-validator needs the cs3api gatway exposed
"STORAGE_USERS_DRIVER": "%s" % (storage),
Expand Down

0 comments on commit a54da3f

Please sign in to comment.