382 Commits

Author SHA1 Message Date
b46049860f fix: getting client real ip 2024-12-09 23:28:23 +01:00
68516a2f84 docs: update health check 2024-12-09 19:00:07 +01:00
d3902c4c67 docs: update health check 2024-12-09 18:57:55 +01:00
c89205bd43 docs: add log levels 2024-12-09 18:42:28 +01:00
150ac20c23 Merge pull request #153 from jkaninda/develop
feat: add access policy middleware support cidr block
2024-12-09 18:36:27 +01:00
19942f6046 Merge pull request #151 from jkaninda/dependabot/docker/alpine-3.21.0
chore(deps): bump alpine from 3.20.3 to 3.21.0
2024-12-09 18:35:11 +01:00
700339fb99 Merge pull request #152 from jkaninda/dependabot/docker/golang-1.23.4
chore(deps): bump golang from 1.23.3 to 1.23.4
2024-12-09 18:35:00 +01:00
89a6f3fffd feat: add access policy middleware support cidr block 2024-12-09 18:33:44 +01:00
dependabot[bot]
8e3ee280f3 chore(deps): bump golang from 1.23.3 to 1.23.4
Bumps golang from 1.23.3 to 1.23.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 17:19:56 +00:00
dependabot[bot]
fea48a4013 chore(deps): bump alpine from 3.20.3 to 3.21.0
Bumps alpine from 3.20.3 to 3.21.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 17:19:54 +00:00
7e3489e201 refactor: improvement of access policy middleware 2024-12-09 18:19:24 +01:00
36fb317367 refactor: improvement of access policy middleware 2024-12-09 18:13:24 +01:00
af2b0cbce1 feat: add access middleware support ip range 2024-12-09 17:39:51 +01:00
0fc5ef52ff docs: add access policy middleware 2024-12-09 15:59:59 +01:00
7116528ad7 chore: update health check link 2024-12-09 15:38:05 +01:00
80f0e5e596 Merge pull request #150 from jkaninda/feature/logger
chore: improvement of logs for better logging
2024-12-09 13:15:40 +01:00
10c2d3332d test: add IP validation test 2024-12-09 13:14:48 +01:00
9e3219bddd chore: improvement of logging 2024-12-09 13:04:06 +01:00
dc4cc35b9f refactor: clean up code 2024-12-09 12:30:49 +01:00
9162ec03c1 chore: rename package name 2024-12-09 12:27:50 +01:00
58d22a1154 Merge pull request #148 from jkaninda/feature/access-policy
feat: add accessPolicy middleware to allow or deny a list or range of IP addresses
2024-12-09 11:40:28 +01:00
e4c994405a chore: update mod 2024-12-09 11:36:07 +01:00
f3c2bdcebc feat: add accessPolicy middleware to allow or deny a list of Ips 2024-12-09 11:00:14 +01:00
8f2fa672ca Merge pull request #146 from jkaninda/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.3
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.2 to 6.6.3
2024-12-03 13:38:23 +01:00
18364cee1d Merge pull request #147 from jkaninda/docs
add robots.txt
2024-12-03 13:38:13 +01:00
Jonas Kaninda
262d616e8e add robots.txt 2024-12-03 13:34:24 +01:00
dependabot[bot]
27e863338a chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.2 to 6.6.3
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 18:29:54 +00:00
f16015ac19 Merge pull request #145 from jkaninda/docs
Docs
2024-12-02 08:04:12 +01:00
Jonas Kaninda
69895ea413 docs: update operator deployment 2024-12-02 08:03:48 +01:00
Jonas Kaninda
5837e3a3ed docs: update operator deployment 2024-12-02 08:01:18 +01:00
8456691ef8 Merge pull request #144 from jkaninda/docs
docs: update operator deployment
2024-12-02 07:51:39 +01:00
Jonas Kaninda
bca392ce1c docs: update operator deployment 2024-12-02 07:50:42 +01:00
29e62f5a85 Merge pull request #143 from jkaninda/docs
docs: update Kubernetes deployment
2024-12-01 19:32:20 +01:00
Jonas Kaninda
015906b009 docs: update Kubernetes deployment 2024-12-01 19:31:33 +01:00
922282fec9 Merge pull request #142 from jkaninda/docs
docs: update Kubernetes deployment example
2024-11-29 17:25:23 +01:00
Jonas Kaninda
31448c7de6 docs: update Kubernetes deployment example 2024-11-29 17:24:12 +01:00
52322d9ec8 Merge pull request #141 from jkaninda/refactor
fix: Sort routes by path in descending order for better proxying
2024-11-29 16:42:27 +01:00
Jonas Kaninda
65350e3acb fix: Sort routes by path in descending order for better proxying 2024-11-29 16:41:05 +01:00
4dc3f1023b Merge pull request #140 from jkaninda/docs
refactor: refactoring of code
2024-11-29 14:19:14 +01:00
Jonas Kaninda
1c6457e7a0 fix: go lint test 2024-11-29 14:18:20 +01:00
Jonas Kaninda
e33af02f04 refator: refacoting, replace ssl by tls 2024-11-29 13:48:00 +01:00
ce0f34f4c4 Merge pull request #139 from jkaninda/docs
docs: update deployment example
2024-11-27 22:18:14 +01:00
Jonas Kaninda
076d9aa56d docs: update deployment example 2024-11-27 22:17:35 +01:00
Jonas Kaninda
3be9eac42d docs: update deployment example 2024-11-27 22:16:25 +01:00
a5f56d0857 Merge pull request #138 from jkaninda/docs
docs: update k8s deployment
2024-11-27 11:26:58 +01:00
Jonas Kaninda
c3c89e7772 docs: update k8s deployment 2024-11-27 11:26:26 +01:00
f7d4a75d81 Merge pull request #137 from jkaninda/docs
docs: update readme
2024-11-27 09:04:48 +01:00
Jonas Kaninda
d2ad4e3f2f docs: update readme 2024-11-27 09:03:53 +01:00
da2f21e44a Merge pull request #132 from jkaninda/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.2
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2
2024-11-27 00:57:06 +01:00
e9cfb9f38b Merge pull request #136 from jkaninda/docs
docs: update deployment
2024-11-27 00:56:43 +01:00