1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/cmd/internal
Vishal Choudhary 5fe16cd487
feat: add checks for max response size in API Call (#8957)
* feat: add checks for max response size in API Call GET request

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* fix: tests

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* fix: added changes suggested by jim

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

* cleanup

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>

---------

Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2023-11-21 10:01:51 +00:00
..
check.go fix: typo in check cmd (#7733) 2023-07-02 11:40:14 +02:00
client.go refactor: move clients creation in internal package (#6924) 2023-04-14 09:00:52 +00:00
config.go feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00
configmap.go refactor: configuration config map controller (#6829) 2023-04-11 12:05:20 +00:00
controller.go refactor: add controller helper to internal package (#5506) 2022-11-30 11:13:57 +00:00
engine.go feat: add checks for max response size in API Call (#8957) 2023-11-21 10:01:51 +00:00
error.go refactor: introduce cmd internal package (#5404) 2022-11-18 22:21:15 +08:00
flag.go Make server ports configurable, resolves #7279 (#7728) 2023-11-17 14:19:53 +00:00
imageverifycache.go added verify image ristretto cache implementation (#7969) 2023-08-30 07:26:40 +00:00
informer.go chore: add error logs in wait for cache sync helper (#6279) 2023-02-09 15:53:27 +00:00
logging.go refactor: move leader election code in internal package (#6854) 2023-04-12 01:44:49 +08:00
maxprocs.go fix: make configuring max procs not exit in case of error (#7588) 2023-06-19 16:27:00 +00:00
metrics.go refactor: configuration config map controller (#6829) 2023-04-11 12:05:20 +00:00
profiling.go refactor: move leader election code in internal package (#6854) 2023-04-12 01:44:49 +08:00
registry.go refactor: remove manual keychain refresh from client (#7806) 2023-07-11 15:19:44 +02:00
setup.go feat: add support for custom sigstore using TUF (#8385) 2023-09-18 13:16:08 +00:00
signal.go refactor: move leader election code in internal package (#6854) 2023-04-12 01:44:49 +08:00
tracing.go fix: tracing attributes length and tracer name (#6117) 2023-01-26 09:39:52 +00:00
tuf.go fix: disables TUF by default (#8509) 2023-09-22 14:32:57 +05:30
version.go refactor: move leader election code in internal package (#6854) 2023-04-12 01:44:49 +08:00