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
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
The starting point for the LeaseManager class should be that it's capable of getting a secret. See #4 for the class interface. Tests around the Lease Manager should include:
The default status is PENDING
The status changes to READY when SecretProvider#initialize() succeeds
The status changes to PENDING when SecretProvider#initialize() fails
The default data is null
The data changes to a secret when SecretProvider#initialize() succeeds
The data changes to null when SecretProvider#initialize() fails
A "ready" event is emitted when SecretProvider#initialize() succeeds
SecretProvider#initialize() is called repeatedly until it succeeds
The text was updated successfully, but these errors were encountered:
The starting point for the
LeaseManager
class should be that it's capable of getting a secret. See #4 for the class interface. Tests around the Lease Manager should include:PENDING
READY
whenSecretProvider#initialize()
succeedsPENDING
whenSecretProvider#initialize()
failsnull
SecretProvider#initialize()
succeedsnull
whenSecretProvider#initialize()
failsSecretProvider#initialize()
succeedsSecretProvider#initialize()
is called repeatedly until it succeedsThe text was updated successfully, but these errors were encountered: