WPB-20053: Move templates from Brig to wire-subsystem#4830
Conversation
akshaymankar
left a comment
There was a problem hiding this comment.
I think this nix expression needs update:
wire-server/nix/wire-server.nix
Lines 221 to 228 in 4348878
|
This may already be fixed in this PR, but with running the integration test on WPB-20053-scim-groups-create-2 I currently get |
|
Right, some of the moved files are referenced from the Makefile and from /services/brig/brig.integration.yaml, I updated a few here 2ac1ce3 (feel free to cherry-pick), but there are more. Iterating on |
|
So here is the branch https://github.com/wireapp/wire-server/commits/ml/wip-config-path-fixes. Now it seems that the services pass the config parsing stage, but now I get (More ideas: could it be that the certificate isn't for |
ca1429c to
f574c7a
Compare
|
After restarting dockerephemeral and running |
|
it's so weird I did not catch it locally, I have pushed a fix |
there is db-migrate and es-reset. db-migrate does everything es-reset does, but correctly. there are way too many ways to run the tests, so i suspect you guys somehow managed to call the different goals, respectively. anyway, good somebody caught it :) |
|
@blackheaven Does |
we're identified the problem together, this change makes the tests go green: modified services/nginz/integration-test/conf/nginz/nginx.conf
@@ -135,10 +135,10 @@ http {
ssl_client_certificate integration-ca.pem;
######## TLS/SSL block end ##############
- zauth_keystore ../../libs/wire-subsystems/resources/zauth/pubkeys.txt;
+ zauth_keystore /home/mf/src/wire-server/libs/wire-subsystems/test/resources/zauth/pubkeys.txt;
zauth_acl conf/nginz/zauth_acl.txt;
# needs to be kept in sync with services/brig/test/resources/oauth/ed25519.jwk
- oauth_pub_key ../../libs/wire-subsystems/resources/oauth/ed25519_public.jwk;
+ oauth_pub_key /home/mf/src/wire-server/libs/wire-subsystems/test/resources/oauth/ed25519.jwk;obviously that's not the solution, but we should fix this elsewhere in order to make progress with #4815. |
never mind, it's done. |
2fff22f to
36b677e
Compare
|
@blackheaven We pushed a commit to your branch without asking (sorry), but this now fixes it! |
|
i think last ci run was a flake. i triggered a re-run, if everything except sonarcloud and overall-ci is green pls anybody merge. |
Checklist
changelog.d