Compare commits

..

8 Commits

Author SHA1 Message Date
t.behrendt 0dae80d598 docs: update CRD documentation
CI / install-dependencies (pull_request) Successful in 21s
CI / image check (pull_request) Failing after 5s
CI / check lint (pull_request) Successful in 24s
CI / test (pull_request) Successful in 33s
CI / build check (pull_request) Successful in 1m42s
CI / check format (pull_request) Successful in 15m17s
2026-05-25 13:33:23 +02:00
t.behrendt 7f02312b0b feat: allow proxy provider to reference an outpost to be added to
feat: allow proxyProvider outpost field to be updated
2026-05-25 13:33:18 +02:00
t.behrendt e8c1cf8843 docs: update docs 2026-05-25 13:32:56 +02:00
t.behrendt 8575dbecc7 refactor: consolidate common controller code 2026-05-25 13:32:56 +02:00
t.behrendt 70ce0c2cf5 feat: add bare policy binding controller 2026-05-25 13:32:56 +02:00
t.behrendt 0d84611b6c feat: add bare application controller 2026-05-25 13:32:56 +02:00
t.behrendt a85339cf3e refactor: move proxyprovider controller into dedicated package 2026-05-25 13:32:53 +02:00
t.behrendt 2a091df8b9 ci: fix Makefile test (#10)
CD / Build and push (amd64) (push) Successful in 1m31s
CD / Create tag (push) Successful in 12s
CD / Create manifest (push) Successful in 19s
Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-05-25 13:21:26 +02:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ codegen:
test: test-unit test-coverage
test-unit:
go test . -coverprofile=coverage.out
go test ./... -coverprofile=coverage.out
test-coverage:
go tool gcov2lcov -infile coverage.out > lcov.info
+7
View File
@@ -16,6 +16,9 @@ spec:
- name: PK
type: string
jsonPath: .status.pk
- name: Outpost
type: string
jsonPath: .spec.outpost
schema:
openAPIV3Schema:
type: object
@@ -31,11 +34,15 @@ spec:
type: string
external_host:
type: string
outpost:
type: string
format: uuid
required:
- name
- authorization_flow
- invalidation_flow
- external_host
- outpost
status:
type: object
properties: