Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IdP Keycloak deployment #21

Merged
merged 1 commit into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ all: e2e
.PHONY: e2e
e2e: ## Run the e2e tests. This requires that the PROFILE and PRODUCT environment variables be set.
## idp_fix.patch is used to fix route destination cert for keycloak IdP deployment
git apply idp_fix.patch
go test $(TEST_FLAGS) . -profile="$(PROFILE)" -product="$(PRODUCT)" -content-image="$(CONTENT_IMAGE)" -install-operator=$(INSTALL_OPERATOR)
git apply -R idp_fix.patch

.PHONY: help
help: ## Show this help screen
Expand Down
4 changes: 0 additions & 4 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ func TestE2e(t *testing.T) {
})
}

t.Run("Configure test IdP", func(t *testing.T) {
ctx.ensureIDP(t)
})

var scanN int

for scanN = 2; scanN < 5; scanN++ {
Expand Down
108 changes: 0 additions & 108 deletions idp_fix.patch

This file was deleted.

You are viewing a condensed version of this merge commit. You can view the full changes here.