You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added password support for SSL private key of the cached schema registry client (#1516)
* Steps to Test:
1) Run certify.sh
2) Manually run .env.sh code
3) docker-compose up [tests/docker]
4) Wait for the docker instance to be listening for requests(roughly 30 seconds)
5) run the command -> python3 integration_test.py --avro-https testconf.json
In mac Systems the certify.sh takes the hostname and it then collides when https connection is to be made since the hostname should be mentioned in the keychain - so either change hostname command to localhost literal and then run on Mac, otherwise in Linux system it should be fine.
0 commit comments