Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event lookup #69

Merged
merged 14 commits into from Mar 1, 2017
Merged

Event lookup #69

merged 14 commits into from Mar 1, 2017

Conversation

myuwono
Copy link
Contributor

@myuwono myuwono commented Mar 1, 2017

closes #59

"""
An instance of this class encapsulates an event in Covata Delta. An
event is an audit entry representing an action undertaken by an
identity on a secret
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing period (.) at end of comment.

:type event_details: :class:`~.EventDetails`
:param str host: the host address
:param str id: the identifier of the event object
:param str source_ip: the source ip
Copy link
Contributor

Choose a reason for hiding this comment

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

"ip" should be "IP address"

def get_events(self, identity_id, secret_id=None, rsa_key_owner_id=None):
"""
Gets a list of events associated filtered by secret id or RSA key owner
or both secret id and RSA key owner
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing period (.) at end of comment.

def get_events(self, requestor_id, secret_id=None, rsa_key_owner_id=None):
"""
Gets a list of events associated filtered by secret id or RSA key owner
or both secret id and RSA key owner
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing period (.) at end of comment.

@myuwono myuwono merged commit f9d99db into master Mar 1, 2017
@myuwono myuwono deleted the event-lookup branch March 1, 2017 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lookup audit events
2 participants