1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Commit graph

134 commits

Author SHA1 Message Date
shravan
93fa54bf79 744 deny all requests 2020-04-18 18:26:09 +05:30
shravan
83ecd95945 744 added all request values to context 2020-04-15 21:17:14 +05:30
shravan
4cb44bce09 744 save commit 2020-04-14 19:06:48 +05:30
shravan
2451756651 744 tested prototype 2020-04-10 23:24:54 +05:30
shravan
77910a863e 789 tested prototype 2020-04-02 22:18:26 +05:30
Shuting Zhao
e079256742 tag v1.1.5 2020-04-01 20:48:32 -07:00
Shuting Zhao
0c87269a79 revert tag to a stable release 2020-04-01 13:03:21 -07:00
Shuting Zhao
77d9634604 tag 1.1.5 2020-04-01 11:45:30 -07:00
Shuting Zhao
5f9093a6aa update clusterrole kyverno:webhook to approve csr for 1.18 cluster 2020-04-01 10:52:17 -07:00
shuting
67d2bc224b
- update tag v1.1.4; - add update for deployment
allow update operation for kyverno deployment
2020-04-01 00:15:14 -07:00
shravan
5aa74c2b7a 755 exclude should not have any mandatory fields, currently the resource field in exclude is mandatory - which was made optional in this commit 2020-03-20 16:41:23 +05:30
Shuting Zhao
8480276f23 tag v1.1.4-rc1 2020-03-09 11:15:03 -07:00
Shuting Zhao
023ac5ecf5 rename to kyverno:policyviolations 2020-03-04 16:04:02 -08:00
Shuting Zhao
879826a80d Add clusterrole for policyviolation 2020-03-04 15:25:56 -08:00
shravan
0c817e8972 721 fixes 2020-02-23 19:08:24 +05:30
Shuting Zhao
07cb81f8e7 Merge branch 'master' of https://github.com/nirmata/kyverno 2020-02-21 18:11:14 -08:00
Shuting Zhao
24a7563b2b tag 1.1.3 2020-02-21 18:10:17 -08:00
shivkumar dudhani
3beac273a5 add missing rbac resoruces 2020-02-20 15:21:07 -08:00
shuting
60b3af9d58
Merge pull request #716 from nirmata/fix_apiVersion
upgrade apiVersion for ClusterRole,ClusterRoleBindings
2020-02-20 11:23:06 -08:00
shivkumar dudhani
d624c5eaa1 upgrade apiVersion for ClusterRole,ClusterRoleBindings 2020-02-20 11:08:44 -08:00
Shuting Zhao
71605ad70c tag v1.1.3-rc1 2020-02-19 19:30:17 -08:00
shuting
3224585b78
Merge pull request #694 from nirmata/688_addClusterRole
kyverno ClusterRole
2020-02-18 17:35:00 -08:00
shivkumar dudhani
c402b5602c CR fixes 2020-02-18 17:10:15 -08:00
Shivkumar Dudhani
2f1c8c688c
add type in openapi schema (#629) 2020-02-18 14:55:12 -08:00
shivkumar dudhani
6e57747cb5 update apiVersion for clusterRole 2020-02-11 13:46:00 -08:00
shivkumar dudhani
38b4f97585 use kyverno ClusterRole 2020-02-11 13:43:36 -08:00
shravan
d38bf5c16e 658 prototype changes without policy lookup update 2020-02-05 15:55:37 +05:30
Shuting Zhao
c365bb2b3b tag 1.1.2 2020-01-16 15:42:52 -08:00
Shuting Zhao
0431fa0ae3 tag v1.1.1 2020-01-14 16:29:26 -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 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 Zhao
eb0390d0ed remove managedResource 2020-01-10 13:34:45 -08:00
Shuting Zhao
c4eb721b03 move definitions/rolebindings.yaml to installatino.md 2020-01-10 12:39:26 -08:00
shivkumar dudhani
7b38676505 remove nonsupported flags from comments 2020-01-09 09:52:09 -08:00
Shivkumar Dudhani
3cf9141f4d
593 feature (#594)
* initial commit

* background policy validation

* correct message

* skip non-background policy process for add/update

* add Generate Request CR

* generate Request Generator Initial

* test generate request CR generation

* initial commit gr generator

* generate controller initial framework

* add crd for generate request

* gr cleanup controller initial commit

* cleanup controller initial

* generate mid-commit

* generate rule processing

* create PV on generate error

* embed resource type

* testing phase 1- generate resources with variable substitution

* fix tests

* comment broken test #586

* add printer column for state

* return if existing resource for clone

* set resync time to 2 mins & remove resource version check in update handler for gr

* generate events for reporting

* fix logs

* initial commit

* fix trailing quote in patch

* remove comments

* initial condition (equal & notequal)

* initial support for conditions

* initial support fo conditions in generate

* support precondition checks

* cleanup

* re-evaluate GR on namespace update using dynamic informers

* add status for generated resources

* display loaded variable SA

* support delete cleanup of generate request main resources

* fix log

* remove namespace from SA username

* support multiple variables per statement for scalar values

* fix fail variables

* add check for userInfo

* validation checks for conditions

* update policy

* refactor logs

* code review

* add openapispec for clusterpolicy preconditions

* Update documentation

* CR fixes

* documentation

* CR fixes

* update variable

* fix logs

* update policy

* pre-defined variables (serviceAccountName & serviceAccountNamespace)

* update test
2020-01-07 15:13:57 -08:00
Shivkumar Dudhani
ffd2179b03
538 (#587)
* initial commit

* background policy validation

* correct message

* skip non-background policy process for add/update

* add Generate Request CR

* generate Request Generator Initial

* test generate request CR generation

* initial commit gr generator

* generate controller initial framework

* add crd for generate request

* gr cleanup controller initial commit

* cleanup controller initial

* generate mid-commit

* generate rule processing

* create PV on generate error

* embed resource type

* testing phase 1- generate resources with variable substitution

* fix tests

* comment broken test #586

* add printer column for state

* return if existing resource for clone

* set resync time to 2 mins & remove resource version check in update handler for gr

* generate events for reporting

* fix logs

* cleanup

* CR fixes

* fix logs
2020-01-07 10:33:28 -08:00
Shivkumar Dudhani
337e0f7d1d
update image tag to latest (#556) 2019-12-13 11:22:22 -08:00
Shuting Zhao
7b9c8d763a Merge commit '03ee0486df57eca9c3a484a1e94580b955f8c026' into 531_crd_permission 2019-12-12 17:47:29 -08:00
Shuting Zhao
bc19f408bd add rolebinding manifest for a ns admin 2019-12-12 17:46:35 -08:00
Shuting Zhao
782916b7e8 add clusterrole to access policyviolation 2019-12-12 17:45:02 -08:00
shivkumar dudhani
10fc1b47ba Merge branch 'master' into v1.1.0 2019-12-12 16:54:42 -08:00
Shuting Zhao
81a0cc4f45 add age column to pv printer 2019-12-12 15:19:48 -08:00
Shuting Zhao
a107ad7ac8 rename namespacedpolicyviolation: update codegen 2019-12-11 16:07:39 -08:00
Shuting Zhao
c3b7de6f16 tag v1.0.0 2019-12-04 17:10:00 -08:00
Shivkumar Dudhani
59f864c5d7
474 feature (#503)
* add printer columns

* add shortNames for CRD
2019-11-25 12:36:47 -08:00
shivkumar dudhani
89d0cc8799 Merge branch 'v1.1.0' into 504_bug 2019-11-19 10:12:09 -08:00
Shivkumar Dudhani
61b202c64a
420 init container (#501)
* init container to cleanup stale webhook configurations if any.

* remove test code

* use internal pkg for os signals

* move webhook cleanup before http.server shutown.

* update make file and remove init

* update CI script
2019-11-18 11:41:37 -08:00
shivkumar dudhani
9a24a27368 CR fixes 2019-11-15 16:10:12 -08:00
Shuting Zhao
2153c284b5 update image tag to latest 2019-11-13 18:48:03 -08:00