~ines-almeida/txpkgupload:fix-passive-ftp-through-haproxy

Last commit made on 2023-10-13
Get this branch:
git clone -b fix-passive-ftp-through-haproxy https://git.launchpad.net/~ines-almeida/txpkgupload
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
fix-passive-ftp-through-haproxy
Repository:
lp:~ines-almeida/txpkgupload

Recent commits

193298b... by Ines Almeida

Rename proxy_address variable

fb4833a... by Ines Almeida

Update unit tests

507b981... by Ines Almeida

Change approach to getting haproxy IP address (plus minor changes)

d733e11... by Ines Almeida

Update txpkgupload + its charm to allow FTP through haproxy

The proxy's address is needed for passive twisted FTP requests in our txpkgupload so that the host address we send to the client is the proxy address (which will redirect the upload to the txpkgupload unit) instead of the txpkgupload unit address itself (which the client won't have access to)

8075234... by Ines Almeida

Add port range config to txpkgupload charm

c22fe17... by Ines Almeida

Update unit tests

bee0b91... by Ines Almeida

Add port range config to txpkgupload charm

Merged from https://code.launchpad.net/~ines-almeida/txpkgupload/+git/txpkgupload/+merge/453441

7f74fec... by Ines Almeida

Update unit tests

dc6d545... by Ines Almeida

Add port range config to txpkgupload charm

abfb5cf... by Ines Almeida

Update twisted and txpkgupload to allow a passive port range config

The port range is used to get a DTP port within the range. This would allow one to restrict which ports it can connect to.

Merged from https://code.launchpad.net/~ines-almeida/txpkgupload/+git/txpkgupload/+merge/452960