Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Project: Storage Service #10

Closed
fmitchell-r7 opened this issue Apr 4, 2016 · 0 comments · Fixed by #25
Closed

Project: Storage Service #10

fmitchell-r7 opened this issue Apr 4, 2016 · 0 comments · Fixed by #25

Comments

@fmitchell-r7
Copy link
Contributor

The Storage Service maintains references to a set of Lease Managers (see #4) and provides an interface to retrieve secrets from them.

An instance of the StorageService class has the following methods:

lookup(secret, callback)
Called to retrieve a secret.

The secret argument is a string identifying the secret.

The callback argument is a callback function invoked with two arguments: (error, result). If the call to the Lease Manager to retrieve the secret fails, the error argument will be populated. If the call to the Lease Manager to retrieve the secret succeeds, the result argument will be populated.

Issues related to this project are filed under the "storage-service" milestone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant