Skip to content

Commit

Permalink
dex pkg upgrade (#8291)
Browse files Browse the repository at this point in the history
* dex pkg upgrade

Signed-off-by: Abdul-Az <[email protected]>

* added empty comment

Signed-off-by: Abdul-Az <[email protected]>

* added blank commits to build

Signed-off-by: Abdul-Az <[email protected]>

---------

Signed-off-by: Abdul-Az <[email protected]>
  • Loading branch information
iamazzeez authored Nov 21, 2023
1 parent 4650f3f commit 961f926
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/automate-backend-deployment/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#stable channel


pkg_name=automate-ha-deployment
pkg_description="A wrapper package for setting up a deployment workstation for the A2 HA Backend."
pkg_origin=chef
Expand Down
1 change: 1 addition & 0 deletions components/automate-cluster-ctl/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#stable channel


pkg_name=automate-ha-cluster-ctl
pkg_description="A package for automate-cluster-ctl for the A2 HA Backend."
pkg_origin=chef
Expand Down
1 change: 1 addition & 0 deletions components/local-user-service/users/dex/dex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func TestDexUsersAdapter(t *testing.T) {
// We need to load the dex certs for the dex server because
// local user service checks the name the server gives back
// matches automate-dex, which is in the automate-dex cert.

dexCerts := helpers.LoadDevCerts(t, "automate-dex")
dexConnFactory := secureconn.NewFactory(*dexCerts)

Expand Down
2 changes: 2 additions & 0 deletions components/session-service/server/server_functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// session-service, and use a standard http.Client to interacting with them.
// These interactions do properly handle redirects and cookies, so they closely
// approximate what happens in a real-world setting.

package server_test

import (
Expand Down Expand Up @@ -59,6 +60,7 @@ func TestMain(t *testing.T) {
s := httptest.NewUnstartedServer(mux)
dexCerts := devDexCerts(t)
s.TLS = &tls.Config{

// We have to use the dex certs here because session-service is going
// to check that the thing its talking to is automate-dex
Certificates: []tls.Certificate{*dexCerts.ServiceKeyPair},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/ckaznocha/protoc-gen-lint v0.2.1
github.com/coreos/go-oidc v2.0.0+incompatible
github.com/dave/jennifer v0.17.0
github.com/dexidp/dex v2.19.0+incompatible
github.com/dexidp/dex v2.35.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/envoyproxy/protoc-gen-validate v0.4.0
github.com/fatih/color v1.9.0
Expand Down

0 comments on commit 961f926

Please sign in to comment.