-
Notifications
You must be signed in to change notification settings - Fork 3
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
Epic Issue to Explore Next Phase of Credential Status Manager #22
Comments
Credential Status Manager UpdateMotivationLast year, we decided to implement a Git-based credential status manager that implements Status List 2021 and hosts credential status resources in Git services. To date, we have an implementation for GitHub and GitLab that perform the basic operations of credential status verification with additional measures for fault tolerance necessary for production deployment. However, it has been brought to our attention at DCC that some of our clients may have reservations about a system with this design, largely due to limitations with Git service APIs. For these clients, we require an alternative solution. ProposalIn order to address the foregoing concerns, we need to implement a credential status manager that uses a hosting/storage API that is more reliable and fault tolerant than Git service APIs. This service needs to be able to accommodate several concurrent authenticated requests and host a gradually growing event log. The methods of the new service client should utilize the same general interface as the Git service clients with the new API service. Requirements
Decisions
Risks
|
Superceded by digitalcredentials/credential-status-manager-db#2 |
Using git has served very useful in many use cases but we're finding that we're hitting some limitations. For instance, the git api may change without notice and there may be limits on requests.
This issue is to explore the next phase of how DCC will suggest management of credential status.
The text was updated successfully, but these errors were encountered: