Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-2619

Set create on logrotate.d/*.conf files for AAP

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Normal Normal
    • None
    • 2.4, 2.5, 2.6
    • platform-installer
    • False
    • Hide

      None

      Show
      None
    • False

      Some of our customers have strict requirements on the create command in logrotate.conf.

      Such as:

      create 0640 root utmp

       

      Request that the files created under /etc/logrotate.d/ for AAP have a create command in them that contains the specific user:group AAP requires to function instead of relying on system default, such as "create 0640 awx awx". This allows the customer to meet compliance and keeps AAP working.  This can be done manually, but running the installer would probably revert the settings.

      Example:

      {    
          compress
          delaycompress
          missingok
          ifempty
          create 0644 awx awx
          daily
          rotate 14
      }
      

       

              Unassigned Unassigned
              rhn-support-gscarbor Gary Scarborough
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: