Slackbot
06/02/2023, 3:07 PMDavid Hamilton
06/02/2023, 3:30 PMOr Weis
06/02/2023, 3:39 PMFilip
06/02/2023, 3:40 PMDavid Hamilton
06/02/2023, 4:18 PMaiokafka.helpers.create_ssl_context
with no parameters which ends up calling ssl.create_default_context
so the way i would have to set the kafka ssl connection key/cert would just be the system default for my opal-server containerDavid Hamilton
06/02/2023, 4:25 PMOr Weis
06/02/2023, 4:27 PMDavid Hamilton
06/02/2023, 4:28 PMDavid Hamilton
06/02/2023, 6:26 PMDavid Hamilton
06/02/2023, 6:27 PMDavid Hamilton
06/02/2023, 6:28 PMOr Weis
06/02/2023, 6:52 PMDavid Hamilton
06/02/2023, 6:54 PMDavid Hamilton
06/02/2023, 6:55 PMOr Weis
06/02/2023, 6:58 PMOr Weis
06/02/2023, 7:02 PMDavid Hamilton
06/02/2023, 7:14 PMOr Weis
06/02/2023, 7:25 PMDavid Hamilton
06/02/2023, 7:40 PMDavid Hamilton
06/05/2023, 3:30 PMOr Weis
06/05/2023, 3:31 PMOr Weis
06/05/2023, 3:35 PMDavid Hamilton
06/14/2023, 6:19 PMOr Weis
06/14/2023, 6:23 PMDavid Hamilton
06/14/2023, 7:13 PMdevelopment
snapshotOr Weis
06/14/2023, 9:25 PMOr Weis
06/15/2023, 11:54 AMDavid Hamilton
06/15/2023, 11:56 AMbroadcaster
repository?Or Weis
06/15/2023, 11:58 AMRo'e Katz
06/20/2023, 1:48 PM0.7.1-rc
(permitio/opal-server:0.7.1-rc
& permitio/opal-client:0.7.1-rc
)David Hamilton
06/20/2023, 1:49 PMRo'e Katz
06/20/2023, 1:49 PMDavid Hamilton
06/20/2023, 2:56 PMopal-client publish-data-update
David Hamilton
06/20/2023, 3:06 PMDavid Hamilton
06/20/2023, 3:16 PM20T15:12:08.310459+0000 | opal_server.data.data_update_publisher | INFO | [10] Publishing data update to topics: ...
David Hamilton
06/20/2023, 3:16 PMRo'e Katz
06/20/2023, 4:35 PMconnecting to brokers: ...
).
In the meantime I’ve managed to set up a docker-compose setup with Kafka in SSL - I did manage to make it work with the new OPAL version!David Hamilton
06/20/2023, 5:05 PM[32m2023-06-20T16:40:16.760331+0000[0m | [34mfastapi_websocket_pubsub.event_broadc...[0m|[1m INFO | Listening for incoming events from broadcast channel (first listener started)[0m
[32m2023-06-20T16:40:16.822034+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL CA from /etc/ssl/certs/ca-certificates.crt[0m
[32m2023-06-20T16:40:16.825038+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL Cert from /etc/ssl/private/opal.baaz.dev.bip.va.gov.pem[0m
[32m2023-06-20T16:40:16.825212+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL Key from /etc/ssl/private/opal.baaz.dev.bip.va.gov.key with password[0m
[32m2023-06-20T16:40:16.826155+0000[0m | [34mfastapi_websocket_pubsub.event_broadc...[0m|[1m INFO | Starting broadcaster listener[0m
[32m2023-06-20T16:40:16.826369+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL CA from /etc/ssl/certs/ca-certificates.crt[0m
[32m2023-06-20T16:40:16.827359+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL Cert from /etc/ssl/private/opal.baaz.dev.bip.va.gov.pem[0m
[32m2023-06-20T16:40:16.827499+0000[0m | [34maiokafka.helpers [0m|[1m INFO | Loading SSL Key from /etc/ssl/private/opal.baaz.dev.bip.va.gov.key with password[0m
[32m2023-06-20T16:40:16.828704+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection open[0m
[32m2023-06-20T16:40:16.829367+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection closed[0m
[32m2023-06-20T16:40:19.619582+0000[0m | [34mopal_server.data.api [0m|[1m INFO | Serving source configuration[0m
the connection open/closed though appears to be a new thing with the client, so I am looking into that and if the keystore stuff somehow changed the client/server connection
[32m2023-06-20T16:41:25.397039+0000[0m | [34mfastapi_websocket_rpc.websocket_rpc_e...[0m|[1m INFO | Client connected[0m
[32m2023-06-20T16:41:25.397589+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection open[0m
[32m2023-06-20T16:41:25.398237+0000[0m | [34mfastapi_websocket_rpc.websocket_rpc_e...[0m|[1m INFO | Client connection failed - 35416 :: 1be0af7f2fea43de8db567317b64cf00[0m
[32m2023-06-20T16:41:25.401158+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection closed[0m
[32m2023-06-20T16:41:28.203104+0000[0m | [34mfastapi_websocket_rpc.websocket_rpc_e...[0m|[1m INFO | Client connected[0m
[32m2023-06-20T16:41:28.203725+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection open[0m
[32m2023-06-20T16:41:28.204304+0000[0m | [34mfastapi_websocket_rpc.websocket_rpc_e...[0m|[1m INFO | Client connection failed - 35418 :: 7d92e954a9e54052bb5bf683293a6b97[0m
[32m2023-06-20T16:41:28.206912+0000[0m | [34mwebsockets.legacy.server [0m|[1m INFO | connection closed[0m
Ro'e Katz
06/20/2023, 5:19 PMDavid Hamilton
06/20/2023, 5:20 PMDavid Hamilton
06/21/2023, 7:08 PM