Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
fa5a5c14
Verified
Commit
fa5a5c14
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
notes about metrics, logging and PII in puppet
parent
9f0ad077
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/puppet.md
+19
-0
19 additions, 0 deletions
howto/puppet.md
with
19 additions
and
0 deletions
howto/puppet.md
+
19
−
0
View file @
fa5a5c14
...
...
@@ -1365,6 +1365,25 @@ code is directly pushed to the Puppet server without validation. Work
is being done to
[
implement automated checks
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/31226
)
but that is only
being deployed on some clients for now.
Note that PuppetDB itself holds performance information about the
Puppet agent runs, which are called "reports". Those reports contain
information about changes operated on each server, how long the agent
runs take and so on. Those metrics could be made more visible by using
a dashboard, but that has not been implemented yet (see
[
issue
31969
][]
).
[
issue 31969
]:
https://gitlab.torproject.org/tpo/tpa/team/-/issues/31969
The Puppet server, Puppet agents and PuppetDB keep logs of their
operations. The latter keeps its logs in
`/var/log/puppetdb/`
for a
maximum of 90 days or 1GB, whichever comes first (configured in
`/etc/puppetdb/request-logging.xml`
and
`/etc/puppetdb/logback.xml`
). The other logs are sent to
`syslog`
, and
usually end up in
`daemon.log`
.
Puppet should hold minimal personnally idenfiable information, like
user names, user public keys and project names.
# Discussion
This section goes more in depth into how Puppet is setup, why it was
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment