Shuting Zhao
7a49db3882
update repo name
2020-10-08 13:10:52 -07:00
Shuting Zhao
49c61a574a
tag v1.2.0
2020-10-07 15:44:15 -07:00
Jim Bugwadia
5c328f3cc9
Merge pull request #1176 from realshuting/self-signed-cert
...
Use Self-signed certificate to build TLS webhook server
2020-10-07 15:37:14 -07:00
Jim Bugwadia
5b2c337b12
Merge pull request #1178 from realshuting/1140_update_best_practice
...
1140 update best practice require-pod-probes
2020-10-07 15:36:19 -07:00
Shuting Zhao
2152d354a9
migrate repo
2020-10-07 15:09:52 -07:00
Shuting Zhao
d4c37aebad
add annotation in best practice policy require-pod-probes
2020-10-07 15:09:13 -07:00
Shuting Zhao
e8c5d47bdf
update names
2020-10-07 14:44:36 -07:00
Shuting Zhao
3c65f343fe
update secret with unstructured obj
2020-10-07 14:30:00 -07:00
Shuting Zhao
8d299a5ef2
Merge branch 'self-signed-cert' of https://github.com/realshuting/kyverno into self-signed-cert
2020-10-07 14:20:04 -07:00
Shuting Zhao
db92f20364
- use self-signed certificate to build TLS webhook server;
...
- remove CSR related code
2020-10-07 14:19:23 -07:00
Shuting Zhao
52ef3f42f6
- use self-signed certificate to build TLS webhook server;
...
- remove CSR related code
2020-10-07 14:17:37 -07:00
Jim Bugwadia
a4dccdc550
Merge pull request #1175 from kyverno/migrate_repo
...
migrate github.com/nirmata/kyverno to github.com/kyverno/kyverno
2020-10-07 12:19:39 -07:00
Shuting Zhao
47525f9923
update nirmata/kyverno to kyverno/kyverno
2020-10-07 11:17:45 -07:00
Shuting Zhao
cdc5190c56
update nirmata/kyverno to kyverno/kyverno
2020-10-07 11:12:31 -07:00
Pooja Singh
ccdcb6ae89
Feature/read from stdin validate ( #1171 )
...
* temp
* added pipe logic for validate
* fixed test cases - policy mutation
2020-10-06 17:50:53 -07:00
Pooja Singh
7fc0eaaee3
added condition for exclude selector ( #1169 )
...
* added exclude selector condition
* small fix
2020-10-06 14:27:40 -07:00
evalsocket
f476ed46fd
More changes
2020-10-05 10:40:01 -07:00
evalsocket
2874b9d677
More changes
2020-10-05 10:38:58 -07:00
Jim Bugwadia
caa1a17023
update installation guides ( #1167 )
...
* update installation guides
* align namespaces
* add instructions for SAN in X509v3 extensions
fix manual CA steps for Kubernetes 1.19 / Golang 1.15
2020-10-01 23:29:30 -07:00
Pooja Singh
168c92333c
Feature/read from stdin ( #1165 )
...
* temp
* added pipe logic for apply
* removed comments
* updated readme
2020-10-01 18:22:58 -07:00
Jim Bugwadia
f35e6893e9
Merge pull request #1163 from nirmata/improvement/update_configmap_docs
...
update config map docs
2020-10-01 07:15:20 -07:00
Pooja Singh
2f9d77f6d1
Merge pull request #1151 from NoSkillGirl/bug/validate_apiversion_change
...
fixed yaml package for CLI validate
2020-10-01 18:34:48 +05:30
Jim Bugwadia
d9bf3f67bb
update config map docs
2020-10-01 00:32:12 -07:00
Jim Bugwadia
5f8c38966a
remove mutation message when no rules are applied ( #1162 )
2020-09-30 11:37:40 -07:00
Jim Bugwadia
712168ab67
update getting started docs ( #1155 )
2020-09-29 19:35:41 -07:00
Jim Bugwadia
73044f9515
fixes #1152 ( #1154 )
2020-09-29 16:15:27 -07:00
NoSkillGirl
b9b28b40fb
fixed yaml package
2020-09-30 00:51:07 +05:30
Jim Bugwadia
0170e1b19c
add links in chronological order (latest first) ( #1148 )
...
* add links in chronological order (latest first)
- reorder links
- add Coffee and Cloud Native video
- remove Go report card (temporary) as the site is down
* add back goreport
2020-09-28 10:09:47 -07:00
Jim Bugwadia
d5ed94f33c
Add video review ( #1144 )
...
add video link
2020-09-24 10:52:31 -07:00
Jim Bugwadia
06b3197743
Merge pull request #1143 from realshuting/handle_array_in_notin
...
Parse string value to array from configMap
2020-09-22 20:31:54 -07:00
Shuting Zhao
82143a262a
update doc
2020-09-22 19:54:41 -07:00
Shuting Zhao
f8faa08f92
update doc
2020-09-22 18:28:21 -07:00
Shuting Zhao
b8b1d81df0
handles array parsing in configmap value
2020-09-22 18:26:52 -07:00
Mohan B E
bd406f5bb8
added conversion of overlay to patch strategic merge ( #1138 )
...
* added conversion of overlay to patch strategic merge and modified unittest for the same
* updated best practice policy
2020-09-22 16:19:09 -07:00
Mohan B E
51ac382c6c
Feature/configmaps var 724 ( #1118 )
...
* added configmap data substitution for foreground mutate and validate
* added configmap data substitution for foreground mutate and validate fmt
* added configmap lookup for background
* added comments to resource cache
* added configmap data lookup in preConditions
* added parse strings in In operator and configmap lookup docs
* added configmap lookup docs
* modified configmap lookup docs
2020-09-22 14:11:49 -07:00
Shuting Zhao
fe20f3aa4c
tag 1.1.12
2020-09-18 12:57:38 -07:00
Yuvraj
e5fb55f1c6
Generate policy with backword compatibility ( #1125 )
...
* fix generate label issue
* fix generate issue for old namespace
* small fix
* added backword compatibility
* condition changed
* extra code remove
2020-09-18 12:34:43 -07:00
Mohan B E
a1081c8f82
fixed policy validationa and patch strategic merge bug ( #1136 )
2020-09-18 12:18:13 -07:00
shuting
0814d9e799
update operator doc ( #1131 )
2020-09-18 12:15:04 -07:00
evalsocket
d0369cae35
resource aggrigation added
2020-09-17 09:20:46 -07:00
Pooja Singh
46158ee695
Fixes CLI bug - mutate resource and variable substitution ( #1123 )
...
* fixed passing multiple resource for -f flag
* fixed saving mutated resource
* comment removed
2020-09-16 12:05:07 -07:00
Pooja Singh
ba5c656d76
converting patches to patchesJSON6902 ( #1115 )
...
* converting patches to patchesJSON6902
* updated readme
* removed patch section from readme
2020-09-16 10:53:05 -07:00
evalsocket
17226e0bce
demo changes
2020-09-16 07:55:14 -07:00
evalsocket
e6e0637038
changes for demo
2020-09-16 07:26:24 -07:00
evalsocket
d8c806d6dd
revert hardcoded changes
2020-09-16 06:59:15 -07:00
evalsocket
d6b0af986e
tested policy report
2020-09-16 06:56:38 -07:00
evalsocket
6089f5651c
small improvement
2020-09-16 01:32:02 -07:00
evalsocket
4d3b310e1f
remove extra log
2020-09-16 00:51:57 -07:00
evalsocket
e6da0c11f1
documentation added for report command
2020-09-16 00:49:55 -07:00
evalsocket
1d741cb6aa
remove background sync
2020-09-16 00:16:53 -07:00