
- This patchset installs ClusterIssuer that references the selfsigned certificates generated via Issuer in config/samples - Passing in the generated secret from Issuer in SIP CR so that it can be consumed by ClusterIssuer - Changes made in overall structure of config/samples since Issuer and Secret required for dex needs to be in cert-manager namespace - Changes made in install-k8s.sh since minikube installation needs that apiserver-names param for dex endpoint to work - Changes made in deploy-sip.sh for installation of Cert-Manager since we need to enable it temporarily for gates - Added TODO for Auth related Test cases, for more details https://github.com/airshipit/sip/issues/14 Note: This patchset doesn't install Dex but the pre-req for Dex Change-Id: If1962ead2a38dd0082a5e8978e5869f5c06aa757
18 lines
462 B
Modula-2
18 lines
462 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/jetstack/cert-manager v1.2.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
|
|
)
|