Skip to content

Commit

Permalink
Clarify the accuracy of estimated encryption counts wrt cluster nodes (
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmiller committed May 27, 2021
1 parent f6a945b commit 652b15d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/content/api-docs/system/key-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ $ curl \
The `term` parameter is the sequential key number. `install_time` is the
time that encryption key was installed. `encryptions` is the estimated
number of encryptions made by the key including those on other cluster
nodes.
nodes.

Note that the estimated encryption count is aggregated from secondary
Vault nodes to the primary but not in the other direction. Thus the
count only accurately reflects the cluster-wide estimate when queried
on the primary.

0 comments on commit 652b15d

Please sign in to comment.