## SFTP Reader & Validator [Confluence Doku](https://memobase.atlassian.net/wiki/spaces/TBAS/pages/29196525/Service%2BsFTP%2BReader%2BValidator) ### Requirements - Access to a Kafka Server - Access to a SFTP Server - Set environment variable $SFTP_PASSWORD - Set environment variable $HOST_KEY_VERIFIER (fingerprint is posted in the logs when running the connection for the first time.) ### Configuration ```yaml sftp: host: port: "22" user: password: ${SFTP_PASSWORD:?nopass} fingerprint: ${HOST_KEY_VERIFIER:?nofinger} app: directory: ./test_institution_1/test_record_set_1 kafka: producer: bootstrap.servers: localhost:9092 client.id: sftp-reader-p1-j1 topic: out: process-1-job-1-sftp-reader ```