Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-9975

Zabbix-Server Support for AWS Secret Manager in a Fargate-Task-Definition (Json)

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 7.2.6
    • Server (S)
    • None
    • AWS Fargate Cluster

      Hello,

      we are running a Zabbix Server in a AWS Fargate Cluster and a MariaDB RDS-Instance.

      We faced the issue that Zabbix as running as a Docker don't support "secret" section in a Json config. Currently we using a clear text DB-password in the "environment" section and that works. But if no DB-password in clear text is configured in "environment" section, the Docker won't start because of "no database available".

      It is a serious security issue if Zabbix is used as a Docker in a Fargate Cluster demanding a clear text password in its docker-configuration.

      We kindly ask if you can implement AWS Secret Manager Support for Zabbix-Server Docker Images?

      The Secret Section for a AWS Secret Manager object looks like this:

      "secrets": [
             

      {           "name": "DB_PASSWORD",           "valueFrom": "arn:aws:secretsmanager:eu-central-1:123456789012:secret:my-db-password-Abc123"         }

            ],

       

      Out Team hopes you can make it possible for more security at this part and kind of usage of the Zabbix-Server.

       

      Best Regards

      Tobias Glowinski 

            wiper Andris Zeila
            tobias.glowinski Tobias Glowinski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: