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
As a security administrator, I want all audit events to include the requester's IP address so that I can identify the origin of the request that created the audit event.
GIVEN a running Conjur instance
WHEN a request that generates an audit event (or events) is made
THEN those events include the IP address of the requestor 1
Notes
We might want to consider using something like Nginx Real IP.
1 We'll never be 100% successful at getting the requestor's IP address, but we should strive to achieve this as best we can.
The text was updated successfully, but these errors were encountered:
As a security administrator, I want all audit events to include the requester's IP address so that I can identify the origin of the request that created the audit event.
GIVEN a running Conjur instance
WHEN a request that generates an audit event (or events) is made
THEN those events include the IP address of the requestor 1
Notes
1 We'll never be 100% successful at getting the requestor's IP address, but we should strive to achieve this as best we can.
The text was updated successfully, but these errors were encountered: