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

1671 commits

Author SHA1 Message Date
shravan
78cae242c5 522 restructured files 2020-01-25 14:53:12 +05:30
shravan
1b707f10a0 522 added ability to override default openAPI document 2020-01-24 22:27:21 +05:30
shravan
aec7a78822 522 adding swagger doc directly to repo instead of getting it from the internet 2020-01-24 21:31:38 +05:30
shravan
d5778e3815 522 add missing circle ci change from previous revision 2020-01-24 21:12:36 +05:30
shravan
29bb74c537 522 more missing changes from circleci 2020-01-24 21:09:04 +05:30
shravan
db95002828 522 missing circle ci change 2020-01-24 21:01:56 +05:30
shravan
dfedd86505 522 resolving circle ci 2020-01-24 20:59:14 +05:30
shravan
521ce23d9b Merge branch 'master' into 522_validate_policy_resource_data 2020-01-24 20:35:40 +05:30
shravan
b2e2dd8a0f 522 now supports all possible kinds 2020-01-24 20:22:33 +05:30
shravan
a959c4969e 522 revising setting of global state 2020-01-24 18:53:51 +05:30
shravan
a3bcde6f1e adding tests 2020-01-24 15:45:56 +05:30
shravan
56b54e6484 522 fixing bugs discovered from writing tests 2020-01-24 14:33:40 +05:30
shravan
fa7c522b5c 522 minor changes from tests 2020-01-24 09:51:40 +05:30
shravan
a90999417e 522 added kind prefix 2020-01-23 22:12:01 +05:30
shravan
af68f77b62 522 untested changes 2020-01-23 20:45:25 +05:30
shravan
be8527be47 revised 522 changes 2020-01-23 20:19:58 +05:30
shravan
344af84ec5 adding patch validation formutation 2020-01-23 18:03:37 +05:30
Jim Bugwadia
ea6c95ae5f
Merge pull request #646 from nirmata/update_doc
Correct Variable in policy example
2020-01-21 16:34:01 -08:00
shivkumar dudhani
9275796f82 update policy 2020-01-21 16:15:27 -08:00
shivkumar dudhani
912c958442 Merge branch 'master' into update_doc 2020-01-21 16:13:14 -08:00
shuting
4d2bea3c0d
Merge pull request #624 from shravanshetty1/150_adding_go_mod
ref #150 - removed vendor file from repo by adding go modules
2020-01-19 17:05:36 -08:00
Shuting Zhao
c365bb2b3b tag 1.1.2 2020-01-16 15:42:52 -08:00
shuting
cfd070c789
Merge pull request #633 from nirmata/627_mutation_violation
mutation failure should not block resource creation
2020-01-16 15:30:08 -08:00
Shuting Zhao
24f3659b03 update debug info log level 2020-01-16 14:37:01 -08:00
Shuting Zhao
5d3d27cafd report violation for mutation failure only, not block the creation 2020-01-16 14:29:44 -08:00
Shuting Zhao
ba8030bec0 change to use validationFailureAction for the mutation failure action 2020-01-16 11:57:28 -08:00
Shuting Zhao
7e59e8e484 mutation failure to not block resource creation 2020-01-15 21:46:58 -08:00
shuting
8bba25bc7c
Merge pull request #632 from nirmata/default_failurepolicy
Default failurepolicy & bug fix
2020-01-15 18:30:51 -08:00
Shuting Zhao
77a6408f30 pass in patchedResource inside the same mutation rule 2020-01-15 18:15:48 -08:00
Shuting Zhao
b26ed89880 - set failurepolicy of webhookconfiguraitons to ignore; - disable auto-gen on policy disabllow_default_namespace 2020-01-15 18:01:50 -08:00
Shuting Zhao
0431fa0ae3 tag v1.1.1 2020-01-14 16:29:26 -08:00
shuting
ab5bb75f2d
Merge pull request #625 from nirmata/mutation_bug
fix annotation path error if applied to pod controller
2020-01-14 16:27:58 -08:00
Shuting Zhao
fbe6ea2f24 fix annotation path error if applied to pod controller 2020-01-14 15:57:02 -08:00
Shivkumar Dudhani
6b8aa9df34
add missing var for PACKAGE (#623) 2020-01-14 10:24:05 -08:00
shravan
731df59d91 fixing ci/cd 2020-01-14 10:19:17 +05:30
shravan
d86a80ac9f adding comment for gomod replace statement 2020-01-14 10:11:26 +05:30
shravan
4bd678e301 added go modules and removed vendor file 2020-01-14 10:07:21 +05:30
Shivkumar Dudhani
cadd8f6b1b
check for multiple variables in a expression & serviceAccount variables (#610)
* check for multiple variables in a expression & serviceAccount variables

* update the regex matcher
2020-01-13 18:56:11 -08:00
Shivkumar Dudhani
af824f28b0
add annotation to ns (#621) 2020-01-13 17:43:13 -08:00
Shivkumar Dudhani
dabe592d46
fix the bugs and add pre-condition checks (#606)
* fix the bugs and add pre-condition checks

* add precondition documentation
2020-01-13 11:21:14 -08:00
shuting
bd538e51bc
Merge pull request #613 from nirmata/update_markdown
move definitions/rolebindings.yaml to installation.md
2020-01-13 10:42:26 -08:00
shuting
d06fa48648
Merge pull request #618 from nirmata/617_bug
pass in original resource to validation if patches from mutation is nil
2020-01-13 10:42:11 -08:00
Shuting Zhao
cca5dd31b6 pass in original resource to validation if patches from mutation is nil 2020-01-13 10:15:52 -08:00
shivkumar dudhani
7d66b952e7 Merge branch 'master' of github.com:nirmata/kyverno 2020-01-11 11:14:56 -08:00
shivkumar dudhani
eb34437f30 add annotation to variable 2020-01-11 11:14:47 -08:00
Shuting Zhao
5330138048 fix build error 2020-01-10 19:35:29 -08:00
Shuting Zhao
8de265d8a4 - update samples/policy - retag 1.1.0 2020-01-10 19:26:09 -08:00
Shuting Zhao
54275bdc01 tag v1.1.0 2020-01-10 18:52:11 -08:00
shuting
0f398e631d
Merge pull request #599 from nirmata/542_feature
flag to use FQDN as CommonName in CSR
2020-01-10 18:38:18 -08:00
shuting
28ccff0eb9
Merge pull request #601 from nirmata/add_testscenario
Setting validationFailureAction to enforce is going to enforce it for every Policy
2020-01-10 18:37:15 -08:00