feat: support to ory hydra running in secure mode (#62)

This commit is contained in:
fjvierap
2021-05-10 11:18:39 +02:00
committed by GitHub
parent 9d56503601
commit 0ac577939c
9 changed files with 273 additions and 61 deletions

View File

@ -8,7 +8,7 @@ all: manager
# Run tests
test: generate fmt vet manifests
go test ./api/... ./controllers/... ./hydra/... -coverprofile cover.out
go test ./api/... ./controllers/... ./hydra/... ./helpers/... -coverprofile cover.out
# Run integration tests on local KIND cluster
# TODO: modify once integration tests have been implemented