No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 98.1%
  • Mako 1%
  • Dockerfile 0.9%
Find a file
renovate[bot] f7c0ce5cac
Update dependency bink-logging-utils to v1.4.1 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20 14:45:18 +01:00
.github/workflows Configure Renovate (#31) 2024-04-18 15:50:28 +01:00
alembic Configure Renovate (#31) 2024-04-18 15:50:28 +01:00
kiroshi Configure Renovate (#31) 2024-04-18 15:50:28 +01:00
tests Linting fixes 2023-10-16 22:27:11 +01:00
.gitignore Mastercard SFTP + Project Refactor 2023-06-06 16:52:03 +01:00
alembic.ini Initial Commit 2023-03-03 11:40:44 +00:00
Dockerfile Fixes for https://github.com/aio-libs/multidict/issues/887 2024-01-13 15:07:50 +00:00
poetry.lock Update dependency bink-logging-utils to v1.4.1 (#32) 2024-04-20 14:45:18 +01:00
pyproject.toml Configure Renovate (#31) 2024-04-18 15:50:28 +01:00
README.md Mastercard SFTP + Project Refactor 2023-06-06 16:52:03 +01:00
renovate.json Configure Renovate (#31) 2024-04-18 15:50:28 +01:00

Kiroshi

TODO: Actually Write some docs

SFTP

Mastercard

Mastercard must be configured in one of the following config matrices, else Harmonia will get sad:

{
    "TGX4": {
        "sftp_host": "mtf.files.mastercard.com",
        "sftp_port": 16022,
        "sftp_user": "Z218502",
        "sftp_dir": "/0073185/test/download/TGX4",
        "blob_container": "harmonia-imports",
        "blob_dir": "test/mastercard-settlement",
    },
    "TGX2": {
        "sftp_host": "files.mastercard.com",
        "sftp_port": 16022,
        "sftp_user": "Z216458",
        "sftp_dir": "/0073185/production/download/TGX2",
        "blob_container": "harmonia-imports",
        "blob_dir": "mastercard",
    },
    "TS44": {
        "sftp_host": "files.mastercard.com",
        "sftp_port": 16022,
        "sftp_user": "Z218502",
        "sftp_dir": "/0073185/production/download/TS44",
        "blob_container": "harmonia-imports",
        "blob_dir": "payment/mastercard",
    },
}