
The auth service (Dex) does not depend on the SIP scheduling output like the other services do, so it can be put in place independet of SIP. This will remove complexity from SIP and give more flexibility in how we deploy Dex through kustomize. Change-Id: I1f871ae3be7d228cef867af6bed8ffffd6d0ea56
17 lines
421 B
Modula-2
17 lines
421 B
Modula-2
module sipcluster
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20201014161845-a6d4f1fc3228
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.3
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/client-go v0.19.2
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
)
|