Skip to content

Commit

Permalink
Set auth_allow_insecure_global_id_reclaim to false
Browse files Browse the repository at this point in the history
This is for Ceph CVE-2021-20288 to prevent it from
being stuck in HEALTH_WARN.
  • Loading branch information
tobias-urdin committed Jun 30, 2021
1 parent 6bb66de commit fb376a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pifpaf/drivers/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ def _setUp(self):
mon data avail warn = 2
mon data avail crit = 1
# Ceph CVE CVE-2021-20288 to prevent HEALTH_WARN
auth allow insecure global id reclaim = false
[mon.a]
host = localhost
mon addr = 127.0.0.1:%(port)d
Expand Down

0 comments on commit fb376a8

Please sign in to comment.