Remove a bunch of references to Stacklok APIs and services which have been retired #5617
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.
Summary
Stacklok has retired their public instance of Minder. Fortunately, Custcodian is offering a free cloud-hosted instance which we can replace the references to.
This PR also retires references to Stacklok Insight (aka Trusty), as that API has changed and no longer works with the current Minder integration.
Fixes #5616
Change Type
Mark the type of change your PR introduces:
Testing
I did a large search for "stacklok", and investigated each occurrence. I tried to keep this as small as possible, but there were a lot of places still referencing Stacklok resources.
I'm planning to let the unit testing and CI process flag if I've screwed up the automation, but I have locally built the
minder
CLI and verified that it will now callapi.custcodian.dev
. I intend to cut a 0.0.89 release after this PR merges.Review Checklist: