harden: Only store registered repositories #1155
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changes the logic of the repo register to only store registered repositories as opposed to registering everything and then verifying if they're registered or not.
This also uncovered that we weren't really checking for issues in registration... So, this changed that logic.
This also adds a new provider called
repo-lister
which enables implementors to list repositories. This is handy for the auto-enrollment flow, which requires us to list remote repositories, compare them to the registered ones, and then enroll.We might not have auto-enrollment (webhook creation) for other providers... but it would be handy to be able to list repos so we could then build requests that manually register the repos to mediator.