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
Activity log entries contain a mount_accessor field.
It can be missing, either because pre-1.10 Vault didn't write it at all, or because of bugs such as that mentioned in #18809. It could also be present but pointing at a deleted mount.
Some parts of the activity log code account for this:
Activity log entries contain a mount_accessor field.
It can be missing, either because pre-1.10 Vault didn't write it at all, or because of bugs such as that mentioned in #18809. It could also be present but pointing at a deleted mount.
Some parts of the activity log code account for this:
vault/vault/activity_log.go
Lines 2341 to 2361 in 3ded138
Other parts just throw data away if they don't successfully resolve a mount:
vault/vault/activity_log.go
Lines 2169 to 2173 in 3ded138
Which is incredibly confusing for users, when different parts of the JSON returned by Vault tell different stories about actual activity!
The text was updated successfully, but these errors were encountered: