Juan Antonio Osorio
Juan Antonio Osorio
# Summary This change makes provider classes self-register webhooks. This means that a provider class manager now has to implement a registration method as well as an HTTP handler for...
### Please describe the enhancement For a registered container, we should handle webhooks that tell minder when to re-evaluate policy. ### Solution Proposal This proposes leveraging https://github.com/stacklok/minder/issues/3324 to handle webhooks...
### Please describe the enhancement This proposes adding an artifact registration workflow to minder. ### Solution Proposal This proposes adding an `artifact register` subcommand which will register an artifact or...
### Please describe the enhancement Currently we've hardcoded webhooks handling for github. While this works for now, this is not something we can re-use for other providers. The idea is...
### Please describe the enhancement The idea is to get minder to do an enrollment with a dockerhub-provided token. We need to add the necessary bits and pieces for the...
### Please describe the enhancement `mindev lint` was done so we could quickly get some linting for minder rule types. However, not much thought was put on how these lint...
### Please describe the enhancement As a user I'd like to tell minder to fix the issues it finds on my pipeline. However, I don't want to enable auto-remediation. ###...
### Please describe the enhancement Currently, we output the description and guidance as part of the security advisory that minder outputs. This is not enough to fully pin-point an issue....
### Describe the issue The test `TestEventer/two_subscribers_to_topic` has a race condition: ``` ❌ TestEventer/two_subscribers_to_topic (10ms) eventer_test.go:192: published event on "a" eventer_test.go:192: published event on "b" eventer_test.go:199: Expected 3 events eventer_test.go:201:...
Remove hard-coded and extensive ClusterRoles for `compliance-operator` and `api-resource-collector`
## Context These were originally added as they seemed to be a mechanism to grant permissions to the multiple resources the Compliance Operator needs to access. With every new resource...