Shuting Zhao
|
03e85c2266
|
make getRoleRef a separate package
|
2019-11-11 14:52:09 -08:00 |
|
shivkumar dudhani
|
f788f0e526
|
introduce policy store
|
2019-11-11 11:10:25 -08:00 |
|
shivkumar dudhani
|
f11a05a652
|
create event on webhook status update
|
2019-11-10 13:30:15 -08:00 |
|
Shuting Zhao
|
0e9a952d64
|
get rbac info for an admission request
|
2019-11-08 18:56:24 -08:00 |
|
Shuting Zhao
|
caf7abfecc
|
Get policy list once in handleAdmissionRequest
|
2019-11-07 12:13:16 -08:00 |
|
shivkumar dudhani
|
e022084dd0
|
add checker to verify if mutatingwebhook is enabled or not + refactoring
|
2019-10-30 13:39:19 -07:00 |
|
shivkumar dudhani
|
c7787eff8d
|
Merge branch 'master' of github.com:nirmata/kyverno into 391_feature
|
2019-10-29 12:01:15 -07:00 |
|
Shivkumar Dudhani
|
22e7ab1c49
|
Merge branch 'master' into 261_dynamic_config
|
2019-10-25 19:17:15 -05:00 |
|
shivkumar dudhani
|
56adc98b8c
|
initial commit
|
2019-10-25 16:55:48 -05:00 |
|
Shuting Zhao
|
f820cb4c83
|
implement #387 Generate clusterpolicyviolation when policy action set to "enforce"
|
2019-10-21 15:55:20 -07:00 |
|
shivkumar dudhani
|
64eab3d1d6
|
initial commit
|
2019-10-18 17:38:46 -07:00 |
|
shivkumar dudhani
|
fa53519e2a
|
change CRD Name to ClusterPolicy & ClusterPolicyViolations
|
2019-09-03 14:51:51 -07:00 |
|
shivkumar dudhani
|
d43b4d93c2
|
rebase with master
|
2019-08-30 01:08:54 -07:00 |
|
shivkumar dudhani
|
8737ace7d7
|
handle http server close connection
|
2019-08-27 17:00:16 -07:00 |
|
shivkumar dudhani
|
470862a7b1
|
endpoint for policy mutation + refactor + graceful shutdown
|
2019-08-27 16:44:10 -07:00 |
|
shivkumar dudhani
|
5b80da32ba
|
replace policyInfo with engineResponse
|
2019-08-26 13:34:42 -07:00 |
|
shivkumar dudhani
|
b062d70e29
|
initial redesign
|
2019-08-23 18:34:23 -07:00 |
|
shivkumar dudhani
|
d8c315e339
|
fix import cylce after merge + seperate webhookconfig client
|
2019-08-21 01:07:32 -07:00 |
|
shivkumar dudhani
|
e507fb6422
|
recieve stats + update violation status move to aggregator
|
2019-08-20 12:51:25 -07:00 |
|
shivkumar dudhani
|
606c519789
|
clean up
|
2019-08-19 17:17:52 -07:00 |
|
Shuting Zhao
|
a83e5c1d05
|
Merge commit '2192703df1bb26cb8b30a1aece6f9afeed09b214' into 254_dynamic_webhook_configurations
# Conflicts:
# pkg/engine/generation.go
# pkg/engine/overlay.go
# pkg/engine/utils.go
# pkg/engine/utils_test.go
# pkg/gencontroller/controller.go
# pkg/gencontroller/generation.go
# pkg/webhooks/mutation.go
# pkg/webhooks/server.go
|
2019-08-19 16:44:38 -07:00 |
|
shivkumar dudhani
|
6580e0e73a
|
remove temp clientNew
|
2019-08-17 09:58:14 -07:00 |
|
Shuting Zhao
|
a110efb96c
|
Merge branch 'policyViolation' into 254_dynamic_webhook_configurations
# Conflicts:
# main.go
# pkg/annotations/annotations.go
# pkg/annotations/controller.go
# pkg/controller/controller.go
# pkg/controller/controller_test.go
# pkg/engine/engine.go
# pkg/engine/generation.go
# pkg/engine/mutation.go
# pkg/engine/validation.go
# pkg/event/controller.go
# pkg/webhooks/mutation.go
# pkg/webhooks/policyvalidation.go
# pkg/webhooks/report.go
# pkg/webhooks/server.go
# pkg/webhooks/validation.go
|
2019-08-14 19:00:37 -07:00 |
|
Shuting Zhao
|
6b1b6dddfa
|
combine policy engine returns into single struct
|
2019-08-14 15:18:46 -07:00 |
|
Shuting Zhao
|
e87c72291f
|
- Patch resource between every rule application - move mutation & validation to mutate webhook
|
2019-08-14 11:51:01 -07:00 |
|
shivkumar dudhani
|
aed0ed0dc1
|
clean up
|
2019-08-14 10:01:47 -07:00 |
|
shivkumar dudhani
|
9af6bf9003
|
update testing v1
|
2019-08-12 10:02:07 -07:00 |
|
shivkumar dudhani
|
a5e1b43eb7
|
policy violation support (incomplete)
|
2019-08-09 20:08:22 -07:00 |
|
shivkumar dudhani
|
2cdeac5988
|
start creation policy violation
|
2019-08-09 19:12:50 -07:00 |
|
shivkumar dudhani
|
1e621146be
|
test policy engine on admission requests
|
2019-08-09 16:55:43 -07:00 |
|
shivkumar dudhani
|
135f241a4a
|
event generator cleanup
|
2019-08-09 13:41:56 -07:00 |
|
Shuting Zhao
|
a8acc9eb5a
|
implement deletion logic
|
2019-08-08 13:09:40 -07:00 |
|
Shuting Zhao
|
6c12a76ab2
|
register webhookconfigurations when policy first applied
|
2019-08-07 18:01:28 -07:00 |
|
shuting
|
4d684fca51
|
Merge pull request #249 from nirmata/filter_resources
Filter resources
|
2019-07-31 18:04:44 -07:00 |
|
shivkumar dudhani
|
afe54e2953
|
rebase with master
|
2019-07-31 17:43:46 -07:00 |
|
Shuting Zhao
|
6d49a728a1
|
- update install_debug.yaml - add debug log
|
2019-07-23 17:54:31 -07:00 |
|
shivkumar dudhani
|
e5f208e303
|
annotation generation from policy controller
|
2019-07-17 17:53:13 -07:00 |
|
shivkumar dudhani
|
68a48373ae
|
add delete op to webhook & violation removal
|
2019-07-15 20:16:06 -07:00 |
|
shivkumar dudhani
|
68a6751990
|
restructure webhooks pkg
|
2019-07-15 16:07:56 -07:00 |
|
shivkumar dudhani
|
abfe176bac
|
add helper functions
|
2019-07-15 15:55:53 -07:00 |
|
shivkumar dudhani
|
a5817f5863
|
violation clean up
|
2019-07-15 14:49:22 -07:00 |
|
shivkumar dudhani
|
29a89d20ad
|
violation cleanup for existing resources
|
2019-07-15 11:29:58 -07:00 |
|
Shuting Zhao
|
e820a80c5b
|
add events for generation
|
2019-07-08 16:53:34 -07:00 |
|
shuting
|
db28e0fb63
|
Merge pull request #210 from nirmata/157_bug
resource patched after every rule + rm PatchBytes
|
2019-07-08 10:47:55 -07:00 |
|
shuting
|
23a6c40328
|
Merge pull request #209 from nirmata/202_refactor_generate
202 refactor generate
|
2019-07-08 10:46:38 -07:00 |
|
shivkumar dudhani
|
0ee748a95f
|
resource patched after every rule + rm PatchBytes
|
2019-07-05 15:20:43 -07:00 |
|
shivkumar dudhani
|
0f925dc282
|
remove references to old generate flow
|
2019-07-05 11:33:12 -07:00 |
|
Shuting Zhao
|
3a92bde097
|
move commonly used code to pkg/utils
|
2019-07-03 11:52:10 -07:00 |
|
Shuting Zhao
|
c3d4dbf228
|
create separate validate webhook for policy validation
|
2019-07-02 18:42:07 -07:00 |
|
Shuting Zhao
|
ff10a6f6e7
|
Validate uniqueness of the rule name within the policy
|
2019-07-02 17:24:38 -07:00 |
|