Apache Camel integration with ActiveMQ to FTP

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024
  • НаукаНаука

Комментарии • 2

  • @KelvinMeeks
    @KelvinMeeks Месяц назад +1

    Showing the passwords hardcoded in the YAML files is a horrifically bad practice, even in a demo.
    Neophytes will copy this pattern - and that will then end up getting committed to a github repository.
    Tragedy then ensues.

    • @ClausIbsen
      @ClausIbsen  Месяц назад +2

      Yes thanks, you can use ENV variables for passwords or external configuration files, or security vaults, or k8s secrets, read values from database, and much more.
      This is just for a prototype using local docker compose.