-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-12693 run grafana as non root #2648
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3 #2648 +/- ##
==========================================
- Coverage 44.11% 44.08% -0.04%
==========================================
Files 358 358
Lines 42014 42014
==========================================
- Hits 18535 18521 -14
- Misses 21884 21898 +14
Partials 1595 1595
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ademidoff
requested review from
BupycHuk,
talhabinrizwan and
a team
as code owners
November 30, 2023 00:18
BupycHuk
reviewed
Nov 30, 2023
update/ansible/playbook/tasks/roles/dashboards_upgrade/tasks/main.yml
Outdated
Show resolved
Hide resolved
update/ansible/playbook/tasks/roles/initialization/tasks/main.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Nurlan Moldomurov <[email protected]>
ademidoff
force-pushed
the
PMM-12693-run-grafana-as-non-root
branch
from
December 1, 2023 11:49
6a02810
to
60679c7
Compare
BupycHuk
approved these changes
Dec 1, 2023
JiriCtvrtka
approved these changes
Dec 1, 2023
ademidoff
force-pushed
the
PMM-12693-run-grafana-as-non-root
branch
from
December 4, 2023 10:40
17cb6bc
to
775b99d
Compare
ademidoff
force-pushed
the
PMM-12693-run-grafana-as-non-root
branch
from
December 4, 2023 10:40
775b99d
to
30f95c5
Compare
BupycHuk
reviewed
Dec 4, 2023
ademidoff
added a commit
that referenced
this pull request
Dec 4, 2023
* PMM-12693 Run grafana as non-root * PMM-12693 rebuild grafana with new perms * PMM-12693 remove sqlite migration * PMM-12693 remove sqlite migration * PMM-12693 revert some spec changes * PMM-12693 check grafana logs * PMM-12693 remove grafana-db-migrator * PMM-12693 create grafana dir explicitly * PMM-12693 fix with_items syntax * PMM-12693 take ownership of /etc/grafana * PMM-12693 try other options for /etc/grafana * PMM-12693 try different permissions on /etc/grafana * PMM-12693 remove grafana user * PMM-12693 remove grafana user * PMM-12693 set dir permissions for grafana-dashboards * PMM-12693 do not install packages twice * PMM-12693 remove CentOS 7 tasks * PMM-12693 move grafana bootstrap to an earlier time * PMM-12693 remove more CentOS 7 tasks * PMM-12693 move clickhouse install back * PMM-12693 do not upgrade sqlite * PMM-12693 clean up the dashboards playbook * PMM-12693 clean up the update playbook * Update build/packages/rpm/server/SPECS/percona-dashboards.spec Co-authored-by: Nurlan Moldomurov <[email protected]> * PMM-12693 follow up on review * PMM-12693 move the version copying out of dashboards_update * PMM-12693 trigger the build * PMM-12693 hackily start pmm-agent * PMM-12693 check the status of services * PMM-7 wait for container to get healthy * PMM-7 debug: output grafana logs * PMM-7 debug the ownership of /etc/grafana/grafana.ini * PMM-7 change ownership of /etc/grafana to pmm * PMM-7 change ownership of /srv/grafana to pmm * PMM-7 cleanup the workflow --------- Co-authored-by: Nurlan Moldomurov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PMM-12693
Link to the Feature Build: SUBMODULES-3465
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: