kubernetes-admission-controller icon indicating copy to clipboard operation
kubernetes-admission-controller copied to clipboard

Service implementation for a Kubernetes Dynamic Webhook controller for interacting with Anchore

Results 16 kubernetes-admission-controller issues
Sort by recently updated
recently updated
newest added

To the extent it's possible, the application should validate its received config as it starts up, and exit with a failure if there's a known problem with the config. The...

enhancement

Similar to #26, report the details surrounding a policy check failure to the user via the admission controller logs. Care is needed when designing the implementation. While this data is...

enhancement

Since we are using controller in Kubernetes, manually subscribing to the notifications in such dynamic environment can be really hard. It would be great to have an option for automatic...

Import the API client from https://github.com/anchore/client-go Basically the same code as here, but can be re-used in other projects.

enhancement

The controller currently requests the analysis state and policy evaluation status for each image in a request. Under large deployments and busy clusters this can be a significant load on...

enhancement

Add a /docs directory, probably hosted on github pages for more comprehensive docs than the README can provide. Topics: Configuration Updates Lifecycle Debugging Development/Contributing For now these should all be...