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

Introduce daemon side credential pruning #113

Merged
merged 1 commit into from
Dec 1, 2016
Merged

Conversation

jbowes
Copy link
Member

@jbowes jbowes commented Dec 1, 2016

credentialGraphSet.Prune returns all CredentialGraphs within the
credentialGraphSet that are still active (they have reachable
credentials). Further, it only returns the credentials in each graph
that are still active.

Use Prune for view operations, so we can be sure that even before we
decrypt credentials, we are only returning the active version of a
credential.

Closes #98

credentialGraphSet.Prune returns all CredentialGraphs within the
credentialGraphSet that are still active (they have reachable
credentials). Further, it only returns the credentials in each graph
that are still active.

Use Prune for view operations, so we can be sure that even before we
decrypt credentials, we are only returning the active version of a
credential.

Closes #98
@jbowes jbowes merged commit 4069a33 into master Dec 1, 2016
@jbowes jbowes deleted the daemon-credential-pruning branch December 1, 2016 18:55
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.

2 participants