Skip to content

Commit 858a50e

Browse files
authored
Merge pull request #4142 from vespa-engine/frodelu/add-audit-log-info
Add information about audit logging
2 parents 640d0ee + b67b7c4 commit 858a50e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

en/cloud/security/whitepaper.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ grant different privileges:
102102

103103
All role memberships are stored in an external identity provider.
104104

105+
#### Control plane audit logs
106+
All operations against the control plane are persisted in an audit log capturing
107+
_timestamp_, _client_, _principal_ (user), _HTTP method_, _resource_ accessed,
108+
and _payload_ (for certain requests). As this data can potentially be sensitive,
109+
it is available upon request from Vespa Cloud support.
110+
105111
### Service isolation
106112

107113
<img alt="image" width="100%" src="/assets/img/service-isolation.png" title="Service isolation"/>
@@ -339,4 +345,4 @@ Any unexpected production issue, including security incidents, is handled
339345
through our incident management process. Non-security incidents are announced
340346
through our console. Security incidents are communicated directly to affected
341347
customers. A post-mortem review process is initiated after every incident. In
342-
the event of a potential security breach, a forensic investigation is conducted.
348+
the event of a potential security breach, a forensic investigation is conducted.

0 commit comments

Comments
 (0)