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

Rotating an API key is audited #1549

Closed
jvanderhoof opened this issue May 15, 2020 · 1 comment
Closed

Rotating an API key is audited #1549

jvanderhoof opened this issue May 15, 2020 · 1 comment

Comments

@jvanderhoof
Copy link
Contributor

No description provided.

@jvanderhoof
Copy link
Contributor Author

As a security administrator, I want to know when an API key is rotated so that I can detect any suspicious behavior.

GIVEN a running Conjur instance
WHEN I rotate my own API key
THEN I see a corresponding audit event
AND WHEN I rotate another user or host's API key
THEN I see a corresponding audit event

Notes
Please document the audit event formats before starting the code implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment