Apache Camel integration with ActiveMQ to FTP

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

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

  • @KelvinMeeks
    @KelvinMeeks 3 месяца назад +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  3 месяца назад +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.