On Apr 24, 2010, at 3:26 AM, Christian Kauhaus wrote:
> Am 24.04.2010 01:02, schrieb Douglas Garstang:
>> I need to pass sensitive options, ie passwords, on the command line,
>> and don't want them to appear in log files.
>
> I think doing so is generally a bad idea. Command line arguments are
>
Am 24.04.2010 01:02, schrieb Douglas Garstang:
> I need to pass sensitive options, ie passwords, on the command line,
> and don't want them to appear in log files.
I think doing so is generally a bad idea. Command line arguments are
world-readable from the process list. Better put the sensitive pa
Avi Miller writes:
> Douglas Garstang wrote:
>
>> I need to pass sensitive options, ie passwords, on the command line,
>> and don't want them to appear in log files.
>
> I work around this by storing passwords in scripts distributed by File{}
> resources that are mode 400 to root and then Exec'ing
Hey Douglas,
Douglas Garstang wrote:
I need to pass sensitive options, ie passwords, on the command line,
and don't want them to appear in log files.
I work around this by storing passwords in scripts distributed by File{}
resources that are mode 400 to root and then Exec'ing the script. That
On Fri, Apr 23, 2010 at 4:02 PM, Douglas Garstang
wrote:
> Is there a way to stop puppetd from logging the command line arguments
> passed to an Exec() ?
>
> I need to pass sensitive options, ie passwords, on the command line,
> and don't want them to appear in log files.
>
You know they'll still
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/24/2010 01:02 AM, Douglas Garstang wrote:
> Is there a way to stop puppetd from logging the command line arguments
> passed to an Exec() ?
>
> I need to pass sensitive options, ie passwords, on the command line,
> and don't want them to appear i
Is there a way to stop puppetd from logging the command line arguments
passed to an Exec() ?
I need to pass sensitive options, ie passwords, on the command line,
and don't want them to appear in log files.
Doug.
--
You received this message because you are subscribed to the Google Groups
"Pupp