feat(operator): enable specifying custom acme authority for subdomains (#1634)

* feat: enable specifying custom acme authority for subdomains

* test: none authority

* chore: use latest ORBOS

* chore: use latest ORBOS

* test: host tls secret is unmanaged if not provided

* chore: use latest ORBOS

* chore: use latest ORBOS

* fix: default acme authority to "none"

* chore: use latest ORBOS

* chore: compile with latest ORBOS
This commit is contained in:
Elio Bischof
2021-04-28 11:00:56 +02:00
committed by GitHub
parent fd3ac0dbd6
commit fe4f6a963e
13 changed files with 95 additions and 127 deletions

2
go.mod
View File

@@ -16,8 +16,8 @@ require (
github.com/allegro/bigcache v1.2.1
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
github.com/caos/logging v0.0.2
github.com/caos/orbos v1.5.14-0.20210428081839-983ffc569980
github.com/caos/oidc v0.14.6
github.com/caos/orbos v1.5.14-0.20210423104531-6cb6c27f258b
github.com/cockroachdb/cockroach-go/v2 v2.1.0
github.com/duo-labs/webauthn v0.0.0-20200714211715-1daaee874e43
github.com/envoyproxy/protoc-gen-validate v0.5.1