Jordan Doig
|
63fd576d3e
|
Add support for arbitrary Kinds (#505)
* Add basic flow
* Add arbitrary validator
* Pipe config through to resource provider
* Set arbitraries on resource provider
* Add arbitrary validation to fullaudit
* Add conf argument
* Fix resource setting from string
* PR updates
* Fix nil map error
* Delete lingering print, add pdb check, start implementing validator test
* move ingress to arbitrary
* fix compile
* refactor a bunch
* add tls tests
* tests passing
* resource provider helper
* refactor tests
* fix exemptions
* fix check test
* fix up resource creation from API
* fix init containers
* fix cronjob test
* fix pod tests
* combine controllers and-noncontrollers in resource provider
* delint
* add ingress backward compat
* fix tests
* reenable test
* rename a fn
* remove unused fn
* remove if
Co-authored-by: Robert Brennan <contact@rbren.io>
|
2021-03-26 08:29:59 -04:00 |
|
Jordan Doig
|
fc368485ef
|
Add ingress schema checks
|
2020-12-30 21:58:48 -07:00 |
|
Jordan Doig
|
9d68ee2359
|
Merge remote-tracking branch 'origin/master' into jd/out-of-control
|
2020-12-28 12:40:23 -07:00 |
|
skatika
|
dd2976794a
|
Implement namespace and container exemptions. Also refactoring according to gofmt
|
2020-12-18 09:50:04 -05:00 |
|
skatika
|
fdd30717e5
|
Remove unused parameter
|
2020-12-17 09:54:29 -05:00 |
|
jordandoig
|
717d9b2630
|
PodResult to pointer
|
2020-12-16 12:11:19 -07:00 |
|
baderbuddy
|
7c9f01639b
|
Update dependencies (#400)
* Start working on updating dependencies:
* Fix webhook
* Rollback jsonschema update
* Checkin new config
* Fix run as root
* Update versions of kind
* Fix typo in kind URL
* Fix kind config
* Add csr permissions
* Fix weird image thing
* Fixed certificates
* Add to logging
* Approve cert manually
* Fix approval
* Add cert script
* Fix deployment
* Add requests/limits
* Wait if certificate doesn't exist yet
* Add check for file size
* Add variable
* Try a different imagE
* Fix command
* Update certificate logic
* Add healthz
* Don't check cert size
* Remove stat
* Fix vet
* Put in change that makes no sense
* Fix cert names
* Roll back
* Try changing config
* Add logging for each request
* Cleanup code some
* Remove bad deployments
* Fix client injection
* Update timeout
* Add logging
* Fixed e2e webhook tests
* Add permissions for approval
* Fix permissions for CSR
* Remove logging code
* Remove refresh certs file
* Fix merge issues
* Update deployments
* Try beta of admission controller config
* Target 1.15 for testing
* Add beta versions of resourceS
* Lower webhook timeout
* Refactor out a method
* Fix up PR issues
* Fix more tabs
* Remove unnecessary messageS
* Fix go.sum
* Fix go.sum
|
2020-09-11 08:53:14 -04:00 |
|
baderbuddy
|
bf6e41566d
|
Don't assume all objects have pods. (#329)
* Don't assume all objects have pods.
* Test service is ignored
* Fix test
* Fix comment on test
|
2020-06-10 10:22:59 -04:00 |
|
Robert Brennan
|
2ac6a2b540
|
Change error to danger (#299)
* rename 'error' to 'danger'
* update dashboard
* fix docs
* update deploy configs
|
2020-05-19 08:41:07 -04:00 |
|
Robert Brennan
|
b557786325
|
Stop webhook from preventing scaling events (#293)
* test deployment scaling
* stop watching pods in the webhook
* fix check
* add pod check back
* skip webhook for owned pods
|
2020-05-18 15:17:21 -04:00 |
|
baderbuddy
|
d50d9c81f8
|
Add the capability for controller level checks (#285)
* Add controller level checks
* Add check for multipleReplicas
* Fixed spec
* Add controller level check
* Move controller schema checks to their own function.
|
2020-05-18 14:57:35 -04:00 |
|
baderbuddy
|
69621f7034
|
Improve performance (#278)
* rename root fs check
* speed up docker build
* refactor webhook to be more generic
* delete controllers pkg
* revert deploy
* fix example config
* remove controllersToScan config
* fix lint error
* fix webhook name
* FileSystem -> Filesystem
* update deps
* skip node owners
* clean up meta tracking
* Cache results of dynamic queries
* Dynamically pick types to list.
* Fix unit tests
* Fix the other tests I missed
* Fix container test
* Fix issues from PR feedback
Co-authored-by: Robert Brennan <bobby.brennan@gmail.com>
Co-authored-by: Robert Brennan <accounts@rbren.io>
|
2020-05-01 13:29:29 -04:00 |
|
Robert Brennan
|
6792fba91f
|
Delete controllers package (#270)
* rename root fs check
* speed up docker build
* refactor webhook to be more generic
* delete controllers pkg
* revert deploy
* fix example config
* remove controllersToScan config
* fix lint error
* fix webhook name
* FileSystem -> Filesystem
* update deps
* skip node owners
* clean up meta tracking
Co-authored-by: Robert Brennan <bobby.brennan@gmail.com>
|
2020-04-27 10:43:02 -04:00 |
|