Commit graph

6745 commits

Author SHA1 Message Date
Ricardo Katz
3598114d4e
Fix log creation in chroot script (#8481) 2022-04-16 12:52:18 -03:00
Long Wu Yuan
40b6e61c3a
change tag to v120beta1 (#8480) 2022-04-16 06:37:10 -07:00
Long Wu Yuan
2e1a4790bb
changed nginx base img tag to img built with alpine3.14.6 (#8479) 2022-04-15 21:37:10 -07:00
Chris Shino
f9372aa495
added new auth-tls-match-cn annotation (#8434)
* added new auth-tls-match-cn annotation

* added few more tests
2022-04-15 12:59:10 -07:00
Ricardo Katz
81c2afd975
update base images and protobuf gomod (#8478) 2022-04-15 12:53:12 -07:00
sskserk
d4b9b486e6
Upstream keepalive time (#8319)
* nginx 1.19.10 keepalive_time parameter

* nginx v1.19.10 base image

* keepalive_time documentation

* base image

* restore base image

* e2e test

* replace default value in test
2022-04-15 04:09:10 -07:00
Filip Havlíček
db4aeea723
Fallback to ngx.var.scheme for redirectScheme with use-forward-headers when X-Forwarded-Proto is empty (#8468) 2022-04-13 20:06:48 -07:00
Jintao Zhang
e86e7eebf5
chore: v1.2.0-beta.0 release (#8465)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-04-13 20:04:47 -07:00
Ricardo Katz
1a8c70d1d9
Prepare v1.2.0-beta.0 release (#8464) 2022-04-12 14:42:46 -07:00
Naseem Ullah
ea5a3036bf
Improve req handling dashboard (#8322)
Display per method/path combos for various metrics, adjust titles, and sort tooltip by decreasing

Signed-off-by: Naseem Ullah <24660299+naseemkullah@users.noreply.github.com>
2022-04-12 14:40:46 -07:00
Anas El Barkani
27cbbe0b03 removed nginx priorities 2022-04-12 13:55:05 +02:00
David Shay
47a266df45
Fix for buggy ingress sync with retries (#8325) 2022-04-11 11:42:06 -07:00
Ricardo Katz
89ed571d2a
Implement object deep inspector (#8456) 2022-04-11 07:06:07 -07:00
Anas El Barkani
ab5f43aa00 added annotations 2022-04-10 18:55:33 +02:00
Anas El Barkani
3a87c10649 adjusted fsgroup 2022-04-10 18:54:10 +02:00
Anas El Barkani
a719c50cbe fixed scc name 2022-04-10 18:34:01 +02:00
Anas El Barkani
b7f8ecc6c2 changed scc priority 2022-04-10 18:30:12 +02:00
Anas El Barkani
d9cdf8a9b9 changed scc rbac 2022-04-10 18:28:36 +02:00
Anas El Barkani
4d27eb3a94 changed annotation for scc admission 2022-04-10 18:21:26 +02:00
Anas El Barkani
eeca69a52f added priority 2022-04-10 18:15:44 +02:00
Ricardo Katz
5737f16663
Update dependencies (#8455)
* Update more dependencies

* Fix e2e test for new ProbeHandler
2022-04-10 08:58:05 -07:00
Mochamad Arifin
d46da48005
Update index.md (#8454)
Fix THis -> This
2022-04-10 07:42:05 -07:00
Ricardo Katz
3def835a6a
Jail/chroot nginx process inside controller container (#8337)
* Initial work on chrooting nginx process

* More improvements in chroot

* Fix charts and some file locations

* Fix symlink on non chrooted container

* fix psp test

* Add e2e tests to chroot image

* Fix logger

* Add internal logger in controller

* Fix overlay for chrooted tests

* Fix tests

* fix boilerplates

* Fix unittest to point to the right pid

* Fix PR review
2022-04-08 21:48:04 -07:00
Gabor Lekeny
83ce21b4dd
Add keepalive support for auth requests (#8219)
* Add keepalive support for auth requests

* Fix typo

* Address PR comments

* Log warning when auth-url contains variable in its host:port
* Generate upstream name without replacing dots to underscores in server name
* Add comment in the nginx template when the keepalive upstream block is referenced

* Workaround for auth_request module ignores keepalive in upstream block

* The `auth_request` module does not support HTTP keepalives in upstream block:
  https://trac.nginx.org/nginx/ticket/1579
* As a workaround we use ngx.location.capture but unfortunately it does not
  support HTTP/2 so `use-http2` configuration parameter is needed.

* Handle PR comments

* Address PR comments

* Handle invalid values for int parameters

* Handle PR comments

* Fix e2e test
2022-04-08 20:22:04 -07:00
Mathieu Parent
5e322f79a1
Fix suggested annotation-value-word-blocklist (#8446)
Signed-off-by: Mathieu Parent <mathieu.parent@insee.fr>
2022-04-08 20:14:04 -07:00
陳傑夫
c8ed1f1d7a
typo fixing (#8447) 2022-04-08 09:48:42 -07:00
Francisco Robles Martín
f5b212df30
replace deprecated topology key in example with current one (#8444)
Signed-off-by: Francisco Robles Martín <f.robles.martin@pm.me>
2022-04-08 01:36:42 -07:00
dependabot[bot]
02ccd22616
Bump github.com/prometheus/common from 0.32.1 to 0.33.0 (#8426)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.32.1...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-07 09:34:00 -07:00
Ricardo Katz
43a5b7a52d
Add dependency review enforcement (#8443) 2022-04-07 09:31:58 -07:00
Josh Soref
c6a8ad9a65
Darwin arm64 (#8399)
* Use sed instead of gnu find flags

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Support building linux/amd64 on darin/arm64

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Upgrade awesome_bot to dkhamsing/awesome_bot:1.20.0

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Favor find -prune for vendor

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Skip golang modcache folder

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Favor find -prune for changelog

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Ignore Changelogs of any case

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Fix service-l7 link

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Fix route53-mapper link

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Update rootfs contents description

The auxiliary scripts were removed after:
ab8349008a/rootfs/ingress-controller

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Update paths for modsecurity

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Update paths for modsecurity_snippet

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Update toc for 20190815-zone-aware-routing.md

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Use Internet Archive for datapath.io blog entry

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Use Internet Archive for cloudflare.com help center entry

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* Use https for nginx.org

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-04-06 13:46:26 -07:00
Anas El Barkani
95cc0f28c2 added sa to scc 2022-04-06 22:07:43 +02:00
Anas El Barkani
f5cce7a5c3 removed space from CHANGELOG 2022-04-04 12:36:59 +02:00
Anas El Barkani
d9680bf084 used helm docs 2022-04-04 12:02:23 +02:00
Anas El Barkani
37486ba26b bumped chart 2022-04-04 11:45:13 +02:00
Anas El Barkani
6f61ce5327 added new line 2022-04-04 11:37:15 +02:00
Anas El Barkani
4833bbcc41 added new line 2022-04-04 11:31:10 +02:00
Kundan Kumar
abdece6e80
kubectl-plugin code overview info (#8405) 2022-04-03 14:04:10 -07:00
James Strong
59c6c058fe
fix change log changes list (#8421) 2022-04-02 17:16:09 -07:00
Anas El Barkani
0defb3448b fixed docs 2022-04-02 19:41:34 +02:00
Anas El Barkani
9f5251b97c removed trailing spaces 2022-04-02 19:17:48 +02:00
Anas El Barkani
e7b0042a55 added SCC doc in chart 2022-04-02 18:59:48 +02:00
Anas El Barkani
95f7d0fc00 Merge remote-tracking branch 'origin/master' into openshift 2022-04-02 18:54:58 +02:00
James Strong
ad47d49216
force helm release to artifact hub (#8417)
* force helm release to artifact hub

Signed-off-by: James Strong <strong.james.e@gmail.com>

* update releaser version

Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-04-01 17:14:13 -03:00
James Strong
ac3b86b2c3
release 1.1.3 details (#8411)
* release 1.1.3 details
fix the readme with right sha and version
remove helm label
fix issue 8329
fix the 1.20 service after the fix for ipv6
udpate readme and change for patches

* update helm doc

Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-04-01 09:14:46 -07:00
James Strong
2ae0fb846b
Merge pull request #8415 from longwuyuan/base-images
base img update for e2e-test-runner & opentelemetry
2022-04-01 10:34:27 -04:00
LongWuYuan
b9f50e691d base img update for e2e-test-runner & opentelemetry 2022-04-01 17:07:08 +05:30
David Jansen
230d8e6792
doc: fix deployment manifest example (#8407) 2022-03-31 18:18:38 -07:00
James Strong
7517b7ecf7
Merge pull request #8396 from dmathieu/mkdir-modules-mount
Fix OpenTelemetry build
2022-03-31 19:55:53 -04:00
James Strong
9d3a285f19
Merge pull request #8410 from strongjz/build-1.1.3
update tag to 1.1.3 to kick off controller-v1.1.3 build
2022-03-31 17:13:34 -04:00
James Strong
e5b028a75d
update tag to 1.1.3 to kick off controller-v1.1.3 build
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-03-31 17:08:30 -04:00