You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the elastic monitor does not return an error status if it cannot reach elastic leading to false positive
os.getuid() returns the UID of the current process user. our entrypoint.sh script modifies that UID and sometimes that happens after executing initialize.py leading to false negative django checks for the correct uid.
What happened?
After merging mozilla/addons-server#22929
2 bugs arose that did not surface in testing.
elastic
monitor does not return an error status if it cannot reach elastic leading to false positiveos.getuid()
returns the UID of the current process user. ourentrypoint.sh
script modifies that UID and sometimes that happens after executinginitialize.py
leading to false negative django checks for the correct uid.What did you expect to happen?
We should handle these cases.
Is there an existing issue for this?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: