Jim Bugwadia
08123bbf44
Merge pull request #979 from realshuting/master
...
add permission to get role / clusterRole
2020-07-10 22:01:28 -07:00
Shuting Zhao
3b03531b97
add permission to get role / clusterRole
2020-07-10 20:04:52 -07:00
shuting
204c2b9d8c
tag 1.1.7-rc2 ( #978 )
2020-07-10 19:25:44 -07:00
Jim Bugwadia
00ca0fd152
Merge pull request #977 from evalsocket/fix-976
...
Generate Policy from data is not behaving as expected
2020-07-10 19:08:10 -07:00
evalsocket
c802d71d9f
docs fix
2020-07-10 18:39:26 -07:00
evalsocket
e7c486c196
bug fixed
2020-07-10 17:44:54 -07:00
evalsocket
67920cf194
bug fixed
2020-07-10 17:44:41 -07:00
evalsocket
98fa10ea59
fix delete logic
2020-07-10 17:21:30 -07:00
evalsocket
04ecfd3998
delete if sync is true
2020-07-10 17:06:16 -07:00
evalsocket
c319add062
used raw object
2020-07-10 17:01:48 -07:00
evalsocket
a64789c59d
code fixes
2020-07-10 16:59:17 -07:00
evalsocket
8cf5cd70fe
remove log
2020-07-10 15:43:49 -07:00
evalsocket
26ae7e2052
merge master changes
2020-07-10 15:25:05 -07:00
evalsocket
8289450c1c
bug fixes
2020-07-10 15:23:07 -07:00
evalsocket
44a164b184
validation added
2020-07-10 12:27:31 -07:00
evalsocket
014db64ed2
validation added for deny request for generated resource
2020-07-10 11:48:27 -07:00
Yuvraj
ffe18aab86
Resolve Kyverno panic when sync the generate request ( #975 )
...
* handle validate error panic
* return error in validate array
* fix error log message
Co-authored-by: Yuvraj <yuvraj@neualto.com>
2020-07-09 11:50:05 -07:00
shuting
87fa77fbcc
965 add validate audit handler ( #967 )
...
* store policy names cache to reduce lookup time
* add validate audit handler
* fix #958 , remove auto-gen annotation on Pod
* formatting code
* update processTime to readable format
* #586 , add back unit test
* update logging info
* remove unused interface
* handle generate policy in a single thread in weboook
* resolve pr comments
2020-07-09 11:48:34 -07:00
Yuvraj
85d2ac9f84
added validation log
2020-07-09 05:48:35 -07:00
Yuvraj
19c2fa8463
documentation added
2020-07-08 14:26:22 -07:00
Yuvraj
b708770be1
added label for synchronize
2020-07-08 14:22:32 -07:00
Yuvraj
7a8298419e
kyverno CLI accessable through krew
( #941 )
...
* automate kyverno-cli plugin release for krew
* windows support added
* revert ci changes
* update plugin name
* documentation added
Co-authored-by: Yuvraj <yuvraj@neualto.com>
2020-07-08 09:05:55 -07:00
Yuvraj
50b849aead
delete generated resource logic added
2020-07-08 08:01:47 -07:00
Yuvraj
de51a7fdbd
Merge branch 'master' of github.com:nirmata/kyverno into fix-976
2020-07-08 06:18:56 -07:00
Yuvraj
604dc395d8
check added for kyverno managed resource
2020-07-08 06:18:18 -07:00
Pooja Singh
08e9c4678e
Merge pull request #974 from NoSkillGirl/feature/consistent_policy_validation
...
Feature/consistent policy validation
2020-07-08 10:31:16 +05:30
NoSkillGirl
d01d5226a6
small fix
2020-07-07 17:40:54 +05:30
NoSkillGirl
643fe77394
added variable validation for validate
2020-07-07 17:11:37 +05:30
NoSkillGirl
2fde3146e8
added more validation for policies
2020-07-07 17:08:57 +05:30
Jim Bugwadia
c4723e1d06
Merge pull request #968 from nirmata/feature/docs_rstructure_and_add_community
...
update README.md - community and restructure
2020-07-05 21:11:30 -07:00
Jim Bugwadia
e157091c33
update to active tense
2020-07-05 17:29:40 -07:00
Jim Bugwadia
8da3afc79d
fix sp
2020-07-05 17:23:33 -07:00
Jim Bugwadia
a72947b500
add brief explanations of rules in QuickStart and combine community sections
2020-07-05 17:20:21 -07:00
Pooja Singh
59b2378274
reading kyverno svc from environment variable ( #962 )
...
* reading kyverno svc from environment variable
* updated readme
2020-07-04 19:35:31 -07:00
Jim Bugwadia
c962971372
Update mutate overlay to handle keys with slashes for labels (like annotations). Added debug V4 logs for mutate flows. ( #972 )
2020-07-04 19:32:11 -07:00
Jim Bugwadia
c6a52de604
Merge pull request #971 from nirmata/bugfix/fix_cli_npe
...
handle nil error
2020-07-03 19:02:42 -07:00
Jim Bugwadia
acff2f1237
handle nil error
2020-07-03 17:42:08 -07:00
Jim Bugwadia
65ceaea58a
update markdown tag for YAML blocks
2020-07-03 09:12:05 -07:00
Jim Bugwadia
ca249894b0
update language reference
2020-07-03 09:09:02 -07:00
Jim Bugwadia
29d9425272
update README.md - community and restructure
2020-07-03 08:40:24 -07:00
shuting
ed52bd3d9f
Add policy cache based on policyType ( #960 )
...
* add policy cache based on policyType
* fetch policy from cache in webhook
* add unit test for policy cache
* update log for exclude resources filter
* skip webhook mutation on DELETE operation
* remove duplicate k8s version check
* add description
2020-07-02 12:49:10 -07:00
Jim Bugwadia
8997dc6627
Merge pull request #963 from NoSkillGirl/docs/updated_readme
...
Updated namespace related readme
2020-07-02 11:58:35 -07:00
NoSkillGirl
51b1df71f4
updated readme
2020-07-02 14:11:02 +05:30
NoSkillGirl
0487bfb04b
updated kyverno namespace readme
2020-07-02 13:34:18 +05:30
Shuting Zhao
5e9cc1d669
update helm chart version
2020-07-01 18:16:07 -07:00
Shuting Zhao
2c4106e0b9
tag v1.1.7-rc1
2020-07-01 17:45:41 -07:00
Pooja Singh
ac5d69895a
removing hardcoded namespace from the code ( #955 )
...
* removing hardcoded namespace from the code
* Added to helm chart
* removing hard-coded namespace and deployment name from config, generate, checker
* added namespace to configMap, service, serviceAccount
* updated installation documentation
passing `KYVERNO_NAMESPACE` while running in debug mode.
* Update installation.md
removing `kyverno` only namespace note
2020-07-01 14:50:49 -07:00
Jim Bugwadia
05250c2870
replace deletion timestamp check ( #961 )
2020-06-30 23:30:31 -07:00
Jim Bugwadia
65193feccb
update logging, naming, and event retry ( #959 )
...
* update logging and naming
* check per policy patch count
2020-06-30 11:53:27 -07:00
Jim Bugwadia
87cdf80e09
fixes #928 ( #957 )
2020-06-26 18:28:52 -07:00