1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
Commit graph

2580 commits

Author SHA1 Message Date
shuting
55d5812404
bugfix - delete synchronized resources (#997)
* Delete individual resource when policy deleted

Co-authored-by: evalsocket <yuvraj.yad001@gmail.com>
2020-07-15 23:09:02 +05:30
Pooja Singh
bfaeefafd3
print mutated policy as yaml (#995) 2020-07-15 08:16:49 -07:00
Shuting Zhao
06db774cdd tag v1.1.7-rc4 2020-07-14 20:59:45 -07:00
Pooja Singh
352d9710a0
Feature/auto gen policy rule (#991)
* small fix

* printing mutated policies
2020-07-14 20:49:10 -07:00
shuting
67f7ed0ed3
Bug fix: perform OR across types in UserInfo (#992)
* remove policy name cache entry on policy DELETE

* buugfix: perform OR in userInfo match

* add function description
2020-07-14 20:23:30 -07:00
Yuvraj
6ec593a791
Added version in cli (#990)
* version added in kyverno cli
2020-07-15 02:16:03 +05:30
shuting
71c4cc3241
Update kyverno-cli.md (#989) 2020-07-15 02:12:31 +05:30
Yuvraj
2d11d4a695
Error message update (#988)
* error message update
2020-07-15 01:20:34 +05:30
Yuvraj
e8faa88673
fix bug (#987) 2020-07-14 09:22:08 -07:00
shuting
267f38bb93
remove policy name cache entry on policy DELETE (#986) 2020-07-13 20:29:39 -07:00
shuting
2c5c7494a5
tag 1.1.7-rc3 (#985) 2020-07-13 14:45:54 -07:00
Yuvraj
4535f43283
Added Synchronize flag in Generate Request (#980)
* fix Synchronize flag issue
2020-07-14 02:12:11 +05:30
Pooja Singh
f9149dfd86
Merge pull request #981 from NoSkillGirl/feature/auto-gen_policy_rule
Feature/auto gen policy rule
2020-07-13 15:44:31 +05:30
NoSkillGirl
fed8d7f967 small fixes 2020-07-11 18:12:35 +05:30
NoSkillGirl
c26a414182 auto generating policy rules 2020-07-11 17:57:31 +05:30
NoSkillGirl
b23cfa9f93 added auto-gen policy rule for cli 2020-07-11 17:57:07 +05:30
NoSkillGirl
f0fab9499e temp 2020-07-11 17:56:14 +05:30
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