Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/docs/operating/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@ environment variable as used by EC2 service discovery) may end up exposed due to
code outside of our control or due to functionality that happens to expose
wherever it is stored.

## Browser local storage

Prometheus and Alertmanager web interfaces store data in the local storage of
the web browser. The history of the queries made using the Prometheus web UI,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the web browser. The history of the queries made using the Prometheus web UI,
the web browser. The history of the queries made using the Prometheus web UI

and the creator of a silence in Alertmanager are save locally, amongst other
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and the creator of a silence in Alertmanager are save locally, amongst other
and the creator of a silence in Alertmanager are saved locally, amongst other

data.

We expect that no secrets are entered into those fields and that browser
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this already implied by the above section on secrets?

sessions are not shared between users. If the same browser is accessed by
multiple users, they might have access to other users' local query history in
Prometheus or name in Alertmanager.

## Denial of Service

There are some mitigations in place for excess load or expensive queries.
Expand Down