Skip to content

Commit

Permalink
switch from internal to external url
Browse files Browse the repository at this point in the history
  • Loading branch information
briangallagher committed May 13, 2021
1 parent 1972ece commit 09eb3b4
Show file tree
Hide file tree
Showing 148 changed files with 35,238 additions and 19,785 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.13

require (
github.com/json-iterator/go v1.1.10
github.com/keycloak/keycloak-operator v0.0.0-20200129141231-e99da8a15034
github.com/keycloak/keycloak-operator v0.0.0-20210506103913-57d81e278bcb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.6.1
k8s.io/apimachinery v0.19.4
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/controller-runtime v0.6.3
Expand Down
1,224 changes: 833 additions & 391 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/common/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ func (i *LocalConfigKeycloakFactory) AuthenticatedClient(kc v1alpha1.Keycloak) (
}
user := string(adminCreds.Data[model.AdminUsernameProperty])
pass := string(adminCreds.Data[model.AdminPasswordProperty])
url := kc.Status.InternalURL
url := kc.Status.ExternalURL
client := &Client{
URL: url,
requester: defaultRequester(),
Expand Down

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09eb3b4

Please sign in to comment.