We’re
trying to determine the sensitive information (if any) which is logged
by various verbosity levels with the `gcloud app deploy` command,
specifically the ‘debug’
verbosity level, like deploy or access keys. If any deploy logs were
made available to less privileged individuals, say through a continuous
integration/deployment system or task tracking software, would the
overall security of the deployed applications (and
their data) be compromised?
We’ve
had some full (unredacted) deploy logs get posted publicly and are
trying to determine how far back to review data or if that's even necessary. Service accounts and
other keys have already
been rotated for precautionary measures, and we’ve temporarily switched
verbosity to ‘critical’.
Any information would be greatly appreciated.
Thanks,